Home › Forums › WoodMart support forum › Wired problems after using Gutenberg as default builder
Wired problems after using Gutenberg as default builder
- This topic has 5 replies, 2 voices, and was last updated 4 weeks, 1 day ago by Artem Temos.
-
AuthorPosts
-
November 21, 2024 at 1:11 am #614014
Apon AhamedParticipantRecently I installed wordpress and woodmart (activated woodmart child) latest version and built a website with your demo called Makeup .
I used Gutenberg as my default page builder and import the Makeup demo .
But after some time I noticed that I can’t edit any imported layout with Gutenberg . After import it show only cods .
My problems is –
1. Cant edit or change any layout when I import it from woodmart with Gutenberg or wp bakery, (page only shows codes)2. After using Gutenberg as default page builder , stick sidebar and sticky filter not working on imported page like (shop page and more) . Sticky sidebar and sticky filter only works when i use wp backery to create a new page .
3. Didn’t find Compare widget in Gutenberg . So cant creat compare page with Gutenberg .
4. I want to remove page title and also set it on setting but it shows in every page like (shop ,checkout,cart,almost every page ) witch should be off .I already set it no title in theme setting .
5. I also noticed that my single page Gallery layout option also didn’t work properly. I set 1st option for Gallery layout but wired it sticks with 3rd layout every single product page .
PLEASE FIX THOSE ISSUES.
I give you the temporary access. And you can deactivate and take necessary steps to fix my problems. Its under development.Attachments:
You must be logged in to view attached files.November 21, 2024 at 10:22 am #614095
Artem TemosKeymasterHello,
1. We just checked your single product layout and it can be edited with Gutenberg. Here is a screenshot https://gyazo.com/48453821e23f2a71ac19461761bfc008
2. We don’t see any problems with the sticky sidebar on the shop page. Could you please clarify how to reproduce it?
3. You can use a shortcode for this
[woodmart_compare]
.4. You need to delete the page title element from your layouts as well. You can do this in WoodMart -> Layouts.
5. Most likely, you have a custom design set for the product gallery in the custom layout for the single product page.
Kind Regards
November 21, 2024 at 2:39 pm #614298
Apon AhamedParticipantThanks for responding.
My update-
Problem-1 – Already fixed with new woodmart patch .(solved ✅)
Problem -3. [woodmart_compare] working perfectly as expected (solved ✅)
Problem -4 – solved ✅
Problem-5 – solved ✅
Problem-2 – Remain problem ( i want to add sticky sidebar filter for all devices and sticky sidebar filter button should be in sticky bottom menu for every product archives )
I add some screenshots what i want do this in my website.
(Also attached the latest wp temporary access )
Attachments:
You must be logged in to view attached files.November 21, 2024 at 4:55 pm #614365
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this issue
add_filter( 'render_block_wd/off-canvas-button', function ( $block_content, $block ) { XTS\Modules\Layouts\Global_Data::get_instance()->set_data( 'wd_show_sticky_sidebar_button', true ); return $block_content; }, 10, 2 );
November 21, 2024 at 10:39 pm #614457
Apon AhamedParticipantThanks now it’s perfect after implicating this code .
It will be great if you add this fix in your next update. (
November 22, 2024 at 10:12 am #614522
Artem TemosKeymasterSure, this issue will be fixed in our next theme update. We close this topic for now.
-
AuthorPosts
The topic ‘Wired problems after using Gutenberg as default builder’ is closed to new replies.
- You must be logged in to create new topics. Login / Register