Home › Forums › WoodMart support forum › Update to 3.1.0 from 2.9.0 breaks the website
Update to 3.1.0 from 2.9.0 breaks the website
- This topic has 24 replies, 3 voices, and was last updated 6 years, 1 month ago by Artem Temos.
-
AuthorPosts
-
October 21, 2018 at 4:44 pm #84181
prelovedRevolutionParticipantHi,
Our domain is hosted on a .com domain and we use the same domain name but with a .net for testing and updating first. When using Update feature for the theme on the test website .net domain – after the theme update the site is blank. Until now we made like this all the time and everything worked fine. But since the 3.0.0 theme version we receive a blank page.
October 21, 2018 at 7:04 pm #84194
Elise NoromitMemberHello,
Delete the theme via FTP, deactivate third parties plugins not related to the theme and provide valid admin access.
Best Regards
October 23, 2018 at 3:37 pm #84561
prelovedRevolutionParticipantI am using a child theme – it seems this breaks the site after the update. It seems that the header.php is the cause
It doubles the top menu after the update and resets the logo image. Is there a work around?
October 23, 2018 at 4:25 pm #84569
Elise NoromitMemberHello,
As I understand your problem is the header, right?
Our old header settings were deprecated since 2.0 version and we finally removed it to clear our theme from a lot of unnecessary code. So after the update, our header builder function is turned on so you need to configure a new header for your website. Actually, there is no much work there. You just need to change colors, logo image in Dashboard -> WoodMart -> Header builder. You can find all the necessary tutorials and instructions for this in our documentation https://xtemos.com/docs/woodmart/header-builder/
If you have any problems except the header, please provide more details with screenshots.
Best Regards
October 23, 2018 at 4:46 pm #84575
prelovedRevolutionParticipantNow with your piece of information all makes sense. But why didn’t you provide this important piece of information with the update – because I don’t think I am the only one with a child theme and with the same issue.
When you change something please share especially when this could affect lots of paying customers.
October 23, 2018 at 5:52 pm #84586
Elise NoromitMemberHello,
We do regret to know you have had the inconvenience. Actually, the notice upon depreciated header had been shown in the admin panel for 6 months as well as the information about removed header had been reflected in the logs.
Hope you have made the backup site if so return to the previous version, recreate the header in the Heade Builder and then update.
Recreating the header with the header builder will take you a couple of minutes and you will discover a wide range of additional options which were not provided in the header.
Best Regards
October 31, 2018 at 6:25 pm #86329
prelovedRevolutionParticipantI activated the new “improved” menu – the biggest problem now is that it displays some menu items – not all. You can compare the old version header – see the .com and the new version – see the .net.
What is the solution that when you scroll the sticky menu displays all the menu items?
October 31, 2018 at 7:40 pm #86356
Artem TemosKeymasterAs we can see, all items are shown in the header. First of all, try to upload your own logo via Dashboard -> WoodMart -> Header builder to free some space in the sticky header.
October 31, 2018 at 8:30 pm #86383
prelovedRevolutionParticipantCan you confirm you still see all the menu items including in the sticky menu when you scroll the page?
October 31, 2018 at 8:45 pm #86387
Artem TemosKeymasterWe don’t see them all in the sticky header yet. Please, replace the logo and change “My account” element to show the icon only. You need to free some space because there are too many items in your menu.
October 31, 2018 at 10:43 pm #86418
prelovedRevolutionParticipantPlease help me to show as many items as I want in the sticky menu – like with the old version of the header that you deprecated.
November 1, 2018 at 7:00 am #86432
Artem TemosKeymasterThat is actually what we are trying to do now. Did you try to change the logo and my account element as we suggested?
November 1, 2018 at 7:02 am #86435
prelovedRevolutionParticipantThe logo is roughly the same size as yours and please explain how to change My account element.
But I have a feeling that even tough I will change those the menu items won’t fit either.
November 1, 2018 at 7:10 am #86440
Artem TemosKeymasterPlease, upload your logo first. My account element can be edited in Dashboard -> WoodMart -> Header builder -> your current default header. Read more information in our documentation https://xtemos.com/docs/woodmart/header-builder/
Regards
November 1, 2018 at 7:17 am #86447
prelovedRevolutionParticipantYes, it seems to work now. Thank you
November 1, 2018 at 7:21 am #86449
prelovedRevolutionParticipantBut not quite unfortunately… it breaks the sticky menu further – please check for yourself…
November 1, 2018 at 7:24 am #86452
prelovedRevolutionParticipantIt has something to do with the height – if I modify the 60px height it works – can you help me with the full code for this?
@media (min-width: 1025px)
.whb-clone .whb-general-header-inner {
height: 120px;
}November 1, 2018 at 7:28 am #86455
Artem TemosKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings
body .whb-clone .main-nav .item-level-0 > a { height: 40px; }
and increase sticky header height in the header settings for the current header to
80px
Regards
November 1, 2018 at 7:33 am #86458
prelovedRevolutionParticipantThe same thing – please check for yourself
November 1, 2018 at 7:34 am #86459
Artem TemosKeymasterYou inserted a wrong code https://gyazo.com/2212b15e8a3fb88b3fef60a164c1baea
November 1, 2018 at 7:37 am #86463
prelovedRevolutionParticipantIndeed, thank you! It appears OK.
November 1, 2018 at 7:39 am #86464
prelovedRevolutionParticipantThe only difference I can see from the old menu is that it doesn’t highlight the current page/post/cattegory I am currently on. For example the Home had a green color on the old header.
November 1, 2018 at 7:53 am #86466
prelovedRevolutionParticipantFor the moment ignore my previous message. I think I know why. Thanks for your great support!
November 1, 2018 at 8:01 am #86468
prelovedRevolutionParticipantAnd hopefully one last thing – if I want to change the maximum height for the logo image in the non-sticky header – what is the code for that? I changed in the browser inspect to this and it worked:
@media (min-width: 1025px)
.whb-general-header .woodmart-logo img {
max-height: 125px;
}November 1, 2018 at 8:07 am #86473
Artem TemosKeymasterYou just need to increase that header row height.
-
AuthorPosts
Tagged: Update blank page
- You must be logged in to create new topics. Login / Register