Hi Stacy!
I ran into the same problem today and found a solution. Thought I’d would share it with you in case you’re still looking for a solution.
In your custom.css paste the following code:
input[type="checkbox"] {
-webkit-appearance: checkbox;
}
In the default css this reads “none” instead of “checkbox”, hence nothing is displayed in webkit browsers 😉
Hope this helps,
Ruud Denis
MitzuWorks
@ani7ruddha
The shortcode to use is:
[wp-modal-login login_text="Login" logout_text="Logout"]
You should paste this in a custom menu item with
URL: http://#
Navigationlabel: Login/Logout
Description: the shortcode
Save the menu and it should become visible and functional.