Forum Replies Created

Viewing 15 posts - 256 through 270 (of 2,067 total)
  • Author
    Posts
  • in reply to: Show date, shows always the actual date (today)
    Aakash
    Keymaster

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

    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

    Aakash
    Keymaster

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

    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

    Aakash
    Keymaster

    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

    Aakash
    Keymaster

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

    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

    Aakash
    Keymaster

    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

    Aakash
    Keymaster

    Hi 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

    in reply to: shortcode
    Aakash
    Keymaster

    Hi 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

    in reply to: No Thumbnails
    Aakash
    Keymaster

    Hi,

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

    Aakash
    Keymaster

    Hi 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

    Aakash
    Keymaster

    Excellent! Curious to know how you are using the plugin. Feel free to share your website and Github repo too!

    Aakash
    Keymaster

    Hi Peter,

    I understand the requirement. But not all users would require that option.

    My suggestion would be to use an external plugin to add “ids” to heading so you can link to those.

    Add IDs to Header Tags

    Suggested Google search – https://www.google.com/search?q=wordpress+add+id+to+heading

    Hope this helps.

    Thanks,
    Aakash

    in reply to: Shortcodes arn’t working with Elementor WordPress
    Aakash
    Keymaster

    Hi Niels,

    No worries, I can help you out.
    Can you please share more details like a screenshot of the shortcode, page URL etc?

    Also, is the announcement configured to display immediately? (announcement settings -> display tab)

    Regarding the font size, the announcement message uses the same style as your theme. If you want very specific changes, you can use CSS. Share your page and let me know what to change, I’ll help you change if possible.

    Thanks,
    Aakash

Viewing 15 posts - 256 through 270 (of 2,067 total)

Subscribe to our Newsletter

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

By using this website, you agree to our Terms