Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi Dustin,
Thanks for using Shortcoder plugin.
I was able to access only the first screenshot.
Looking at it I was not able to understand the issue.
Could you please share more details on the issue like the Shortcode content etc?
Thanks,
Aakash
AakashKeymasterHi,
I’ll check and get back to you on this in a couple of days.
Thanks,
Aakash
AakashKeymasterHi Gregg,
I tried the link “with spaces” and the output is same as expected. The spaces were not removed as mentioned in my case.
Please see the image below.


Could you please share the screenshot like above from you side?
Thanks,
Aakash
AakashKeymasterHi @kserjy,
This seems like a bug. The round border of the button is affecting the bar itself. I’ll address it in the next version.
For now, can you please paste the CSS below in theme settings?
.ancr-wrap { border-radius: 0 !important; border-radius: 0 !important; }Thanks,
Aakash
AakashKeymasterHi Nina,
Sorry for the inconvienence. I have sent you an email with the steps to fix this issue.
Can you please check and try it out?Thanks,
Aakash
AakashKeymasterHi Deon,
Apologize for the inconvienence. There was a configuration change and the issue is fixed now.
Can you please retry the download now?Thanks,
Aakash
AakashKeymasterCheers! I’m marking this thread as resolved 🙂
AakashKeymasterHi Martin,
Excellent! The page looks great 🙂
Have a nice day.Thanks,
Aakash
AakashKeymasterHi,
Please use the code below.
<script> document.addEventListener( 'wpcf7submit', function( event ) { UFW.close(1); }, false ); </script>
AakashKeymasterHi Mak,
The default RSS feed refresh time is 12hours. It is not updated continuously. The plugin loads the cached RSS feed until it expires.
Thanks,
Aakash
AakashKeymasterHi,
Was the code working previously?
I looked at your website source code but couldn’t find the above code snippet.
Can you please confirm if the code is inserted?
Thanks
AakashKeymasterHi Fox,
The plugin caches all the RSS feed for 12 hours automatically.
You can however decrease this time using special code.The page being slow is highly unlikely unless you have
1) decreased the cache duration
2) load thumbnail from the rss feed link directly.Let me know more details on where and how the slowness is derived.
Thanks,
Aakash
AakashKeymasterHi, Can you please use the CSS below and see if it helps?
.srr-wrap .srr-thumb { display: none; } .srr-wrap > div > .srr-item:first-child .srr-thumb { display: block; }
AakashKeymasterHi, You can set the data format under content -> “date format” option.
Refer format codes here – https://wordpress.org/support/article/formatting-date-and-time/If using shortcode, use the
date_formatparameter.
Complete list of supported parameters here – https://www.aakashweb.com/docs/super-rss-reader/pro/shortcodes/
AakashKeymasterHi,
The reader displays images out of the box. Videos are not supported because the source video could be anything and one integration won’t help all users.
The plugin however supports extensiblity via code.
By using the hook below, we can customize the output as required, insert custom code etc.
Let me know if you need ay clarification on this.
Thanks,
Aakash -
AuthorPosts
