Okay
  Public Ticket #1317315
Top Menu allready opened on pageload
Closed

Comments

  •  1
    tutanchomzis started the conversation

    Dear Support-Team,

    i have a question about the Kalium Top Menu:
    Is ist possible to create a link which opens a site of the wordpress with the top menu allready opened? Any possible sollutions?

    Thanks in advance,
    David

  •  1,559
    Laborator replied

    Hi David,

    I don't understand which site of WordPress you want to open with the top menu already opened? Can you please be more specific, by including links, photos or something else which can enlighten our way to the fix for  your site.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    tutanchomzis replied

    Dear Art,

    the website has this landing-page:
    www.valeriefavre.net/home

    When you click on the picture (its a one-slide-slider made with slider revolution) you get here:
    http://www.valeriefavre.net/works/

    What i would like to provide on this page (in the future it might be another page) is that the top menu is allready opened. So that the visitor doesn't have to click on the menu button.
    Is there a possible sollution?

    Best,
    David

  •  1,559
    Laborator replied

    If you want the top menu to open only in Works page add this custom javascript code in Theme Options:

    <script>
        jQuery( document ).ready( function( $ ) {
            if ( jQuery( 'body' ).hasClass( 'page-id-7' ) ) {
                jQuery( '.menu-bar' ).click();
            }
        } );
    </script>

    If you want the top menu to be opened on entire site add this code:

    <script>
        jQuery( document ).ready( function( $ ) {
            jQuery( '.menu-bar' ).click();
        } );
    </script>

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    tutanchomzis replied

    Thanks a lot, Art!
    All the best,
    David

  •  1,559
    Laborator replied

    You're welcome David :)

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).  A huge thank you from Laborator in advance, I am setting this ticket as closed now!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group