-
AuthorPosts
-
January 21, 2016 at 4:46 pm #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.
January 22, 2016 at 3:04 am #569714Hey 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, 10 months ago by Elliott.
January 22, 2016 at 10:24 am #569873Thanks 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
January 22, 2016 at 4:05 pm #570167Hey!
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,
VinayJanuary 22, 2016 at 4:10 pm #570170January 25, 2016 at 11:48 am #571253Hi!
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,
VinayJanuary 25, 2016 at 12:31 pm #571289Thanks a lot Vinay,
I will try it.
Best regards.
Ludovic
January 26, 2016 at 6:14 am #571897Hi Ludovic,
Great, please let us know if you should need any more help on the topic.
Best regards,
RikardFebruary 10, 2016 at 9:09 am #580901hello 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!
February 10, 2016 at 10:39 am #580942Hi dodo8
I m using this plugin amr shortcode any widget to add Membership2 login widget in my header.
lstephan
February 11, 2016 at 9:37 am #581513 -
AuthorPosts
- You must be logged in to reply to this topic.