Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi J3200,
In block editor can you please confirm if you are pasting the Shortcoder in the “Shortcode” block?
Also, please wrap the value of the template attribute like below. This is the issue.
template="<h3>%%title%%</h3>%%metadata%%%%thumbnail%%%%description%%"
Thanks,
AakashAakash
KeymasterHi J3200,
Thanks for using Super RSS Reader plugin.
If you are using the PRO version, you can change it using the “custom template” feature.
If you are using the free version, then we must use the “hooks” to modify the HTML like below.
Let me know if you need help in using the hook to use h2 headings.
Thanks,
AakashAakash
KeymasterHi Itso,
Thanks for checking Shortcoder plugin.
Can you please refer below documentation on how to use custom parameters/attributes? This doc has 3 examples and hope it will help you on your query.
Please let me know if you have any further questions.
Thanks,
AakashAakash
KeymasterHi,
This looks odd. The error log lines are from admin page.
Can you please pass on the staging details to my contact form below?
I’ll quickly check and update a resolution.
Thanks,
AakashAakash
KeymasterHi there,
Thanks for reporting this issue. I see this is a very new issue. Is this logged on all pages? are there any specific page which logs thsi error?
It seems the page has some missing data which could be unexpectedly malformed by the theme or another plugin.
Please let me know any idea on my query, I’ll suggest a change to handle this error.
Thanks,
AakashAakash
KeymasterHi Ed,
Thanks for usign UFW plugin.
Can you please try the following?
1) Delete the existing rule you have now.
2) Select “show only in selected pages”
3) Add “single post” – “is” –
4) Add a “sub rule” for the above and select “post type” – “is” – “product”.Hopefully this works. Please check and update on the same.
Thanks,
AakashAakash
KeymasterHi Yuping,
Thanks for using Super RSS Reader plugin. I have associated the “renewal order” with your account. It was made as a guest user.
Please login to https://www.aakashweb.com/my-account/ and download the plugin from the latest order.
Feel free to let me know for any issues.
Thanks,
AakashAakash
KeymasterHi Sarah,
Thanks for using Shortcoder plugin and sorry for the late reply. I understand the requirement, but unfortunately it would be something beyond the plugin’s scope.
You can export shortcoder content alone using WordPress’s export feature, edit using any text editor and import it later on.
There are many other plugins out there which allows you to “search and replace” in posts. Please see if such tools are helpful.
https://wordpress.org/plugins/tags/search-and-replace/Thanks,
AakashAakash
KeymasterHi TiTi,
Can you please open the widget and change something in widget form and click “save”?
There was a new option added to the widget, I guess that is the reason.
Please let me know if that works.
Thanks,
AakashAakash
Keymaster0Hi Dea,
I see the RSS feed has both thumbnail and full image. Right now plugin is giving priority to thumbnail image only.
Can you please make the change below to prefer full image?
Plugins > Plugin editor > Select “super-rss-reader-pro” > select file includes/feed.php
at line number 490, change
return $enclosure->get_thumbnail();
to
\\ return $enclosure->get_thumbnail();
;i.e add double slash at the beginning of the line.
Save the file.
This should prefer the full image.I will add this as an option the next version of the plugin so that it is easy to choose.
Thanks,
AakashAakash
KeymasterHi Dea,
Thanks for using Super RSS Reader PRO.
Can you please share the RSS feed URL? Let me check how to achieve this requirement.
Thanks,
AakashAakash
KeymasterHi Ruido,
Please disable WP accessibility –> uncheck “Prevent links from opening in new windows”.
Thanks,
AakashAakash
KeymasterHi Ruben,
The “template” used on the post has a “wrapper” which is of width 1250px.
So anything placed inside it will be contained within that wrapper.
In the image below, the region in “orange” is the boundary of the wrapper.
This has nothing to do with Shortcoder itself.
The solution will be to use a template from theme, which is “fluid” or has not container/wrapper for the post content.Thanks,
AakashAakash
KeymasterHi Charles,
Thanks for contacting me. Since this query has been resolved via email, I’m marking this thread as resolved.
Thanks,
AakashAakash
KeymasterHi Ruido,
Code has the parameter to open in new tab (note: target=”_blank”)
<div class="ancr-btn-wrap"><a href="https://radiobot.radioslibres.info/public/ruidofeminista" target="_blank" class="ancr-btn ancr-btn-primary">Escuchar on line</a></div>
But it seems you have some javascript which is removing the
target="_blank"
so that all links open in same tab.Can you please identify which plugin/JS code is doing that?
Thanks,
Aakash -
AuthorPosts