Home Forums WoodMart support forum Wired problems after using Gutenberg as default builder

Wired problems after using Gutenberg as default builder

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #614014

    Apon Ahamed
    Participant

    Recently 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.
    #614095

    Artem Temos
    Keymaster

    Hello,

    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

    #614298

    Apon Ahamed
    Participant

    Thanks 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.
    #614365

    Artem Temos
    Keymaster

    Try 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 );
    #614457

    Apon Ahamed
    Participant

    Thanks now it’s perfect after implicating this code .

    It will be great if you add this fix in your next update. (

    #614522

    Artem Temos
    Keymaster

    Sure, this issue will be fixed in our next theme update. We close this topic for now.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Wired problems after using Gutenberg as default builder’ is closed to new replies.