Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,566 total)
  • Author
    Posts
  • 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!

    in reply to: Update issues #466062
    David Morgan
    Keymaster

    Hi Anya,

    Thanks for reaching out and using STAX! Your site looks great. We’ll be happy to help:

    1. This sounds as though there may have been a manual change to the Single Product template in the editor. I would recommend resetting any changes to the template under Appearance > Editor > Templates > Product Single. See attached screenshot.

    2. Unfortunately, this appears to be a WordPress bug unrelated to the theme. It seems the WordPress font size for “Huge” is overriding the template size, and I’ve encountered this issue with other themes as well. The easiest solution is just to use a custom font size until the bug is resolved in WordPress.

    3. Similar to the first answer, I would recommend resetting the Header template part by navigating to Appearance > Editor > Patterns > Template Parts, and resetting any changes to the header. This should restore the secondary logo if it was deleted by accident.

    I hope this helps. Thanks!

    Attachments:
    You must be logged in to view attached files.
    in reply to: Blog pagination not working properly #466061
    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 #465994
    David Morgan
    Keymaster

    Hi Lewis,

    The link to your site currently isn’t working.

    For simplicity sake, you could update your workaround styles to this instead:

    .team [data-filter=”.team”], 
    .team [data-filter=”.news”],
    .team [data-filter=”.project”],
    .team [data-filter=”.director”] {
      display:none;
    }

    However, you shouldn’t need to use this workaround. If you provide your WP admin login info I can take a look at your setup to see if your categories are setup properly for filtering.

    Currently there is only the option to sort by Ascending or Descending (newest to oldest, or oldest to newest). We could update your plugin code with the option to sort alphabetically using our One Change service.

    Thanks!

Viewing 15 posts - 16 through 30 (of 1,566 total)