Forum Replies Created

Viewing 15 posts - 511 through 525 (of 1,956 total)
  • Author
    Posts
  • in reply to: Close on click

    Hi Danielle,

    Sorry for the late reply.

    Can you please go to Close -> Keep closed and set Keep closed to “yes”?

    Thanks,
    Aakash

    Hi Maria,

    Sorry for the late reply.

    With the PRO version, we can display multiple messages in one.

    But we cannot switch between multiple announcements.
    When there are multiple announcements on one page, they stack up.

    I understand your requirement to show specific messages on some conditions.
    Implementing this would be challenging considering the current assumption of how the plugin works.

    Right now I can’t think of any workaround. I’ll let you know when there is any update.

    Thanks,
    Aakash

    in reply to: How to make it stop showing at every single page

    Hi Nikolay,

    I guess there is some JS issue on your side.

    Can you please share with me the page URL where I can find the announcement bar?

    Thanks,
    Aakash

    in reply to: Shift the location of the widget area

    Hi Ern,

    Buttons do not overlap, but the widget boxes overlap when they are open.
    This is the default behavior.

    It is expected that widget boxes lay on top when more than one is open.

    Please let me know if you are seeing a different behavior.

    Thanks,
    Aakash

    Hi,

    To display rss feed inside a post or page we must use the shortcode.

    You can add the shortcode block and type the super rss reader shortcode.

    You can find examples in the doc below.

    https://www.aakashweb.com/docs/super-rss-reader/pro/shortcodes/

    Not only inside posts, you can use this shortcode wherever a shortcode works.

    Thanks,
    Aakash

    in reply to: Internationalization shortcoder

    Hi @seds,

    With Shortcoder plugin, we can create shortcodes for HTML/CSS/JS.

    Here you are using PHP code which the plugin will not execute.
    You might have to use “code snippets” to use PHP code.

    Please let me know if I misunderstood your query.

    Thanks,
    Aakash

    in reply to: Fatal error: RSS links don’t work

    Hi,

    I’m unable to access your website. It is blocked.

    Also, what is the RSS feed URL?

    Thanks,
    Aakash

    Hi Alain,

    The theme uses javascript to position the header at the top of the page. So it might vary depending on the elements computed at that time. There could be timing conditions. I’m not aware of the logic behind that.

    The above CSS will force push the header down. Good that it worked for you.

    Thanks,
    Aakash

    in reply to: No post image

    Hi George,

    Could you please share the RSS feed URL?

    Let me check if the images are added to that.

    Thanks,
    Aakash

    Hi Alain,

    Announcer already has the feature to push the header down.

    In your case, the theme takes an unusual way to position the header.

    It forces the header to stick on top of anything.
    Announcer cannot detect such elements sticking to the top.
    It already adds a padding/spacer to the top of the page. Despite adding that the header dynamically sticks over on top of that.

    Even if you choose another plugin, you will see the same issue.

    I can suggest the following:

    1) Check your theme settings and see if there is any kind of option to position the header in static mode instead of “absolute or fixed or floating” mode.

    2) You can try the below CSS. This should force the header to not stick to the top. I didn’t try all sizes and scenarios. But it should help in some way. You can get help from your theme dev to extend this CSS If required.

    @media all and (max-width: 980px) {
        #main-header{
            position: static !important;
            padding-top: 0 !important;
        }
        #page-container{
            padding-top: 55px !important;
        }
    }

    Thanks,
    Aakash

    in reply to: Location Rules Woo Commerce Shop Page

    Hi @mwautin,

    Do you want to display UFW only on woocommerce product pages?
    If yes, then select “show in selected pages” then add a rule. Select “post type” as criteria and set “product” as the value.

    If you want to display only on the woocommerce shop page, then select “page” as criteria and pick the “shop” page from the list.

    You can also try selecting “front page” or “home page” as criteria if above suggestion didn’t help.

    If I misunderstood the issue, please do correct me and share more details.

    Hope it works and solves your query.

    Thanks,
    Aakash

    in reply to: Close on click

    Can you please share your website URL?

    Thanks,
    Aakash

    in reply to: Super RSS Reader Confliction

    The issue is caused by wp-rss-retriever plugin.

    Can you please disable that?

    [19-Apr-2022 18:00:26 UTC] PHP Fatal error: Uncaught TypeError: implode(): Argument #2 ($array) must be of type ?array, string given in /var/www/wp-content/plugins/<strong>wp-rss-retriever</strong>/inc/lib/simplepie/library/SimplePie/Parse/Date.php:544
    Stack trace:
    #0 /var/www/wp-content/plugins/wp-rss-retriever/inc/lib/simplepie/library/SimplePie/Parse/Date.php(544): implode(Array, ‘|’)

    Thanks,
    Aakash

    in reply to: Super RSS Reader Confliction

    Hi Amin,

    As mentioned in the article, can you please enable wp_debug and share the logs debug.log under wp-content folder?

    This would help me locate if there is any issue.

    Thanks,
    Aakash

    in reply to: Super RSS Reader Confliction

    Hi Amin,

    There are no issues reported of the same. May be something specific to your website.

    Can you please rename “super RSS reader” plugin folder wp-content\plugins\super-rss-reader ?

    https://www.webhostinghub.com/help/learn/wordpress/rename-plugin-to-disable

    If super RSS reader is causing the issue, then your website should not throw 500 error.
    If not then there is some other plugin causing the issue.

    You can also enable WordPress debugging to trace the issue.
    https://www.makeuseof.com/tag/the-ultimate-guide-to-solving-500-internal-server-errors-and-blank-white-pages-in-wordpress/

    Thanks,
    Aakash

Viewing 15 posts - 511 through 525 (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