vgstef
Forum Replies Created
-
Is you template available free online so I could try it?
One other thing you could try.
Could you change the name of the file js.cookie.js to js_cookie.js
And in the file wp_user_stylesheet_switcher.php at line 138, update the name of the file js.cookie.js accordingly.It’s quite hard to find the solution, since I can’t reproduce and can’t see your website.
Have you tried the plugin on other websites?
Could you try to disable all other plugins. There could be a plugin that interfere with this one.
Could you check in the source on you html page if the script js.cookie.js is loaded?
You should find something like:<script type='text/javascript' src='https://web.globulesverts.org/wp-content/plugins/wp-user-stylesheet-switcher/js/js.cookie.js?ver=4.6.1'></script>
Which browser are you using?
Did you disable Javascript?
Which version of WordPress is installed?
Are you sure all the files of the plugin are installed?Hi,
Could you give a URL so I could have a look?
Which version of the plugin is installed?
Which browser do you use?Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Header Not LoadingIn your CSS styles files, you did not define any background for #header
You should add something like :
#header {
background: #00699e;
}
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Header Not LoadingTo help you, I’d need more info. What element on your header you want to change?
What’s the link to your website so I could look at the CSS.Good! Thanks for letting me know.
Great! The problem is solved for me! Thanks a lot!
Same problem here. Clinking the “Delete all entries” or selecting an entry to delete brings us to a 404 page not found.
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] Store Stylesheet Choice to User CookieYes, the plugin saves the stylesheet choice in a cookie.
You can try it on my website
There’s no predefined place for the dropdown. You place it where want. You can use the widget, the shortcode or the php code.
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] option for admin only ?Interesting, but I think it goes a bit outside the scope of my plugin.
I think such a feature should be theme related. In the theme option, that’d be easy to have a list of stylesheet and choose one from it. Some themes already offer theme customization with color, background image, and so on. But that would require some php coding…
Hope you’ll find an easy solution.
Forum: Plugins
In reply to: [WP User Stylesheet Switcher] option for admin only ?Hi, I’m not sure what you mean exactly. Do you mean that only the admin could select the active stylesheet for the website, or you’d like to have different stylesheets for the admin backend. For the later, you already have the option to set the backend style for each user profil.