Forum Replies Created
-
AuthorPosts
-
Aakash ChakravarthyKeymaster
Hi Jeff,
We offer 3 types of licenses. Single site, 10 site and unlimited sites. With the specific license purchased, you can install the plugin and activate the license key on the said number of websites.
Feel free to let me know if you have any more questions.
Thanks,
AakashAakash ChakravarthyKeymasterHi Catherine,
I just saw your website and the announcement worked for me (logged out user) as expected. Glad that you figured out the page was cached.
Have a great day 🙂
Thanks,
AakashAakash ChakravarthyKeymasterHi Jeff,
No worries, I have extended the download link for your order (the default expiry is 1 year to avoid spam/misuse)
You can continue to use the same link for download.
(regarding the search option, the “magnifier” icon on the top right corner of the page does site wide search)
Thanks,
AakashAakash ChakravarthyKeymasterHi Adam,
Thanks for using UFW plugin.
I guess you are the using the free version of the plugin. In this version you can target the widget and show/hide on posts, pages, home pages in general.However in the PRO version, you can create rules on which specific page you want to show the display the popup widget. There are more such rules. You can find them in the page below.
In case you are using the PRO version, please let me know what you are trying to achieve. I’ll try to help you with it.
Thanks,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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 #14272Aakash ChakravarthyKeymasterHi 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,
AakashAakash ChakravarthyKeymasterHi 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 #14262Aakash ChakravarthyKeymasterLooks 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 #14261Aakash ChakravarthyKeymasterThanks 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,
AakashAakash ChakravarthyKeymasterHi 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 #14245Aakash ChakravarthyKeymasterHi 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,
Aakash -
AuthorPosts