-
AuthorPosts
-
October 7, 2016 at 11:50 am #696406
Hi,
I made a onepage site with 3 anchor links. It works good on desktop but on mobile screen i get the burger menu but the links don’t work.
I use theme version 3.8 with the latest WordPress version. Any idea?
THX FreekOctober 7, 2016 at 2:09 pm #696504Hey Freek,
You are linking the whole domain and the anchors please link only the anchor #ID’s
Example
Do not use full URL http://domain.com/#contact
Use only the anchor ID’s #contact
Go to appearance > menu and change the links to just the anchor ID and it should work fine.
If you still have any issues Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayOctober 7, 2016 at 4:49 pm #696615Unfortunately that doesn’t work.
I made an account for you. See private section.
THX FreekOctober 7, 2016 at 6:04 pm #696655Hi,
The issue is you are using the ID selector more than once and the one that the menu is linked to is hidden in the mobile using only_mobile class. So there is a bit of a conflict and hence it is not working in the mobile.
To overcome this please add a new clorsection and give it a height of 0 using custom css
we added the below code in quick css to make the colorsection height 0
#wie{ min-height: 0px!important; }
It works in both desktop and mobile now.
Please do the same for the other anchor links.
Let us know if you have any questions.
Best regards,
VinayNovember 28, 2016 at 6:46 am #717582Hi, It works for one “small” problem. On a mobile screen one of the menu items (contact) is not working and i cannot figure out how to fix this. Can you help me out on this. THX again Freek
November 30, 2016 at 6:41 am #718637Hi,
Some of the section are ouside the main container so we have to move the separators inside their own color section to fix the issue. The anchor link is working properly now.
Best regards,
IsmaelNovember 30, 2016 at 8:28 am #718651Thx again for the great support!
FreekDecember 1, 2016 at 7:19 am #719102 -
AuthorPosts
- You must be logged in to reply to this topic.