Home › Forums › WoodMart support forum › Problem after update
Problem after update
- This topic has 11 replies, 2 voices, and was last updated 5 years, 2 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 30, 2019 at 6:05 am #147446
KHParticipantAfter I update to the latest version, some thing has changed in my site. Please see screenshot.
September 30, 2019 at 7:01 am #147463
Aizaz Imtiaz AwanKeymasterHello,
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.
September 30, 2019 at 7:04 am #147467
KHParticipantI 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
September 30, 2019 at 8:00 am #147487
KHParticipantAlso affect the look of mobile as well. I use child theme and have custom css but don’t know why the update break it.
September 30, 2019 at 8:01 am #147489September 30, 2019 at 9:15 am #147511
Aizaz Imtiaz AwanKeymasterHello,
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.
September 30, 2019 at 9:45 am #147531
KHParticipantAfter 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.
September 30, 2019 at 10:05 am #147540
KHParticipantMoreover, 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.
September 30, 2019 at 11:06 am #147545
Aizaz Imtiaz AwanKeymasterHello,
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.
September 30, 2019 at 11:43 am #147560
KHParticipant– 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.September 30, 2019 at 12:03 pm #147564
KHParticipantHow about this one in mobile view? New style? https://www.dropbox.com/s/vq4qkbqmz93efbc/Screenshot_20190930_165906123.jpg?dl=0
September 30, 2019 at 1:37 pm #147587
Aizaz Imtiaz AwanKeymasterHello,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register