Great alternative to the one I previously used!
-
I was previously using a plugin from codecanyon for years. Suddenly it had some weird issue where it was not playing nicely with other plugins, and I had to ditch it.
Found this plugin and love it! My only suggestion would be to consider adding some CSS to the front end “switch” box, so its more obvious. I personally came up with this code to add into my theme for now.
/*** SWITCH USER ***/
p#user_switching_switch_on {
background-color: #efefef;
padding: 10px 25px !important;
border: solid grey 3px;
font-weight: bold;
text-transform: uppercase;
}
- The topic ‘Great alternative to the one I previously used!’ is closed to new replies.