Home › Forums › Basel support forum › Mobile Settings
Mobile Settings
- This topic has 20 replies, 2 voices, and was last updated 5 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
August 12, 2019 at 2:33 am #137546
joywithjoParticipantHi,
Can you tell me
1) How do I change the menu order/remove the “Wishlist” and “Login/Register” links on the side menu of the mobile menu? I can’t seem to find it from the Menu settings. See image IMG_3556.2) How to bring the logo and menu higher on the page, it’s too far down now. See image IMG_3557.
Thank you.
August 12, 2019 at 2:35 am #137547
joywithjoParticipantAdding the attachments.
Attachments:
You must be logged in to view attached files.August 12, 2019 at 8:40 am #137605
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.mobile-nav ul li.wishlist { display:none; } .mobile-nav ul li.login-side-opener{ display:none; }
Please provide your valid site URL I will check the possibility to move the logo.
Best Regards
September 6, 2019 at 3:53 am #142315
joywithjoParticipantHi Elise,
1) Resolved.
2) Our login details are below, thanks.
September 6, 2019 at 7:03 am #142328
Elise NoromitMemberHello,
Here is your header on mobile https://prnt.sc/p2iobb what you want to move and where?
Best Regards
September 6, 2019 at 12:12 pm #142387
joywithjoParticipantHello,
The problem only appears on the checkout page and the order success page.
September 6, 2019 at 8:52 pm #142440
Elise NoromitMemberHello,
I still cannot figure out what is wrong with the mobile menu on checkout: https://prnt.sc/p2u9pj
Best Regards
September 7, 2019 at 6:56 am #142472
joywithjoParticipantHi Elise,
Please see screenshot here, hopefully this makes more sense. https://prnt.sc/p2ym4o
September 7, 2019 at 10:27 am #142493
Elise NoromitMemberHello,
I am checking on a mobile device, on emulators and do not see the problem http://prntscr.com/p305xs
If you watch in the browser by narrowing, update the page and check.
Best Regards
September 7, 2019 at 10:50 am #142495
joywithjoParticipantHi Elise,
The problem only appears on certain pages – the checkout pages.
Please see links below in private content area.I have just cleared my cache on the mobile phone and tried again, I still see the same problem.
September 7, 2019 at 11:52 am #142501
Elise NoromitMemberHello,
I have checked both pages and provided the screen for the cart page only. Now I provide the screen for the checkout page http://prntscr.com/p30ucu
Best Regards
September 8, 2019 at 4:37 am #142579
joywithjoParticipantHi Elise,
I believe I have found where the problem is.
When you visit the page for the first time, the header banner will be displayed right at the top. In my case, I did NOT click on the “x” button to dismiss the header message.
On the checkout page, I have hidden the header banner using css via the code below:-
.header-banner { display: none !important; }However, it looks like although the header banner cannot be seen, it is still taking up “space” on the page, which is why the logo keeps getting pushed down.
If I were to click the “x” button and dismiss the header message from the beginning, this issue will not happen.
Is there a way to hide the header banner AND prevent it from taking up space on the page as well?
Thank you.
September 8, 2019 at 2:35 pm #142631
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > to the device where you want to hide:
body.woocommerce-checkout .header-banner{ display:none; }
Best Regards
September 10, 2019 at 2:27 am #142853
joywithjoParticipantHi Elise
Unfortunately this doesn’t seem to work. I added your code everywhere – “Custom CSS for desktop”, “Custom CSS for tablet”, “Custom CSS for mobile”, etc. etc. but it didn’t seem to solve the problem.
September 10, 2019 at 6:13 am #142878
Elise NoromitMemberHello,
Try to add this code as well:
body.woocommerce-checkout .header-banner-display .website-wrapper { margin-top: 0; }
Best Regards
September 10, 2019 at 10:55 am #142931
joywithjoParticipantHi,
No it didn’t work as well. I added both codes to global css. My support period is only until 12th September, so hopefully we can resolve this on time. Thanks.
September 10, 2019 at 1:49 pm #142973
Elise NoromitMemberHello,
I do not see the problem now https://prnt.sc/p4a5v3
As you see there is no gap between the logo and site top.
How can I reproduce the problem if any?
Best Regards
September 10, 2019 at 11:46 pm #143050
joywithjoParticipantHi Elise,
I am quite confident that the problem is still there.
Please use the following steps to reproduce:-
1) On your phone, please clear your cache and browsing history.
2) Start a private browsing session.
3) Go to the link in private content area. DO NOT close the purple header message.
4) Add an item to your cart.
5) Click and go to Checkout page.You should still see that gap because it is for some reason, trying to create some “space” for the header message although it is not supposed to be there.
September 11, 2019 at 9:13 am #143133
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body.woocommerce-checkout.header-banner-display .website-wrapper { margin-top: 0; }
Best Regards
September 11, 2019 at 11:01 am #143143
joywithjoParticipantHi Elise,
This solution is perfect! Thank you so much! 🙂
September 11, 2019 at 11:25 am #143152
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Mobile Settings’ is closed to new replies.
- You must be logged in to create new topics. Login / Register