carlosfs91
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Can't activate on each site (WordPress multisite issue)That worked, thank you. But I’m still getting errors with CSS and js. Hope you can fix that soon
Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadI’ve tried this:
1. Installed the plugin in network admin as usual for multisite.
2. Didn’t activate the plugin for whole network.
3. Went to admin of individual site and tried to enable plugin there for that site alone. But I couldn’t, because YOP Poll doesn’t appear in the list, although I can activate other disabled plugins…How do you suggest installing this plugin separately for each site?
Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadSo… Any Idea on how to solve this?
Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadUpdate:
When removing
define( ‘FORCE_SSL_LOGIN’, true );
define( ‘FORCE_SSL_ADMIN’, true );
from wp-config.php, the plugin works fine with the changes, but I’d like to leave those lines there because I want the authors and editors of this pages to login using SSL automatically, without having to enter the “https://” manually before the url each time they want to login. So I’m just telling this because there must some sort of conflict with your plugin and Forcing SSL in the login and admin page.The SSL certificate is self-generated, because I only use https for the authors ans Editors of the blog.
Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadOk, did it. Downloaded, unzipped, replaced (is_ssl() ? ‘https’ : ‘http’) with ‘http’ in widget.php and public-admin.php, zipped, and network installed.
Still loads as https, and now it doesn’t work in any site. The other templates do not load either, and I get the same errors.Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadI’m using WordPress multisite (if this matters, sorry for not saying it at the beginning), so when I change it for one site, I change it for both. I replaced (is_ssl() ? ‘https’ : ‘http’) with ‘http’ in widget.php and public-admin.php, but still loads as https in terrassainforma.com and it works fine for the sabadellinforma.com.
Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadI replaced every “https” with “http” in both files when you told me for the first time. I’ve checked it again, and there’s not a single “https” anymore.
I don’t know why the js and css still load as https. Perhaps I should change “https” to “http” in somewhere else…
What do you think?
Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadUPDATE: Forget what I said about Firefox. It doesn’t work in Firefox too.
I’ll let you know if I discover anything else…Forum: Plugins
In reply to: [YOP Poll] CSS & JS don't loadHi,
I did it but I get the same errors.
It’s strange because now I realize that this only happens when using Chrome/Chromium. The plugin seems to work fine with Firefox.