Forum Replies Created

Viewing 15 posts - 91 through 105 (of 1,644 total)
  • Author
    Posts
  • in reply to: Portfolio Block not filtering categories correctly #467441
    David Morgan
    Keymaster

    Hello,

    Thanks for reaching out! Can you please provide us with your website link and WordPress login info in a private reply so we can take a closer look?

    Also, regarding the portfolio posts opening in a new tab, there’s no option in the block, but you could use the Page Links To plugin, https://wordpress.org/plugins/page-links-to/

    I hope this helps. Thanks!

    in reply to: Blog pagination not working properly #467439
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Trouble creating Purpose child theme #467431
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Trouble creating Purpose child theme #467204
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Mobile Speed Issues #467024
    David Morgan
    Keymaster

    Hi Berit,

    I apologize for the delay. Rather than changing the width of the block, I could provide a style to hide the cover block in mobile, which should help optimization for mobile devices.

    You can hide the block using this CSS:

    @media screen and (max-width: 768px) {
        .site-main > .wp-block-cover {
            display: none;
        }
    }

    Also, make sure your image is saved in the .webp format for maximum file size savings. When it comes to large images and the LCP, there’s really no way around this optimization aside from either removing the image altogether or compressing the file size as much as possible. It just becomes a matter of preference whether you prefer having the image or prefer optimizing the page as much as possible.

    I hope this helps.

    Thanks!

    in reply to: Mobile Speed Issues #466869
    David Morgan
    Keymaster

    Hi Berit,

    Thanks for reaching out! I hope you’re well as well.

    In this case, I would recommend changing the width the Cover Block to Wide instead of Full Width, or removing the Cover Block altogether from the blog page.

    You can edit the block by navigating to Appearance > Editor > Templates > Index. The size can be toggled in the block controls, or you can delete it altogether. I attached a screenshot for reference.

    Let us know if there is anything else.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Header Media video not showing on desktop or Mac #466680
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Images and text cutoff on mobile #466553
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: WooCommerce Checkout Button #466552
    David Morgan
    Keymaster

    Hi Lindsey,

    This issue is most likely occurring because your Cart and Checkout pages for WooCommerce need to be setup. This is not a theme related issue, but I would recommend researching how to assign your cart and checkout pages within the WooCommerce settings.

    I hope this helps.

    Thanks!

    in reply to: Navigation Menu Issue #466550
    David Morgan
    Keymaster

    Hi Lindsey,

    No problem. Try adding the following CSS to resolve this issue:

    .site-header {
        z-index: 99;
    }

    The CSS can be added under Appearance > Editor > Styles > Edit Styles, then click the 3 vertical dots icon to reveal the “Additional CSS” option. You can view the screenshot for reference.

    I hope this helps.

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Please help with updating the CSS #466348
    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Post Filters showing Categories not included in Selection #466214
    David Morgan
    Keymaster

    Awesome, thanks Lewis!

    David Morgan
    Keymaster

    This content is restricted to Organic Themes members with an active subscription. Login here.

    in reply to: Post Filters showing Categories not included in Selection #466065
    David Morgan
    Keymaster

    Hi Lewis,

    That’s great! Thanks for sharing your updates!

    However, the files didn’t attach because PHP files can be uploaded. However, you could zip the files and attach the zip file, then we can implement your updates to the plugin.

    Thanks!

Viewing 15 posts - 91 through 105 (of 1,644 total)