Forum Replies Created

Viewing 15 posts - 346 through 360 (of 2,058 total)
  • Author
    Posts
  • in reply to: Way to fetch page every morning
    Aakash
    Keymaster

    Hi Daniel,

    Sorry that I missed your email. I had replied to your query now.

    Yes, it is possible to implement such feature where the cache will be automatically be invalidated and the latest feed will be fetched. But it needs special logic and implementation which the plugin does not include now.

    I’ll try to work on this implement in the next versions.

    Thanks,
    Aakash

    in reply to: Facebook widget is not visible and flashing
    Aakash
    Keymaster

    Hi Matrix,

    I have read your email and I can see the facebook widget on your page.
    Can you please check again?

    Thanks,
    Aakash

    in reply to: Show it just in my products and hide on all pages
    Aakash
    Keymaster

    Hi Sergio,

    Thansk for using UFW – PRO plugin.

    I agree, search page option is missing. There were no requests for that feature hence I didn’t think of that. Now that you have asked, I can add to the next version of the plugin.

    I’m planning that version in the next couple of weeks. I’ll include that in that release.

    Thanks,
    Aakash

    in reply to: RSS Error: WP HTTP Error when rss url contains [ ] characters
    Aakash
    Keymaster

    Thats great! Cheers!

    in reply to: RSS Error: WP HTTP Error when rss url contains [ ] characters
    Aakash
    Keymaster

    Hi Nina,

    Thanks for buying Super RSS Reader – PRO.

    Can you please share the full RSS feed URL? I’ll try the feed on my test site and update you further.

    Thanks,
    Aakash

    in reply to: Rss feed plugin creating issues.
    Aakash
    Keymaster

    Cheers! Have a good day!

    in reply to: Rss feed plugin creating issues.
    Aakash
    Keymaster

    Hi Mandeep,

    Yes, the RSS feed provided has contents till 11th august. Hence it is displaying that.
    https://feeds.feedburner.com/breakingtravelnews

    Thanks,
    Aakash

    in reply to: Rss feed plugin creating issues.
    Aakash
    Keymaster

    Hi Mandeep,

    The reader is displaying feed as per the RSS content provided.
    You can read the content in the RSS URL to compare.

    Could you please share details on what is missing?

    <item>
    <title>DAMAC’s 120-villa Maldives Island Resort Construction on Track for 2025 Delivery</title>
    <link>https://www.breakingtravelnews.com/news/article/damacs-120-villa-maldives-island-resort-construction-on-track-for-2025-deli/</link>
    <guid>https://www.breakingtravelnews.com/news/article/damacs-120-villa-maldives-island-resort-construction-on-track-for-2025-deli/#When:09:11:04Z</guid>
    <description>Project delivery of the Mandarin Oriental Bolidhuffaru Reef Resort expected in 2025</description>
    <dc:subject>Hotel, Organisations & Operators,</dc:subject>
    <dc:date>2023-08-11T09:11:04+00:00</dc:date>
    </item>
    Breaking News
    11 AUGUST 2023
    DAMAC’s 120-villa Maldives Island Resort Construction on Track for 2025 Delivery

    Thanks,
    Aakash

    in reply to: Trying to remove the !important that you guys put in the code
    Aakash
    Keymaster

    Hi David,

    Modifying load-style.php is not the right thing to do.

    Can you please let me know why you need to remove !important?
    It is set so that themes to not add a border to the announcement.

    If you want to set a border forcefully, then use the CSS below.

    div.ancr.ancr-wrap{
    border-left-width: 1px !important;
    border-right-width: 1px !important;
    }

    If you want to remove that altogether for some reason, then you must edit the plugin file itself. It may get overwritten in the next update.
    File plugins/announcer/public/css/style.css

    Thanks,
    Aakash

    in reply to: Latest release eliminates tags in the title.
    Aakash
    Keymaster

    Hi Webm,

    Shortcoder did not make any change related to this. It does not strip away any tags.

    It might be done by other plugins.
    Did you upgrade any other plugins/theme recently?

    If you want to confirm this, you can uninstall shortcoder v6.3 and install shortcoder v6.2 by downloading the link below.
    https://downloads.wordpress.org/plugin/shortcoder.6.2.zip

    Let me know how it goes.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Marking this as resolved.

    in reply to: Background Image Not Displayed
    Aakash
    Keymaster

    Hi Ted,

    Looks like sanitization function is very strict. I’m checking this issue.

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi, You can paste it within the body tags. Full style tag code can be copied below.

    <style>
    .socializer {
        display: flex;
        justify-content: center;
    }
    </style>

    Thanks,
    Aakash

    Aakash
    Keymaster

    Hi Pravin,

    Please paste the CSS below on your site between the <style> tags.

    .socializer {
        display: flex;
        justify-content: center;
    }

    Thanks,
    Aakash

    in reply to: Variables that can work on a page.
    Aakash
    Keymaster

    Hi there,

    Thanks for using Shortcoder. With shortcoder, we cannot implement any programming related concepts like variables, loops and conditions.

    However, I can suggest you use “custom parameters”.
    More details here – https://www.aakashweb.com/docs/shortcoder/custom-parameters/

    You can create a shortcode with ORP391935 replaced with a parameter like %%myid%% and then use the shortcode like [sc name="hey" myid="ORP391935"][/sc]

    Thanks,
    Aakash

Viewing 15 posts - 346 through 360 (of 2,058 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