• Resolved lemmiwinks

    (@lemmiwinks)


    First of all, thanks for your hard work! I wanted ask, whether it would be possible to add an option to display a post’s date to you block?

    Also, could the behavior be changed, that when setting the image size setting to 0, the displayed images respect the maximum size of the container, i.e. a group?

    Thanks!

Viewing 6 replies - 16 through 21 (of 21 total)
  • seelennebel

    (@seelennebel)

    Hello Oliver,
    I still have the problem that the images are not displayed correctly.
    -> Version 1.0.9
    -> Block editor

    The images are displayed correctly in the backend of the block editor.

    CSS for this is:.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    }

    This CSS instruction is then missing in the output!

    Of course you can copy the short CSS code manually as additional CSS…
    Then it works!

    Thanks and best regards

    Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    Can you provide a link to your website’s page with the offending block?

    Alternatively, please let us know what theme you are using and steps to replicate the issue.

    Thank you,

    Oliver

    seelennebel

    (@seelennebel)

    Hello Oliver,

    I use the Block-Editor and Twenty Twenty-Four… but that doesn’t really matter. Because my wish is more fundamental.
    The ‘Display Remote Posts’ plugin always displays the most recent post in each block, and you want to display different posts in different columns.
    Claude suggests an addition to the php which then ends with the instruction for different shortcodes.
    [custom_remote_post feed_url=‘https://example.com/feed’ offset=‘0’]
    [custom_remote_post feed_url=‘https://example.com/feed’ offset=‘1’]
    [custom_remote_post feed_url=‘https://example.com/feed’ offset=‘2’]
    etc.
    The standard RSS block element offers the possibility to display the lines or blocks… directly in the block editor and without shortcodes.
    This would of course be easy to use….

    Plugin Author Oliver Campion

    (@domainsupport)

    Please note that we are replying to your message about images not showing correctly, not your other topic.

    Oliver

    seelennebel

    (@seelennebel)

    Sorry Oliver for the confusingly placed messages ??

    I use the Block-Editor and Twenty Twenty-Four…nothing special.
    (the site is still under development / testing and protected by .htaccess.)

    Plugin Author Oliver Campion

    (@domainsupport)

    Understood. Can you provide a link to the blog you are attempting to use in the block at least? The more detail you can give to replicate your issue, the more chance we have to actually be able to see it.

    Many thanks,

    Oliver

Viewing 6 replies - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.