Home / Forums / WoodMart support forum / Theme update issue. ajax product tabs layout change.
Home › Forums › WoodMart support forum › Theme update issue. ajax product tabs layout change.
Theme update issue. ajax product tabs layout change.
- This topic has 9 replies, 2 voices, and was last updated 4 days, 1 hour ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 17, 2026 at 12:30 pm #721812
cavsalesdeskParticipantI updated the theme, and the home page product carousel style changed. See more for the screenshot. It was working fine before I updated the theme. Now also in the editor, when I reload it same as the frontend.
So the layout automatically changed after the theme update.
Attachments:
You must be logged in to view attached files.June 17, 2026 at 2:31 pm #721832Hello,
Could you please share a screenshot showing the name of how the product carousel looked before the update and how it looks now? This will help us compare the changes and identify what may have been affected.
Also, please clear all caches and check whether the issue persists. Also, share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
June 17, 2026 at 5:00 pm #721859
cavsalesdeskParticipantI already shared screenshots with you. Check the first screenshot (image name starts with cc01888a-2919-444) and compare it with the 2nd one (image name starts with a00cb131-34ff-4bc). 1st is correct. 2nd one is wrong after the update.
June 18, 2026 at 9:26 am #721927Hello,
Your issue has been resolved. Please check back your site and check the issue.
See Screenshot for clarification: https://postimg.cc/68SbxHFd
Best Regards,
June 18, 2026 at 3:39 pm #721977
cavsalesdeskParticipantWhat was the issue? How can I fix this same issue on another site?
June 19, 2026 at 8:46 am #721999Hello,
The issue was resolved by regenerating the Elementor CSS files and then saving the affected carousel element settings again.
If you encounter the same issue on another site, please try these steps first, as they should resolve the problem.
Best Regards
June 19, 2026 at 9:22 am #722005
cavsalesdeskParticipantI followed the same step as you mentioned. still not able to fix. Can you check the site and let me know? Please record the screen/or step-by-step screenshot by explaining how you fixed it so I can know what I did wrong.
June 19, 2026 at 10:34 am #722016Hello,
Please try to recreate this section and check if it helps. Please try to add an ajax product tabs widget and choose the custom loop item and remove the old one and check how it works on your site.
Best Regards
June 19, 2026 at 12:58 pm #722027
cavsalesdeskParticipantok that solution works, but it’s not a great fix, because it can come up in the future as well. You didn’t tell why this issue was caused in the first place. Also, if I update the theme in the future it caused again? Because this issue appeared after the theme update.
Also, how can I hide the product categories from the single product page? I can’t find the option anywhere.
Attachments:
You must be logged in to view attached files.June 19, 2026 at 2:23 pm #722035Hello,
01. The issue was likely caused by outdated Elementor data or widget settings becoming incompatible after the theme update. In some cases, Elementor may not fully refresh older widget configurations, which can result in unexpected layout changes. We have not identified this as a general theme issue, so it should not occur after every update.
02. In WordPress, you cannot permanently delete the “Uncategorized” category because it is the default category required by the system. You can create a new category, set it as the default, and then assign posts to it.
If you don’t want to show it on the product page, you can hide it using Custom CSS in Theme Settings -> Custom CSS:
.single-product .product_meta .posted_in a[href*="uncategorized"], .single-product .woocommerce-breadcrumb a[href*="uncategorized"] { display: none; } .single-product .product_meta .posted_in:has(a[href*="uncategorized"]) .meta-label { display: none; } .single-product .product_meta .posted_in a[href*="uncategorized"] + span, .single-product .woocommerce-breadcrumb a[href*="uncategorized"] + span { display: none; }Best Regards
-
AuthorPosts
Tagged: AJAX-Product-Tabs, theme update
- You must be logged in to create new topics. Login / Register