GuillaumeB
Forum Replies Created
-
Hi,
I deactivated all plugins and it still doesn’t show up.
[Resolved now]
I tried by chance to delete all the widgets on the site and added them again (a bit of work) but it worked and they are back on.If this helps others…
Hi,
Thanks a lot for your reply.
I fixed the error in the console (it was a plugin that was causing it apparently) bu it it still not working :s
Thanks a million for you help!Hi,
I just wanted to share my experience on this if this may be of help to anyone.
The problem I had was the the text editor wasn’t clickable. I pinned it down to TA plugin.
Maybe it was due to my upgrading grom http to https recently but the fix was to disable my adblock. Simple as that. I was running Ublock origin on firefow and some other on chrome and it created some errors in chrome console.Was glad I found that trick!
hope this helps anyone.
Forum: Networking WordPress
In reply to: Creating mutlisitesOk, I found out how to solve the problem as detailed below.
apprently I wasn’t quite focused on when I had to copy the Define multisite true in the wp-config file.
Hope this helps others.
<blockquote=’kermit666′>I had a similar problem (I coludn’t even access my admin dashboard) and this site helped me.
In the end it turned out I didn’t have this variable set in my wp-config.php:
define(‘MULTISITE’, true);
It’s funny, because I think I copied everything WP gave me during the multisite setup, but it could be I skipped this line, because I already had define(‘WP_ALLOW_MULTISITE’, true); inside.