Menu anchor frontpage

Multipurpose WordPress Theme Forum Support
GK User
Thu Jun 11, 2015 10:30 am
Hi,

I tried using anchors on the homepage so I can let people scroll down automaticly if they don't know that the must scroll and just click a menu item. But anchor's don't seem to work.

Any idea why? I could think the problem is that this theme is working with multiple "pages" at one page.

Thanks
User avatar
Junior Boarder

GK User
Thu Jun 11, 2015 1:42 pm
Hi,

I can't see any anchor link in your menu items.

It should works properly, but you have to specify id in your section.I.e. you should change this fragment:
Code: Select all
<div class="gk-desc site">...

to:

Code: Select all
<div id="section1" class="gk-desc site">

then you can use anchor link #section1 in your menu.
User avatar
Moderator

GK User
Fri Jun 12, 2015 9:42 am
Works great, I've tried before with <a name> that didn't work, but this works great.
User avatar
Junior Boarder


cron