Hardik Parmar
asked 9 years ago

Hello DW Team,
Feature Request :-
Can you please add a feature of login/logout functionality in menu bar in dw argo theme in next update. It will help your theme users to produce membership websites. May be login with a popup is a great idea just like same feature as your website. It’s just a humble request.
 
Thanks,
Hardik.

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can use the place login plugin. After activating the plugin, you can add the following code to the style.css file:

#menubox {
width: 200px;
float: left;
}
#btn-login {
float: left;
}

Note: To display on the menu bar, you can open the header.php file then add the following code under line 42.

<?php if ( function_exists( 'plogin_form' ) ) plogin_form(); ?>

Hope this helps !

Powered by DW Question & Answer Pro