Forum Replies Created
-
AuthorPosts
-
September 7, 2023 at 11:10 pm in reply to: RSS Error: WP HTTP Error when rss url contains [ ] characters #13472
Aakash
KeymasterHi 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,
AakashAakash
KeymasterCheers! Have a good day!
Aakash
KeymasterHi Mandeep,
Yes, the RSS feed provided has contents till 11th august. Hence it is displaying that.
https://feeds.feedburner.com/breakingtravelnewsThanks,
AakashAakash
KeymasterHi 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,
AakashSeptember 1, 2023 at 2:39 pm in reply to: Trying to remove the !important that you guys put in the code #13447Aakash
KeymasterHi 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.css
Thanks,
AakashAakash
KeymasterHi 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 #13422Aakash
KeymasterMarking this as resolved.
Aakash
KeymasterHi 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 #13403Aakash
KeymasterHi, 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 #13401Aakash
KeymasterHi Pravin,
Please paste the CSS below on your site between the
<style>
tags..socializer { display: flex; justify-content: center; }
Thanks,
AakashAakash
KeymasterHi 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,
AakashAugust 25, 2023 at 12:35 am in reply to: How to allign the social icons generated from your website in html website #13398Aakash
KeymasterHi Pravin,
Sure, I can help. Can you please share your website URL where the icons are placed? I can look at it live and suggest further steps.
Thanks,
AakashAakash
KeymasterHi Dave,
Thanks for using Super RSS Reader – PRO.
I see that the “count” attribute is missing in the shortcode.
If you want “ticker” effect then use the below attributes
count="15" display_type="vertical_ticker" visible_items="5"
For pagination type,
count="15" display_type="paginated" page_size="5"
Thanks,
AakashAakash
KeymasterHi Valve,
Thanks for checking Super RSS Reader plugin.
The RSS reader has “CSS class” names set to various elements like title, description, thumbnail etc. Users can tweak the style using this as per their requirement. Below FAQ has the list of class names which you can use.
However, there is no form or GUI option provided to customize these considering the requirements are usually very diverse.
The ability to customize the RSS reader, the class names etc. remain the same in both free and PRO. The PRO version does not provide explicit options/form to customize that. You can continue with the free version if you are looking for customization alone. The list of PRO only features are listed below.
Super RSS Reader also provides WordPress “hooks” using which you can modify the output like including custom text, pulling custom feed data, adding custom class etc. Below document has more info on this.
Please do let me know if you are any more questions, I would be happy to clarify them.
Thanks,
AakashAakash
KeymasterThank you. Please do start a new topic if you experience any new issue.
Thanks,
Aakash -
AuthorPosts