Home Forums WoodMart support forum [URGENT] Layout Broken After Update to v8

[URGENT] Layout Broken After Update to v8

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #615032

    Mike
    Participant

    Hello, please check the private content, we have a serious issue after we update the theme to v8.
    we can’t disable any plugin or theme its a live website.

    #615052

    Mike
    Participant

    We check it on a staging site, the problem its happen also there with all plugin disabled, so it looks that the latest version somewhere is conflicting with wp bakery (also latest version)

    #615115

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Please disable any plugins not directly related to our theme and provide us with your admin access details. We will log in to your dashboard and investigate the issue. Please ensure that you only keep the following plugins that are necessary for our theme to work correctly:
    – WoodMart core
    – WooCommerce
    – Elementor/WPBakery Page Builder

    Thank you in advance.

    #615123

    Mike
    Participant

    i told you already we disable all the plugins on a staging site and issue persists. Check private for login details

    #615139

    Artem Temos
    Keymaster
    Xtemos team

    We don’t see these problems on your website now except page title alignment https://gyazo.com/b21eeb0b3c6640aaa9327076844f19ff

    #615140

    Mike
    Participant

    check product page, its full width

    • This reply was modified 1 year, 8 months ago by Mike.
    #615144

    Mike
    Participant

    here are the login details of live website. On the stage site you can see product page layouts that i imported from demo presets, you will see that the half of product page is ok and the other part is full width

    #615150

    Mike
    Participant

    i found the first problem with the header. Its happening when the Header bottom its set to sticky, if i disable it then the blank space its removed and the header is placed correct on the container.

    The problem with the product page remains the same

    #615370

    Mike
    Participant

    Up

    #615372

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    To fix the product page layout, you need to enable the following option in Theme Settings https://monosnap.com/file/x8iXz3EW3LBv8ufINDwy93uPHwFf25
    As for the header, please reproduce it on staging so we can check it, too.

    Kind Regards

    #615461

    Mike
    Participant

    I fix it. The problem was that we have an exact copy of the header.php on the woodmart-child theme so this was causing the issue, strange ?

    #615509

    Artem Temos
    Keymaster
    Xtemos team

    Maybe you have an outdated copy of the header.php file. Try to copy the file from the latest version and test how it works.

    #615520

    Mike
    Participant

    Yes
    New version had this: <div class=”wd-page-wrapper website-wrapper”>
    Old Version had this: <div class=”website-wrapper”>

    #615550

    Artem Temos
    Keymaster
    Xtemos team

    Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.

    #615608

    Mike
    Participant

    Btw, the alignment of page title on cart and checkout page still not placed in center as before update..
    https://prnt.sc/QdDHDQOhJ1N9

    https://prnt.sc/OwhZckwDpttZ

    #615703

    Artem Temos
    Keymaster
    Xtemos team

    Now you need to specify the page title align via Theme Settings as shown on the screenshot https://monosnap.com/file/5sIGhUDdKeQkzmhmilcWVZLejvy5TA

    #615770

    Mike
    Participant

    The text was displayed in the center, as it appeared before the theme update. Therefore, enabling the setting you mentioned doesn’t make sense at the moment. If I enable it, the title of each page will be visible on every page, which is not something I want, nor has our site ever been configured this way. We have always kept the title of each page hidden, so it wasn’t visible. Therefore, we want to have the same functionality again without changing the way each page operates.

    #615888

    Artem Temos
    Keymaster
    Xtemos team

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .wd-checkout-steps {
        align-self: var(--wd-align);
    }
    #615892

    Mike
    Participant

    Hi i know that i can fix it by adding a piece of css.
    My problem is that why everytime that theme is updated we need to add a small piece of css there, small piece of css here and so on… I mean that if anytime is needed to adding a custom css for each small thing then after some time/year we will get a full of bloat of custom css and small changes that we can’t control and know what is this for everytime

    #615914

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    We understand what you mean, but we have to optimize our theme and improve the structure and CSS code to reduce the page size. Now, our page title works with Flexbox as it requires less CSS code and gives more opportunities. That is why it can’t be aligned with the column text-align you used in the past.

    Kind Regards

    #615919

    Mike
    Participant

    Ok i understood your point. Thank you!

    #615924

    Artem Temos
    Keymaster
    Xtemos team

    Thank you for your understanding. Feel free to contact us if you have any further questions.

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

The topic ‘[URGENT] Layout Broken After Update to v8’ is closed to new replies.