Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi there,
I can understand your question now.
Unfortunately the current implementation is that tabs and the RSS feed are bound together. That is tabs cannot be removed and placed elsewhere. It is to make a connection between the tabs and tab content.
This is because a page can have multiple RSS feed with tabs and implementation will get complicated. Plus, there were no requirements for the same.
However, using some CSS we can align the tabs to the left of the RSS feed like in the image but not have totally different position.
What you can do is, you can use some external tab plugin, visual builder or something like that and create the tabs on the sidebar then insert the shortcode for each RSS feed in each tab content.
Thanks,
AakashAakash ChakravarthyKeymasterHi,
Thanks for using Super RSS Reader.
I would like to know the context when you say “tabs”.
When you add multiple RSS feeds, then Super RSS Reader shows them in separate tabs.
Sometime, themes show sidebar widgets as tabs i.e popular, latest comments, tags etc. Do you mean this?
Could you please share your website URL and point me?
Thanks,
AakashAakash ChakravarthyKeymasterHi Alexandar,
Yes you can change the RSS feed caching duration.
Please follow the instructions in the FAQ below.
Thanks,
AakashOctober 13, 2022 at 6:20 pm in reply to: Shortcode Not Displaying Buttons That’s Inside The Block #11862Aakash ChakravarthyKeymasterHi there,
Sorry for that delay. I was travelling. I couldn’t get back on this.
I’ll update you tomorrow.
October 10, 2022 at 12:35 pm in reply to: Shortcode Not Displaying Buttons That’s Inside The Block #11832Aakash ChakravarthyKeymasterHi @guy-coffi,
I believe this is same as this topic in wordpress forum – https://wordpress.org/support/topic/html-block-not-displaying-buttons/
I’ll check and get back to you with a code for this.
Thanks,
AakashAakash ChakravarthyKeymasterHi Tiziano,
Thanks for using Shortcoder. The placeholder picks the value directly from the custom field. There is no option to modify it. However you can use CSS to print the text in lower case like
<span style="text-transform: lowercase;">$$custom_field:animal$$</span>
.Thanks,
AakashAakash ChakravarthyKeymasterHi Ryan,
Sorry for the late reply.
Super RSS Reader fetches thumbnail directly from the website by checking the “open graph image tags” which is the standard across.
The RSS feed page you are trying does not have an og:image meta tags.
This is the only way any application knows what image to pick from the page. Otherwise it is clueless to parse the entire HTML for an image.
Below is a open graph checker which says the same – https://www.opengraph.xyz/url/https%3A%2F%2Fwww.jalopyjournal.com%2F%3Fp%3D53445
If you own that website, please use a plugin to insert open graph tags or you may request the owner to do the same. https://yoast.com/help/getting-open-graph-for-your-articles/
Thanks,
AakashAakash ChakravarthyKeymasterHi @dengeral,
Thanks for reporting. But I was unable to reproduce the issue with the examples you shared. Please see image below.
Can you please check if the user has “unfiltered_html” capability?
My guess is there is some plugin related to security or formatting tapping the content inbetween and making the modification like this. If you can try after disabling a potential plugin then that would be helpful.
I looked at the code and there are no clue. In v6.0 changes were done to filter out dangerous HTML if user does not have unfiltered_html capability.
Any clue on this would be helpful.
Thanks,
AakashAakash ChakravarthyKeymasterHi Chris,
The plugin you are using seems to be blocking everything like scripts, styles, hooks etc. These are essential for other plugins to inject custom HTML.
The only way to get the plugin showing is by including the below HTML and calling the PHP function somehow. You must get help from the plugin dev incase how to get it included.
Paste below HTML in the header or footer of the page
<link rel='stylesheet' id='ufw-style-css' href='https://<YOUR_WEBSITE_URL>/wp-content/plugins/ultimate-floating-widgets-pro/public/css/style.css?ver=5.8.5' media='all' /> <link rel='stylesheet' id='ufw-anim-css' href='https://<YOUR_WEBSITE_URL>/wp-content/plugins/ultimate-floating-widgets-pro/public/css/animate.min.css?ver=5.8.5' media='all' /> <link rel='stylesheet' id='fontawesome-css-css' href='https://use.fontawesome.com/releases/v5.15.1/css/all.css?ver=5.8.5' media='all' />
Call below function in the bottom of the page
UFW_Display::add_widget_box();
Thanks,
AakashAakash ChakravarthyKeymasterHi Chris,
Sure I can help.
I tried visiting your website, but it was not loading.This site can’t be reached pets-cemetery.com took too long to respond.
Can you please let me know when site is up and running?
Also, when you say “not working on specific page” do you mean, it is hidden on that page but seen everywhere else? Have you configured any rules in UFW -> Location rules tab to hide it on that page?
Thanks,
AakashAakash ChakravarthyKeymasterHi Tiziano,
As I can understand, the uppercase is converted to lower case when pulling the custom field right?
I’ll check this out and update you shortly.
Thanks,
AakashOctober 3, 2022 at 11:13 pm in reply to: How to access the content of a ShortCode from an External URL ? #11767Aakash ChakravarthyKeymasterHi @cristian,
Sorry for the late reply.
I’ll check if REST API is accessible for shortcoder.Could you please let me know the usecase behind this requirement?
Thanks,
AakashAakash ChakravarthyKeymasterHi @muppix,
Thanks for using Shortcoder.
The issue you are facing is a known behavior.
All shortcoder’s shortcode must be “closed” with[/sc]
otherwise WordPress cannot differentiate when a shortcode is opened and closed.This is one of limiatation of the Shortcode API. Read more here – https://codex.wordpress.org/Shortcode_API#Unclosed_Shortcodes
But the solution is very simple, please close all the shortcodes
[/sc]
.If you have a mix of open and closed shortcodes then WordPress parser will misinterpret.
Thanks,
AakashAakash ChakravarthyKeymasterHi Leonide,
Thanks for using Shortcoder PRO.
You can select “custom editor” and leave it as is. You do not want to change to “visual editor”.
The shortcode content is picked based on the “type of editor”.
If the editor is set as “custom editor”, then shortcode content is picked as per the custom editor.
You do no need to change “custom editor” to visual back again.There is also an option to pull content back and forth between visual editor and custom editors.
You will find the “import” box on the side panel to pull the content.Please do let me know if I misunderstood your query or your usecase is different.
Thanks,
AakashAakash ChakravarthyKeymasterHi Ashley,
Thanks for using Super RSS Reader.
The RSS reader picks the image from the RSS feed. If the RSS feed item does not contain any image, then it fetches from the URL directly.
If you want small size image, please ensure the RSS feed items have small size image instead of full size in it.
Please share the feed URL and let me know if you have any further questions.
Thanks,
Aakash -
AuthorPosts