Forum Replies Created

Viewing 15 posts - 136 through 150 (of 1,954 total)
  • Author
    Posts
  • in reply to: How many websites?

    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.

    Super RSS Reader

    Feel free to let me know if you have any more questions.

    Thanks,
    Aakash

    in reply to: Visitor conditions for logged out not working

    Hi 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,
    Aakash

    in reply to: Download has expired

    Hi 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,
    Aakash

    in reply to: Chosing pages to display the widget on

    Hi 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.

    Location rules

    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,
    Aakash

    in reply to: Show date, shows always the actual date (today)

    Hi 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

    in reply to: magnifying glasses under the pictures

    Hi 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

    in reply to: button higher and further to the left

    Hi 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

    in reply to: Show date, shows always the actual date (today)

    Hi 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-feed

    Example:
    <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

    in reply to: format widget

    Hi 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,
    Aakash

    Hi 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

    in reply to: Announcer and WP Rocket

    Hi 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.

    {$new_status}_{$post->post_type}

    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,
    Aakash

    Looks 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,
    Aakash

    Thanks 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

    in reply to: Slow loading website

    Hi 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,
    Aakash

    Hi 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

Viewing 15 posts - 136 through 150 (of 1,954 total)

Subscribe for updates

Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter