Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #569470

    Hi,

    I would like as possible to add a login/log out box in header page but at the same level as secondary menu, as possible at the right just before social icons on the same line.

    I succeed to add login form in header under or over the main menu but how to add it in the secondary menu.

    I m using Membership2 plugin.

    Thanks a lot.

    #569714

    Hey lstephan!

    You can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag the meta widget to it to display login / logout links. Or you can use a text widget and display the links with HTML tags.

    Or you could add the links to the header menu area by creating custom links which would probably be easier.

    Best regards,
    Elliott

    • This reply was modified 8 years, 2 months ago by Elliott.
    #569873

    Thanks Elliot i have done it and it works fine to place it in header menu but i would like as possible to place it in the secondary menu ( where we can place phone number on the top of page).

    Have a nice day

    #570167

    Hey!

    I think it can be done but we cannot say for sure until we see your site. Please send us a link to your site and a mockup of what you like to do so we can help you better.

    Regards,
    Vinay

    #570170

    Hi thanks a lot,
    Here the link to my website :

    http://footbrest.fr/sparfel/

    Regards
    Ludovic

    #571253

    Hi!

    Please add the below code to Enfold > General Stylin > Quick CSS

    
    
    #loginform .ms-field {
    	max-width:500px!important;
    	float:left;
    	margin-right:10px!important;
    }
    #loginform .login-submit {
    	float:left;
    	margin-right:10px!important;
    }
    
    @media only screen and (max-width: 480px) {
    #loginform .ms-field {
    	max-width:100%!important;
    	float:none;
    	margin-right:0px!important;
    }
    #loginform .login-submit {
    	float:none;
    	margin-right:0px!important;
    }
    }
    
    

    Best regards,
    Vinay

    #571289

    Thanks a lot Vinay,

    I will try it.

    Best regards.

    Ludovic

    #571897

    Hi Ludovic,

    Great, please let us know if you should need any more help on the topic.

    Best regards,
    Rikard

    #580901

    hello istephan,
    gratulation for your webseite,
    i also want a Login form at the frontend.
    What Plugin do you have?
    Can you help me i want also a frontend Login form.

    Thanks!

    #580942

    Hi dodo8

    I m using this plugin amr shortcode any widget to add Membership2 login widget in my header.

    lstephan

    #581513

    Hi @lstephan,

    Thanks for sharing!

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.