Forum Replies Created
-
AuthorPosts
-
David MorganKeymaster
This content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterHi 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!
David MorganKeymasterHi 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.David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
David MorganKeymasterHi 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!
David MorganKeymasterHi 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.David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
August 28, 2024 at 3:55 am in reply to: Error message: “Deprecated: Creation of dynamic property” #466215David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
August 28, 2024 at 3:41 am in reply to: Post Filters showing Categories not included in Selection #466214David MorganKeymasterAwesome, thanks Lewis!
August 22, 2024 at 5:02 am in reply to: Error message: “Deprecated: Creation of dynamic property” #466066David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
August 22, 2024 at 4:57 am in reply to: Post Filters showing Categories not included in Selection #466065David MorganKeymasterHi 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!
David MorganKeymasterHi 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.David MorganKeymasterThis content is restricted to Organic Themes members with an active subscription. Login here.
August 21, 2024 at 3:56 am in reply to: Post Filters showing Categories not included in Selection #465994David MorganKeymasterHi 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!
-
AuthorPosts