Forum Replies Created
-
AuthorPosts
-
Aakash
KeymasterHi Saeyong,
The modification I gave was to ignore the pause when the window loses focus. This workaround cannot be made available for all.
Since you have youtube video and the ticker next to next, you are seeing the ticker stop when the youtube video is focused.
Please do stick to the modification for now. If there is any proper alternate way to handle this after my research I will implement the same.
Thanks,
AakashAakash
KeymasterHi Javan,
Please contact us via contact form with complete details on why super rss reader plugins conflicts with the entire WordPress experience.
We follow below terms for refund policy.
Thanks,
AakashAakash
KeymasterHi Lars,
It is the same with Shortcoder too. Nothing major changed in the new version.
Also the shortcode content won’t affect the cache.Can you please answer below queries ?
1) Can you please check and confirm if other possibly related caching plugins are not the issue ?
2) Also, what operation did you do in shortcoder which led to clearing the cache ?Thanks,
AakashAakash
KeymasterHi Lars,
Please do let me know once you have observations on this.
Thanks,
AakashAakash
KeymasterTHis is fixed in Shortcoder v5.3.4. Please do update to it.
Aakash
KeymasterHi Iain,
Are we good here ?
Thanks
Aakash
KeymasterHi @schwabische,
Can you please share the code you are using where p tags are added ?
Also please share a screenshot of the “post editor” where the shortcode is used.
Thanks,
AakashAakash
KeymasterSorry for the late reply.
Currently Super RSS reader fetches the feed and inserts it while the page is created. It does not query the feed from the user side.
So it is expected that the feed is cached along with the page cache.
The feed gets refreshed every day. So I would suggest updating the cache of your website to 1 day so that both the feed and the page gets updated.
If you are using the feed only on specific pages, then you can add exclusions to those specific pages.
Thanks,
AakashAakash
KeymasterHi @schwabische,
Paragraph tags are not added by shortcoder.
Please see images below.Can you please observe the output and see where p tags are added ?
Please let me know your observations and the code you are using.Thanks,
AakashAakash
KeymasterHi @schwabische
Sorry for the late reply.
This should work as expected unless the links are not manipulated by wordpress or other plugins before being displayed.
Can you please right click the link -> Inspect and check the HTML tag ?
Is is the same as you have in shortcode content /If not then there is something changing the tag.
Please do let me know further on this.
Thanks,
AakashAakash
KeymasterHi Lars,
Shortcoder does not clear WordPress cache.
The previous version of shortcoder and the current version had no big change.
I can’t figure out any issue in your case.
Can you please check and confirm if other possibly related caching plugins are not the issue ?
Also, what operation did you do in shortcoder which led to clearing the cache ?Thanks,
AakashAakash
KeymasterHi Lars,
I do not understand the issue.
Can you please explain ?
How does shortcode affect a caching ?
Thanks,
AakashAakash
KeymasterHi,
Sure. Since RSS feeds can have data in any format, I think I’ll have to have a look to see if it is something generic. Can you please share your RSS url ?
Thanks,
AakashAakash
KeymasterI believe the page template is stored as metadata of the post.
So you can use
_wp_page_template
as the custom field.From the example of the docs – https://www.aakashweb.com/docs/git-it-write/writing-posts/
—
title: Title of the post
menu_order: 1
post_status: publish
post_excerpt: This is a post excerpt
taxonomy:
category:
– category-slug-1
– category-slug-2
post_tag:
– tag-1
– tag-2
custom_fields:
_wp_page_template: template name—
### Post content
Aakash
KeymasterGreat ! Happy that you are using Git it write !
-
AuthorPosts