Forum Replies Created
-
AuthorPosts
-
AakashKeymasterHi Johannes,
Yes, if the RSS format is incorrect then any reader would display the same.
It is indeed possible to hack around with the code to fetch the date from the feed, but it would be just a workaround.
If possible please check with the feed owner if that format can be changed. Otherwise let me know I will dig through the code and see if something can be done. You might have to keep the plugin without updating.
Thanks,
Aakash
AakashKeymasterHi Franz,
The icons in UFW plugin are displayed using fontawesome icons.
May be the slideshow plugin is also using the same.If UFW plugin is active, the fontawesome icons are loaded which shows the magnifier icon. WHne it is disabled the slidehsow plugin is not showing it’s icon.
I guess it is better to check with that slidehsow plugin author with UFW plugin disabled to get an idea why this is happening in their plugin.
Let me know if you need any clarification.
Thanks,
Aakash
AakashKeymasterHi Franz,
Can you please use the CSS below to adjust the position?
You can change the number 2em and 3em as you like.
.ufw_pp.ufw_p_br{ bottom: 2em !important; right: 3em !important; }Hope this helps.
Thanks,
Aakash
AakashKeymasterHi Johannes,
The reason is that, the “date” is incorrectly formatted in the RSS feed.
Please see the report below.
https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fkultusministerium.hessen.de%2Fnewsletter-feedExample:
<pubDate>Wed, 02 Oct 2002 08:00:00 EST</pubDate>https://stackoverflow.com/a/22905935/306961
Current format in the feed is,
<pubDate><time datetime="2023-12-19T16:04:57+01:00">19.12.2023</time></pubDate>Thanks,
Aakash
AakashKeymasterHi Franz,
Please use the CSS below to adjust the padding of the inner widget.
The extra padding is added by your theme.Using below CSS, you can control the padding.
.ufw_wb_inner .widget { padding: 0px; }Thanks,
AakashFebruary 10, 2024 at 8:20 pm in reply to: Whitelist the key used in shortcode in our settings page for security #14272
AakashKeymasterHi WebM,
The message must be coming from different plugin/theme.
Shortcode does not print that message because there is no code for that.
Can you try the following,
1) Disabling other plugins one by one and checking which throws the error.
2) Is it displayed by your theme?
3) What are the contents of the shortcode?Thanks,
Aakash
AakashKeymasterHi there,
I haven’t used WP Rocket. But every caching plugin must have some kind of hook to clear the cache.
There are various caching plugins out there. So it wouldn’t be possible to automatically clear the cache for one specific plugin.
Since announcements are just like posts, may be you can check with WP rocket team to see if it is possible to clear cache when posts of type “announcer” is published.
If you can find the hook to clear the cache, then you can use it with WordPress’s on publish post hook and call the wp rocket function to clear the cache.
Also, since announcements are something which are not often changed, I think it would be better to manually clear the cache in WP rocket.
Hope this helps.
Thanks,
AakashFebruary 9, 2024 at 12:05 am in reply to: [Git it write]: The pages created by default using classic editor #14262
AakashKeymasterLooks excellent. Good luck!
Regarding converting to blocks, right now the plugin does not do anything special for blocks. It sets the post content in classic HTML mode.
Adding support for block format would need significant changes. I’ll keep this in my todo list and try to see how this can done.
For now please proceed with any other solution.
Thanks,
AakashFebruary 9, 2024 at 12:04 am in reply to: [ git it write ] Heading IDs are not being added for deep linking #14261
AakashKeymasterThanks Peter. I’ll mark this topic as resolved.
Feel free to rate and review the plugin – https://wordpress.org/support/plugin/git-it-write/reviews/#new-post . Your review helps the plugin.
Thanks,
Aakash
AakashKeymasterHi Rumit,
The page loads quickly on my side and I see no issue.
The RSS feed is cached. So every 12 hours, when the cache expires, the first load may take time. Subsequent load will be from cache and it will be very fast.
Thanks,
AakashFebruary 7, 2024 at 11:48 pm in reply to: [ git it write ] Heading IDs are not being added for deep linking #14245
AakashKeymasterHi Peter,
I have done the same. I came up with a custom solution like done by the plugin I shared.
Below is the code I’m using.
https://gist.github.com/vaakash/9ef63c22192316b81986a4d78192b39f
Thanks,
AakashFebruary 7, 2024 at 11:36 pm in reply to: [Git it write]: The pages created by default using classic editor #14244
AakashKeymasterHi Vignesh,
I understand the requirement. But may I know what is the advantage of this?
The main idea is that users write posts in markdown format, version control and collaborate on Github. The markdown format is converted to HTML and set as post content.
The update should be one way where the posts created with markdown shouldn’t be edited using wordpress editor.
Thanks,
Aakash
AakashKeymasterHi Spiros,
I see that the shortcode has “fancy characters” for “double quotes” and square brackets.
Not sure if that is causing the issue.Could you please try and share the following?
1) Copy and paste the example seen in “super rss reader – pro -> example”
2) Edit that example with your feed URL and see if it works.
3) A screenshot of the post editor where the shortcode is inserted
4) The page URL where the shortcode is inserted.Thanks,
Aakash
AakashKeymasterHi,
When the feed item does not have any thumbnail, we can use that option to fetch the image directly from the page.
In your case, the feed item has the image, but not the page. Hence setting “Fetch thumbnail from page directly” to “no” worked.
Hope this helps!
Thanks,
AakashFebruary 6, 2024 at 11:27 pm in reply to: [Git it write]: The pages created by default using classic editor #14233
AakashKeymasterHi Vignesh,
The expectation with GIW plugin is that, post content must not be edited from the editor.
The plugin sets the post content as is.
Even blocks are represented as normal HTML. You can learn about it here – https://developer.wordpress.org/block-editor/getting-started/fundamentals/markup-representation-block/
So if you follow the same block syntax in your markdown file, you will get the blocks in block editor.
Thanks,
Aakash -
AuthorPosts
