Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,010 total)
  • Author
    Posts
  • 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

    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

    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

    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

    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

    in reply to: Colors / styling

    Hi Ruben,

    Sorry for the late reply.

    I see there is a container wrapped around the block. Is that expected? Can you please place the shortcode outside the container?

    Please see the image below.

    Thanks,
    Aakash

    in reply to: Colors / styling

    Hi Ruben,

    Can you please share the page URl where that is seen?

    Since shortcoder replaces the shortcode with the HTML content, the issue will happen even when you use HTML content directly instead of the shortcode.

    I’ll try to look at your site’s layout and point out the reason.

    Thanks,
    Aakash

    in reply to: PRO has stopped working

    Hi Stephen,

    Sorry for the late reply.

    I see that you have mentioned the plugin stopped working.

    Can you please share details on the issue?
    Please let me know if you are trying to activate the license on a new website using the existing key.

    Thanks,
    Aakash

    in reply to: Change domain

    Hi Anna,

    Extremely sorry for the late reply.
    I have removed the association of your website with the license key. You can now activate the key on your new website.

    Please let me know if you have any more questions or concerns.

    Thanks,
    Aakash

    in reply to: Feature missing on Visitor Conditions

    Hi Karling,

    Thanks for using Announcer plugin. I guess you are using the PRO version of the plugin.

    To achieve this, you can use the below rule and set it’s value to 2.

    Visitor conditions

    Hope this helps 🙂

    Thnaks,
    Aakash

    in reply to: Cannot change the dimension of widget box

    Hi Jacques,

    Thanks for using UFW plugin. I see that you have set the widget box width to 1000px and height to 863px.

    I guess you figured out the configuration. Please let me know if you have further queries.

    Thanks,
    Aakash

    in reply to: Change domain

    Hi Anna,

    Can you please share the order ID for which the registration is made? I’ll manually deactivate the existing site.

    Thanks,
    Aakash

    in reply to: Colors / styling

    Hi Ruben,

    Thanks for using Shortcoder. It could be that the theme is overriding the background color on the page wherever the shortcode is inserted.

    Since shortcoder does not manipulate the content, there is no way shortcoder can strip off the styles. If background color is the only style which is not working then it is definitely a theme styling/overiding issue. You can confirm this by adding other styles like font color, size etc.

    If theme is overriding the style, then you need to inspect the style or check with the theme/plugin author and see how to reduce the specificity of the CSS style.

    Hope this helps.

    Thanks,
    Aakash

    in reply to: Not displaying in live but shows in preview

    Hi Ryan,

    It might be that the WP Rocket is showing you old cached page when the plugin is enabled.

    Please clear the WP Rocket cache and check it out.

    Announcer works in a very simple way. So when WP rocket caches the page, it should contain the announcer plugin working on it. This way the page will cache along with announcer.

    If you notice the issue again, please see if you need to reconfigure WP Rocket settings. If issue persists, please send me the page URL where it is not seen.

    Thanks,
    Aakash

    Hi,

    Thanks for using GIW. Is the new repo private? Can you please share the logs printed when you pull the changes manually?

    Thanks,
    Aakash

Viewing 15 posts - 1 through 15 (of 2,010 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