nilskamm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hestia] Host fonts locally in “NS Cloner”-copied multisiteI decided to just not clone the site with NS Cloner. If i create a new site everything works.
Forum: Themes and Templates
In reply to: [Hestia] Host fonts locally in “NS Cloner”-copied multisiteHey @rodicaelena !
Thank you for your answer!
It is not related to caching and i think the Troubleshoot mode of the health-check plugin doesn′t work with multisites. I downloaded the plugin, activated the Troubleshoot mode, but plugins were still active.
Anyway. I found what′s wrong but i don′t know how to fix it properly.
The theme tries to load the fonts from a wrong place. As example i use the font Kelly Slab.
The site where it works and which i used to clone the new one, loads the file from https://www.domain1.com/wp-content/uploads/sites/10/fonts/kelly-slab/-W_7XJX0Rz3cxUnJC5t6fkQLfg.woff2The cloned site tries to load it from https://www.domain2.com/www/htdocs/v009923/wordpress/wp-content/uploads/sites/10/fonts/kelly-slab/-W_7XJX0Rz3cxUnJC5t6fkQLfg.woff2 what is just wrong and not accessible.
I then checked what is happening, when i disable “Local fonts hosting” in the working site and then clone a new one. After cloning the new site i activated “Local fonts hosting” again, but it doesn′t work and also tries to load the font from an inaccessible place: https://www.domain3.com/www/htdocs/v009923/wordpress/wp-content/uploads/sites/10/fonts/kelly-slab/-W_7XJX0Rz3cxUnJC5t6fkQLfg.woff2
Then i searched for “/www/htdocs/v009923/wordpress/wp-content/uploads/sites/10/fonts/kelly-slab/-W_7XJX0Rz3cxUnJC5t6fkQLfg.woff2” in the database and it exists only one time in the table *_sitemeta, meta_id 1255 with the site id 1.
Because it only exists one time but i have 3 sites using the same setting, i do not want to change it without really knowing what i′m doing.
How can i change the path to the local fonts seperatly for every site of my multisite network or what is the right way to let all sites use the same local font files?
Thanks a lot!
Forum: Networking WordPress
In reply to: Wrong multisite is showing when using www.Thank you for your answer @billz88 !
After a lot more searching for an answer and finding a lot of outdated information i found something that worked for me. Don′t know why i thought, that it will work without it. I guess because i don′t remember adding it to non multisite installations.
To solve it for me i changed “Site Address (URL)” to using www.
Then i added these two lines to my .htaccess just below “RewriteEngine On”:
RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L]After that i could not login to wp-admin anymore. The error message said “Cookies are Blocked or Not Supported by Your Browser”. Deleting browser and server cache or deactivating plugins didn′t change anything for me. I got it working again by adding this line to my wp-config.php right before “/* That’s all, stop editing! Happy publishing. */”:
define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );Thanks a lot everyone!
Forum: Networking WordPress
In reply to: Wrong multisite is showing when using www.I push this topic, because i would really like to solve it or at least understand it.
Are there more information needed, i maybe can provide?
Thanks a lot already!
- This reply was modified 5 months ago by nilskamm.
Forum: Networking WordPress
In reply to: Wrong multisite is showing when using www.That′s not the goal.
Before we started we had 4 sites in 4 seperated wordpress instances.
Now the goal ist to get all of them into the multisite installation.
We wanted to start with the “main” one and because of that i made the multisite installation for the main domain. Then we changed our plans and started with another site, which is finished now. So we changed the toplevel domain to the multisite and put the toplevel domain into the Site Address field of the right multisite. The main multisite is a different site yet to be finished and released later with another toplevel domain.Forum: Networking WordPress
In reply to: Wrong multisite is showing when using www.Thank you for your answer!
I thought so, too. But there is only one entry with our current hoster. We changed it from a normal wordpress site to the multisite. With www. it showed the multisite where i entered the address with www. When using without www. it sent you to the main multisite. So the DNS change worked with www. and without https://www.. Just the multisite directed to the wrong multisite inside the network.
Can i configure multiple adresses for one multisite?
I don’t think, that the theme support will do something when i tell them, that there is a problem only with the jetpack slideshow and turning it off is not working for the site speed. I will try the theme support in the next days.
Thank you everyone!
I deactivated and reactivated the Jetpack plugin. After that i had to set it up again. But even after that i still have the problem with all slideshows.
And the lazy image feature from the other plugin just creates the same problem. The only “solution” at the moment would be to not use lazy images. But that really slows my site down and crashes the google score. ??
Still the same problem for me.
Didn′t check it like this. But i have now. Both problems still occur even if i deactivate all plugins except of the Jetpack plugin with lazy images activated. I keep the configuration like this for some time, just in case you want to check it out on your own on my site.
I deactivated the Lazy Images option without success. Then i remembered that there is also a lazy image option in my W3 Total Cache plugin. After deactivating both, it works fine. So lazy images are the problem, but to deactivate the option is definitely not the solution for me. Is this a problem of the slideshow code and need to be fixed there?
Regarding the editor issue it doesn’t help to delete it and create a new one. I tried it in several ways. It is always the first one of this page, which has the problem. This problem doesn’t occur in other pages with the same structure. The structure is a Column Block with 2 columns. Jetpack slideshow on the left. Paragraph on the right.
No. I have the problem on the site itself. In Firefox and Chrome. Can you check my site from the first post and see, if you get the same problem?
Thanks a lot!
Thanks for the tip!
After the network deactivate it was still activated in one of the sites.
After deactivating it there i could delete it.Thanks a lot!
Figured that out already, but then i cannot use the pique theme. So i have to wait for a solution or not use a multisite installation.
Forum: Themes and Templates
In reply to: [Pique] Logo changes size while hover (only Firefox)Hey supernovia!
Thank you for that information.
If i use the .com version, would i still be able to just update the theme or would i need to change back to the .org version for that?Thanks a lot!