Home New Guten › Forums › WoodMart support forum › The latest version of theme seems to have a bug
The latest version of theme seems to have a bug
- This topic has 36 replies, 2 voices, and was last updated 6 days, 7 hours ago by
Luke Nielsen.
-
AuthorPosts
-
June 24, 2025 at 3:34 pm #669402
justinterwebParticipantThe latest version seems to have a bug in the portfolio section on the dashboard. It’s not displaying all portfolio items – only six are visible in my case, even though there are more than that.
Also, the button styling appears different. Previously, the min-width was working as expected, but something seems to have changed in the new version.
June 24, 2025 at 3:38 pm #669404
Luke NielsenKeymasterHello,
Is there any chance that you could give me access to the dashboard area so I can check the settings there?
Looking forward to collaborating with you!
Kind Regards
June 24, 2025 at 5:15 pm #669423
justinterwebParticipantSure, find below:
June 24, 2025 at 5:33 pm #669425
Luke NielsenKeymasterHello,
1. May I disable 3rd party plugin and enable the parent theme for testing?
2. That button works well – https://prnt.sc/EJgpffjD6c4J , please clarify if I missed something.
Kind Regards
June 24, 2025 at 6:23 pm #669438
justinterwebParticipantYes, regarding the button, earlier the min-width was working, but with the updated version, it’s not That’s why I gave you another URL where it’s working on the old version, but on the latest, you will see they kind of too close
June 25, 2025 at 11:20 am #669536
Luke NielsenKeymasterHello,
1. It seems like a bug in WordPress itself. Remove those projects that are not shown in the WP Dashboard and create new ones, then recheck the issue.
2. Use the below CSS to fix the issue with the buttons. Define it in Theme Settings -> Custom CSS.
html { font-size: revert; }
Kind Regards
June 25, 2025 at 12:04 pm #669552
justinterwebParticipantThe issue affects multiple existing websites after the theme update to the latest version. While we can do on the new websites, but deleting and recreating the existing ones is not a viable solution. The problem is specifically related to the portfolio section.
June 25, 2025 at 4:00 pm #669655
Luke NielsenKeymasterIn this case, send FTP access to your server files so our developer can investigate it properly.
Kind Regards
June 26, 2025 at 1:44 pm #669821
justinterwebParticipantFind Below
June 26, 2025 at 2:51 pm #669831
Luke NielsenKeymasterHello,
Update the theme to the latest version, then navigate to WoodMart -> Patcher -> and apply
669828
patch.Recheck the issue and let me know.
Kind Regards
June 26, 2025 at 3:17 pm #669849
justinterwebParticipantHi, will this patcher apply to all websites which is on the latest theme?
June 26, 2025 at 3:20 pm #669851
Luke NielsenKeymasterYep, this patch is available for all websites with the latest version of the theme.
Kind Regards
July 7, 2025 at 6:40 pm #672273
justinterwebParticipantThank you for resolving the above issue. We’re encountering another problem related to the product grid — on the mobile version, the order appears to be getting changed or reversed, regardless of the sorting option selected
July 8, 2025 at 9:24 am #672358
Luke NielsenKeymasterHello,
Is there any chance that you could give me access to the dashboard area so I can check the settings there?
Looking forward to collaborating with you!
Kind Regards
July 8, 2025 at 2:00 pm #672438
justinterwebParticipantSure
Attachments:
You must be logged in to view attached files.July 8, 2025 at 3:04 pm #672470
Luke NielsenKeymasterJuly 29, 2025 at 8:00 pm #676915
justinterwebParticipantHi, I have another question. We’re using a custom product layout and the ‘Product Meta Value’ element. Even though we’re using a WYSIWYG field in ACF, the frontend doesn’t display any paragraph tags or spacing between elements. Find the screenshot below.
July 30, 2025 at 9:07 am #676953
Luke NielsenKeymasterHello,
Please update access to the staging website so I can look closer at that issue.
Thank you for your time.
Kind Regards
July 30, 2025 at 10:23 am #676979
justinterwebParticipantSure check please below
July 30, 2025 at 11:35 am #677002
Luke NielsenKeymasterHello,
Okay, I see. Please clarify how I can show that meta information on the default product page (without using Layout) so I can compare those pages. Because at the moment, if I disable the layout, I cannot find that section from the plugin.
Thank you for your time.
Kind Regards
July 30, 2025 at 12:27 pm #677039
justinterwebParticipantOk, if we are not using that specific element, I will either need to override the single-page template and use the ACF field directly to display it. Alternatively, I could create a shortcode in functions to output it. I am positive that those methods would render the paragraph formatting correctly. Right now, we are only seeing plain text output, which is why we opted for the WYSIWYG field in a first place to ensure the content appears with proper formatting. Let me know if you want to see that data output without ‘Product Meta Value’ to compare.
July 30, 2025 at 12:31 pm #677042
justinterwebParticipantAlso, I have another question. I’m noticing a lot of CSS and JS files being flagged as render-blocking in PageSpeed Insights. I’ve only started working on one section and the footer, but these files seem to be the same across all websites. Is there a way to prevent some of these resources from loading if they aren’t needed on a specific page?
-
This reply was modified 2 weeks, 4 days ago by
justinterweb.
July 30, 2025 at 12:38 pm #677047
Luke NielsenKeymasterYep, please clarify how to enable it without the Product Meta Value element in Layouts.
Thank you in advance.
Kind Regards
July 30, 2025 at 3:04 pm #677091
justinterwebParticipantHi, you can find the page URL below where we are utilizing the same ACF field (WYSIWYG) to display the details, and it comes with proper formatting. Let us know if you need anything from our end.
July 31, 2025 at 9:17 am #677181
Luke NielsenKeymasterOn the last page you sent, I can see that there is a better HTML structure – https://take.ms/pGh07
On the product page, there are no “p”, “ul”, “li” tags and that is why there is such an issue – https://take.ms/JFzqO
So you need to define the same block on the default product page to check how it works there.
I await your response.
Kind Regards
July 31, 2025 at 10:38 am #677199
justinterwebParticipantWe know that, which is why we reached out to you. We’re using the WoodMart layout to build a custom single product page. We noticed that the “Product Meta Value” field provided by your theme is available, so we’ve used it—and it is working.
However, the only issue is that this field isn’t displaying proper formatting on the product page. That’s what we wanted to check with you. Since you mentioned seeing it in action, we tested the same field on a portfolio page, and there it displays perfectly with proper formatting.
We’d like to know if the “Product Meta Value” field is expected to support formatting on product pages as well. Please let us know.
July 31, 2025 at 11:44 am #677227
Luke NielsenKeymasterUnfortunately, the Product Meta Value element doesn’t have a filter for properly displaying content from WYSIWYG fields.
Kind Regards
July 31, 2025 at 12:17 pm #677233
justinterwebParticipantOk, could you please let us know which field should be used to display custom data? If not available, will this feature be included in a future theme update?
July 31, 2025 at 3:30 pm #677277
Luke NielsenKeymasterWe will consider the possibility of fixing this in the future. Also, for your situation, we can offer you an example of a custom shortcode that needs to be added to the child theme, which will display your content correctly
add_shortcode( 'custom_shortcode', function () { echo wpautop( get_post_meta( get_the_ID(), 'perfect_serve_content', true ) ); });
Kind Regards
August 5, 2025 at 1:02 pm #678073
justinterwebParticipantThanks! I have one more issue — on the single product page, there’s initially less space below the header when the page loads. However, after scrolling, it flickers and the spacing below the header increases. I’m sharing the link below; please let me know how I can fix this.
-
This reply was modified 2 weeks, 4 days ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register