Forum Replies Created

Viewing 15 posts - 796 through 810 (of 1,956 total)
  • Author
    Posts
  • Hi Mark,

    I’ll get back to you on this.

    Thanks,
    Aakash

    in reply to: cannot load announcer into plugins

    Hi Kathryn,

    Thanks for using Announcer plugin.

    Looks like you have followed a different link to upload the plugin to WordPress. Please follow instructions below.

    1) Download the plugin (.zip file) using the link sent to your email.

    2) Try to open the zip file with your zip file opener to just see if the file is intact and not corrupted.

    3) Disable the free version of announcer plugin.

    3) Navigate to the plugin upload page and upload the PRO version.

    See this youtube video.

    4) Activate the plugin. If you continue to receive the same error for some reason, please send the username and password of your staging site to my contact form below. I’ll check it out live.

    Contact

    Thanks,
    Aakash

    in reply to: Shortcoder stops working

    Hi Jesus,

    I see the shortcode is printed as is without being executed.

    This will happen when there is no plugin to “execute” the shortcode. In your case there is no plugin to execute a shortcode with the name “easy_media_download2”

    Can you please check with the plugin author from where you copied the “easy_media_download2” shortcode ?

    Thanks,
    Aakash

    in reply to: share count only when connected

    Hi Cuisinons,

    I guess you have some caching plugin enabled.

    Can you please share your website link where I can have a look ?

    Thanks,
    Aakash

    in reply to: Announcer plugin causes CLS score to go into the red

    Hi Helena,

    Thanks for using Announcer plugin.

    The content shifts down to not hide the page content. This is one of the features of the plugin 😉

    Right now there is no option to stop doing this.
    But I can suggest two solutions.

    1) Set below CSS anywhere in theme settings. This will simply stop shifting the content. (remove style tag if the setting will insert it already)

    <style>
    .ancr-top-spacer {
        height: 0 !important;
    }
    </style>

    2) Open the announcement after few seconds of page load.

    Thanks,
    Aakash

    in reply to: Widget button not showing on iOS

    Hi uv-dev,

    Thanks for replying and happy that issue is addressed.
    Cheers !

    Thanks,
    Aakash

    Hi @pedrocad,

    I saw the email recording you had sent me. Thanks for taking time in recording and sharing the issue.

    I guess it has to do with the whatsapp link. I tried a very long link as URL and it got saved correctly. Something to do with the some special characters in the link I guess.

    Can you please share the whatsapp link you are using ?

    Thanks,
    Aakash

    Hi,

    Can you please show a screenshot of the follow icons settings page ?

    As I can see the follow icons are not inserted into the page.

    This can happen when the follow icons are

    1) not active
    2) you have set “location rules” to display the icons only on specific pages.

    Please confirm the above.

    Thanks

    in reply to: Shortcoder stops working

    Hi Jesus,

    Sorry for the inconvienence.

    I just noticed that your reply was caught as spam for some reason.

    I have approved it now.

    Looking at the shortcode I see that the “easy_media_download2” shortcode has a typo/syntax error.
    The border color attribute is missing a “double colon”

    Thanks,
    Aakash

    in reply to: HTML code surrounded by paragraph

    Marking this as resolved.

    in reply to: Shortcoder stops working

    Hi,

    Can you please udpate on this ?

    Thanks,
    Aakash

    in reply to: Widget button not showing on iOS

    Hi ui-dev,

    Did the suggestion help ?

    Thanks,
    Aakash

    in reply to: Using Shortcoder for other users than administrator

    Hi,

    This seems like a kind of personalization request.
    Shortcoder uses “custom post types” feature of WordPress. So you can use any custom post type plugin to modify or alter the basic properties.

    In your case you could use this plugin to change the interface labels.

    Custom Post Type Editor

    Thanks

    in reply to: Empty message still shows the banner

    Hi @robov99,

    Thanks for reporting. I’ve added this to my todo list to handle this scenario.

    This is quite rare condition where someone would every want to display an announcement empty.
    Also in your case the message is coming out of a shortcode in random.

    I’ll sure handle this in the next version.

    For now if possible, you could do a simple code chagne like below.
    This may or may not work as I’m yet to investigate the complete output on your side.
    Please deactivate the plugin before making any code change.

    In announcer/includes/display.php replace line 115

    $html .= do_shortcode( wpautop( $content ) );

    with this

    $final_content = do_shortcode( wpautop( $content ) );
    $final_content = trim( $final_content );
    if( empty( $final_content ) ){
        return '';
    }
    $html .= $final_content;
    

    Thanks,
    Aakash

    in reply to: Bulk Actions in Widget List

    Hi Alex,

    I’m marking this issue as resolved !

    Thanks,
    Aakash

Viewing 15 posts - 796 through 810 (of 1,956 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