Tagged: anchor link, anchor text
-
AuthorPosts
-
May 28, 2018 at 7:38 pm #963414
Hi,
1. I have an anchor link within my home page slider for “menu” and I notice it is supposed to advance to color section “welcome”… but it overshoots and goes to next color section. It used to work great. Any idea what might be going on?
2. Also, is there any way to launch burger menu from a button?
Thanks,
RobMay 31, 2018 at 5:48 am #964621Hey goldengate415,
Thank you for using Enfold.
1.) Is it working properly if you remove the slider? I think it overshoots because the slider loads a little later than when the anchor lands to the section. Please try this css code.
.n2-ss-align { min-height: 100vh; }
2.) Could you explain this a bit further? The burger menu is already a button.
Best regards,
IsmaelMay 31, 2018 at 6:06 am #964629Hi Ismael!
Thank you for your reply!
1. I just figured it out… when the css didn’t change it, I tried to think why it is re-loading the page… it is doing that because the link in the “MENU” button on home page was going to anchor using http instead of https… I just converted to https in the past week or two. So when I changed link to https, it works again… yay!
2. As you can see, I am sort of “faking” the menu by having user click menu or hamburger photo and then page scrolls down to menu. I was wondering if there’s a way I could have the hamburger photo be a link that actually launches the hamburger menu? Now that #1 is working this is not critical, but I thought I would ask since it is a bit of a cheat design in the way I have done it.
Thanks!!
RobJune 4, 2018 at 6:19 am #966322Hi,
Thanks for the update.
1.) Glad this is fixed.
2.) Set the menu to display as a burger icon initially (Enfold > Main Menu > Menu Items for Desktop) then use this css code to display the actual menu items.
.html_burger_menu_active #header .avia-menu .menu-item { display: block; }
You may need to apply a custom css class attribute to the items that you don’t want to display beside the burger menu icon.
Best regards,
IsmaelJune 5, 2018 at 5:25 pm #967327Hi Ismael,
Sounds like that change would change the entire site, not just that page… now that #1 is fixed, I don’t need #2 as much… I just thought if there were an easy link to the burger menu I could set up the slider button with that.
Thanks for your help!
RobJune 8, 2018 at 12:14 am #969871 -
AuthorPosts
- You must be logged in to reply to this topic.