Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,020 total)
  • Author
    Posts
  • in reply to: Recent Problem
    Aakash
    Keymaster

    Hi TiTi,

    Can you please open the widget and change something in widget form and click “save”?

    There was a new option added to the widget, I guess that is the reason.

    Please let me know if that works.

    Thanks,
    Aakash

    in reply to: Feed pulling too small of thumbnail
    Aakash
    Keymaster

    0Hi Dea,

    I see the RSS feed has both thumbnail and full image. Right now plugin is giving priority to thumbnail image only.

    Can you please make the change below to prefer full image?

    Plugins > Plugin editor > Select “super-rss-reader-pro” > select file includes/feed.php

    at line number 490, change

    return $enclosure->get_thumbnail();

    to

    \\ return $enclosure->get_thumbnail();;

    i.e add double slash at the beginning of the line.

    Save the file.
    This should prefer the full image.

    I will add this as an option the next version of the plugin so that it is easy to choose.

    Thanks,
    Aakash

    in reply to: Feed pulling too small of thumbnail
    Aakash
    Keymaster

    Hi Dea,

    Thanks for using Super RSS Reader PRO.

    Can you please share the RSS feed URL? Let me check how to achieve this requirement.

    Thanks,
    Aakash

    in reply to: No abre una nueva ventana
    Aakash
    Keymaster

    Hi Ruido,

    Please disable WP accessibility –> uncheck “Prevent links from opening in new windows”.

    Thanks,
    Aakash

    in reply to: Colors / styling
    Aakash
    Keymaster

    Hi Ruben,

    The “template” used on the post has a “wrapper” which is of width 1250px.

    So anything placed inside it will be contained within that wrapper.

    In the image below, the region in “orange” is the boundary of the wrapper.

    This has nothing to do with Shortcoder itself.
    The solution will be to use a template from theme, which is “fluid” or has not container/wrapper for the post content.

    Thanks,
    Aakash

    in reply to: Moving plugin to a new website
    Aakash
    Keymaster

    Hi Charles,

    Thanks for contacting me. Since this query has been resolved via email, I’m marking this thread as resolved.

    Thanks,
    Aakash

    in reply to: No abre una nueva ventana
    Aakash
    Keymaster

    Hi Ruido,

    Code has the parameter to open in new tab (note: target=”_blank”)

    <div class="ancr-btn-wrap"><a href="https://radiobot.radioslibres.info/public/ruidofeminista" target="_blank" class="ancr-btn ancr-btn-primary">Escuchar on line</a></div>

    But it seems you have some javascript which is removing the target="_blank" so that all links open in same tab.

    Can you please identify which plugin/JS code is doing that?

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Chris,

    I understand the issue. I’ll arrange the discount value soon and update you with an email.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Christopher,

    Thanks for reaching out. The renewal discount should be available for you for license key even now.

    Can you please click the “renew license key” button on the email or enter the license key in this link – https://www.aakashweb.com/renew/ to get the discount?

    Feel free to let me know how it goes!

    Thanks,
    Aakash

    in reply to: No abre una nueva ventana
    Aakash
    Keymaster

    Hi Ruido,

    Can you please share a link of your website where the announcement is active? I’ll check the issue live and update you.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Eugene,

    Thanks for reporting this.
    I’ll fix this in the next release of the plugin.

    For now, can you please make this change in the “plugin editor”?

    1) Deactivate Announcer – PRO plugin.
    2) Go to plugins –> Plugin editor
    3) Select announcer-pro/includes/display.php
    4) Delete lines 451-455 – Image
    5) Paste below lines at line no. 451. Image

    $wp_timezone_string = get_option('timezone_string');
    
    if (!$wp_timezone_string) {
        $wp_timezone_offset = get_option('gmt_offset');
        $wp_timezone_string = timezone_name_from_abbr('', $wp_timezone_offset * 3600, 0);
    }
    
    if (!$wp_timezone_string) {
        $wp_timezone_string = 'UTC';
    }
    
    $countdown_time = new DateTime($settings['cdt_countdown'], new DateTimeZone($wp_timezone_string));
    $countdown_timestamp = $countdown_time->getTimestamp();

    6) Save the file and activate the plugin.

    Let me know if it works.

    Thanks,
    Aakash

    in reply to: Plugin caused critical error
    Aakash
    Keymaster

    Hi Sayn,

    You can paste the error here as a reply.

    Since there are no known such critical failure, it could be some plugin conflict.

    I’ll look at the errors and get back to you.

    Thanks,
    Aakash

    in reply to: Show timer on the left of the message
    Aakash
    Keymaster

    Hi Eugene,

    Thanks for using Announcer plugin.
    Can you please use the CSS below to reorder?

    .ancr-countdown-wrap {
        order: -1;
    }

    Thanks,
    Aakash

    in reply to: Can not Save any changes
    Aakash
    Keymaster

    Hi Rain,

    There will be a “save button” at the bottom of the form when editing the UFW widget box.

    May be some other plugin broke/hid it.

    Can you please share a full screenshot?
    Please upload it on https://imgur.com/ and share the link here.

    Thanks,
    Aakash

    in reply to: Plugin caused critical error
    Aakash
    Keymaster

    Hi Sayn,

    Could you please let me if it is free/PRO?

    If you are trying to activate PRO version, please ensure free version is deactivated.

    Installation

    Can you also please paste any error logs as seen in debug.log?

    Debugging in WordPress

    Thanks,
    Aakash

Viewing 15 posts - 1 through 15 (of 2,020 total)

Subscribe to our Newsletter

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter

By using this website, you agree to our Terms