Home Forums WoodMart support forum Problem after update

Problem after update

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #147446

    KH
    Participant

    After I update to the latest version, some thing has changed in my site. Please see screenshot.

    #147463

    Hello,

    I think you have forgotten to attach the screenshot with the Topic, Can you please share the screenshot of the issue so that I can check it for you. For now your site is showing like this: https://screenshot.net/48zznax at my end.

    Best Regards.

    #147467

    KH
    Participant

    I uploaded the screenshot but don’t know why it’s not uploaded but error. Here you are https://www.dropbox.com/s/45vqqbwlud32eku/sc24.png?dl=0

    #147487

    KH
    Participant

    Also affect the look of mobile as well. I use child theme and have custom css but don’t know why the update break it.

    #147489

    KH
    Participant
    #147511

    Hello,

    At my end the site is working fine. Please see this screenshot http://prnt.sc/pcs0bn

    Also, on mobile the site is working fine: http://prnt.sc/pcs1fp

    Best Regards.

    #147531

    KH
    Participant

    After clearing cache, those changes have gone but however, there’re other changes occur. You can see the screenshot for explanation https://www.dropbox.com/s/45vqqbwlud32eku/sc24.png?dl=0

    Look at the dropdown width of my account menu and compare with the original here https://www.dropbox.com/s/45vqqbwlud32eku/sc24.png?dl=0 you will see the difference.

    #147540

    KH
    Participant

    Moreover, Go to this page https://www.khai.la/shop/. Look at the color swatch. It’s not circle as before. Many custom csss are broken by your new update.

    #147545

    Hello,

    I have test your site all the issues occur in the child version of your theme. When i activate your parent theme everything looks perfect. My account icon, width of dropdown is fixed and also the color swatches are exactly shown in circle. So this is your Child Theme Customization issue.

    You can check the screenshot for clarification: https://jmp.sh/mPRp9mO

    Best Regards.

    #147560

    KH
    Participant

    – For color swatches, I remove this code, now it becomes normal. But It’s strange. I have this code before update, but never see this problem.

    .swatches-select>div {
        min-width: 40px;
        line-height: 1.6;
        background-color: #eee;
    }

    – For the dropdown menu width, I have this code before update and don’t see any problem

    .menu-simple-dropdown .sub-menu-dropdown, .menu-simple-dropdown .sub-sub-menu {width: 250px;
    }

    However, after update, I inspect the elements and see this code

    div.woodmart-header-links .menu-item-my-account {width: 165px;
    }

    So I change this to 250px as well. It comes back to normal. But It’s strange, before update I don’t see this code at all.

    – For the icon size, I inspect elements and apply font-size:26px. Now it comes back to normal. But it’s strange. Before update, I don’t such problems at all. If my css code has problem, the problem should occurs at that time before update.

    #147564

    KH
    Participant
    #147587

    Hello,

    Whenever a theme releases update the reason behind is we try to increase the efficiency of the theme and adding more features and also used the latest versions of included languages.

    So, that’s why your prior code which works just fine before the update creating the issue after the update because you might write your code according to the old syntax of that language or our developer team might be updated styling of those elements and then your styling conflicts with the theme styling in the update.

    Yes those hover buttons shown in the mobile view included in the new version of theme. In case if you don’t want to show them in the mobile view. You can hide them by using the below code in Theme Settings >> Custom Css >> Custom CSS for mobile

    .woodmart-hover-icons .wrapp-buttons {
    display:none;	
    }

    Result: https://jmp.sh/XJaTG7y

    Best Regards.

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