Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Happy that you like Shortcoder and thanks for the kind donation 🙂
Cheers !
Thanks,
AakashAakash ChakravarthyKeymasterHi Ariane,
Got it. Right now there is no option to set separate settings for desktop and mobile. It would require lot of changes to implement in code. There is no easy way to suggest a workaround either. I’ll see if I can add this option in the future release.
Thanks,
AakashAakash ChakravarthyKeymasterHi Karen,
Thanks for using Shortcoder. Really appreciate the time and effort you have taken to share your observation.
The reason why you are seeing this discrepancy is because of the following reason
When you have open shortcode followed by a closed shortcode, WordPress thinks that the there is only one “closed” shortcode. Rest of the content is considered as “enclosed content” for the first shortcode.
An example:
[sc name="mysc1"] Some content [sc name="mysc2"][/sc]
In this case,
some content [sc name="mysc2"]
is considered as enclosed content for the shortcode[sc name="mysc1"] ... [/sc]
. Hence all the content inbetween is seen missing.This is a known limitation with WordPress itself. It is documented here – https://codex.wordpress.org/Shortcode_API#Unclosed_Shortcodes
So to address this issue, starting Shortcoder v5.5, the “select and insert” popup will always insert all the shortcodes with a closing tag. So that above issue is not observed. You can always use open shortcode, but ensure that there are no closed shortcodes down the page.
I agree that this is a confusion, I’ll add a FAQ to inform users about this and suggest to add
[/sc]
tag for their existing shortcodes.Cheers !
Thanks,
AakashAakash ChakravarthyKeymasterGood to hear. I’ll ensure this can be disabled his options in the next version.
Aakash ChakravarthyKeymasterHi Greg,
Sorry for the inconvienence.
Please revert the last change I asked to make (addingreturn $items;
at line number 311)The first change alone is sufficient. (changing
true
tofalse
at line number 122)
I tested and it works.Please ensure the following,
1) You have saved the changes
2) The cache of the page (if any) where the shortcode is used is cleared.
3) WordPress sometimes caches the RSS feed which expires in 12 hrs. Please wait 12 hours if #1 and #2 didn’t help.I can’t think of any reason why it might not work.
Please do try and let me know.Thanks,
AakashAakash ChakravarthyKeymasterHi @gtelakis,
That should’ve worked. May be you looked at cached page.
Anyways can you also try adding this line in
super-rss-reader/includes/feed.php
at line no. 311 ?return $items;
Please do clear any page cache and give a try.
This should help you meantime till the next release.Thanks,
AakashAakash ChakravarthyKeymasterHi @gtelakis,
Looks like I need to add an option to disable sorting. I’ll add it in the next release.
Can you please make this small change in plugin editor ?
Open
super-rss-reader/includes/feed.php
at line no. 122
Replace this$feed->enable_order_by_date( true );
with this
$feed->enable_order_by_date( false );
and save the file. Please let me know how it goes.
Thanks,
AakashAakash ChakravarthyKeymasterHi Gabriel,
That is really strange.
Can you please create a temporary administrator user and share me the username and pass via my contact form below ?
Since 401 is “unauthorized”, I’m not sure if your website is kind of blocked by the RSS feed host.
Since other RSS feeds work, it has to do something with the specific feed URL.
I need to check this live to give you more clarity.Thanks,
AakashAakash ChakravarthyKeymasterHi Jazeel,
Thanks for using WP Socializer.
I’m sorry to say that WP Socializer plugin does not support this design right now.
It supports only vertical sticky floating share bar.Thanks,
AakashJune 28, 2021 at 1:51 am in reply to: Featured Image in the post not appearing while sharing on WhatsApp. #9644Aakash ChakravarthyKeymasterMarking this as resolved.
Aakash ChakravarthyKeymasterMarking this as resolved
Aakash ChakravarthyKeymasterHi Gabriel,
Error 401 means the feed is unauthorized. I tried the feed on my website and it works perfectly fine. There could some temporary access restriction at the time when the plugin tried. Please wait for a day and try again. Below is a screenshot when I tried on my side.
Also, please go to the widget and click save, delete the page cache if you are using any wordpress caching plugin.
Thanks,
AakashAakash ChakravarthyKeymasterLatest version of Super RSS Reader has support for default thumbnail. Marking this as resolved
Aakash ChakravarthyKeymasterMarking this as resolved.
Aakash ChakravarthyKeymasterMarking this as resolved.
-
AuthorPosts