• Hi There,
    We are using your plugin in a simple text site and cannot seem to get the links to highlight as we scroll down the page.

    http://kldwebsites.com/unchained/

    We are currently using a theme called headway. I am using the code below to attempt to highlight the side menu

    .main-nav.block-type-navigation ul.menu li > a:hover, .main-nav.block-type-navigation ul.menu li > a.mPS2id-highlight{color:#f29f1f;}

    .main-nav.block-type-navigation ul.menu li > a.mPS2id-target{color:#f29f1f;}

    Any help resolving this issue would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    I can see that you’ve enabled multiple options like:
    “Allow only one highlighted element at a time”
    “Keep the current element highlighted until the next one comes into view” and
    “Highlight by next target”

    First, try disabling the options above. Then, try to create the targets via plugin’s ps2id_wrap shortcode, so you can properly wrap your content with a target id, for example:

    [ps2id_wrap id='some-id']
    your content...
    [/ps2id_wrap]
    
    [ps2id_wrap id='another-id']
    your content...
    [/ps2id_wrap]

    Using the way above, you can define exactly your targets contents without extra options.

Viewing 1 replies (of 1 total)

The topic ‘Link not Highlighting when on specific section’ is closed to new replies.