Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi 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
AakashKeymasterHi Matrix,
I have read your email and I can see the facebook widget on your page.
Can you please check again?Thanks,
Aakash
AakashKeymasterHi 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,
AakashSeptember 8, 2023 at 2:49 pm in reply to: RSS Error: WP HTTP Error when rss url contains [ ] characters #13476
AakashKeymasterThats great! Cheers!
September 7, 2023 at 11:10 pm in reply to: RSS Error: WP HTTP Error when rss url contains [ ] characters #13472
AakashKeymasterHi 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
AakashKeymasterCheers! Have a good day!
AakashKeymasterHi Mandeep,
Yes, the RSS feed provided has contents till 11th august. Hence it is displaying that.
https://feeds.feedburner.com/breakingtravelnewsThanks,
Aakash
AakashKeymasterHi 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 DeliveryThanks,
AakashSeptember 1, 2023 at 2:39 pm in reply to: Trying to remove the !important that you guys put in the code #13447
AakashKeymasterHi 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.
Fileplugins/announcer/public/css/style.cssThanks,
Aakash
AakashKeymasterHi 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.zipLet me know how it goes.
Thanks,
AakashAugust 26, 2023 at 1:25 pm in reply to: How to allign the social icons generated from your website in html website #13422
AakashKeymasterMarking this as resolved.
AakashKeymasterHi Ted,
Looks like sanitization function is very strict. I’m checking this issue.
Thanks,
AakashAugust 25, 2023 at 12:46 am in reply to: How to allign the social icons generated from your website in html website #13403
AakashKeymasterHi, 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,
AakashAugust 25, 2023 at 12:42 am in reply to: How to allign the social icons generated from your website in html website #13401
AakashKeymasterHi Pravin,
Please paste the CSS below on your site between the
<style>tags..socializer { display: flex; justify-content: center; }Thanks,
Aakash
AakashKeymasterHi 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
ORP391935replaced with a parameter like%%myid%%and then use the shortcode like[sc name="hey" myid="ORP391935"][/sc]Thanks,
Aakash -
AuthorPosts
