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

    (@malihu)

    Hi,

    1. To highlight your menu items:

    a)Add the following in your CSS:

    .header_main_menu_wrapper .menu-item .mPS2id-highlight + .magic_line {
        visibility: visible;
        margin-bottom: 0;
        opacity: 0.9;
    }

    The above highlights your main navigation menu links.

    b)In plugin’s settings insert the following value in ‘Highlight selector(s)’:

    .header_main_menu_wrapper .menu-item a

    The above tells the plugin script that only your main navigation menu links should be highlighted.

    2. The red buttons inside the slider cannot work with ‘Page scroll to id’ simply because the elements are not actual links (HTML anchors). They’re div elements with other javascript events attached on them.

    If there’s a way to make them normal links (via some revolution slider option or manually) they’ll work.

Viewing 1 replies (of 1 total)
  • The topic ‘Highlighting and Revolution slider issues’ is closed to new replies.