-
AuthorPosts
-
August 12, 2014 at 9:53 pm #303442
Hi,
So I’ve set up my main website – http://nasledstvo.biz.ua and it works just fine.
Then I created another site within my network – http://sud.nasledstvo.biz.ua and I have at least 3 issues:1) Settings don’t import (same file that works for main site doesn’t for subdomain)
2) Every time I log out font setting (font-family) revert to default
3) Some thinks in page builder behave strangely upon publishing. For example I can locate Promo box within a section, then I publish and it drops out of the section (next to it)
the worst one is Button… it simply deletes itself after second editing. Also whenever I press publish font setting (font-family) revert to default :)worth mentioning that I used debuf mode to copy/paste page layout from main site to subdomain
August 13, 2014 at 3:58 am #303576Hey axelfx07!
Thank you for using Enfold.
1.) What are the files that you’re trying to use?
2.) I changed the font on General Styling > Heading Font to Alice and log out. When I came back, the option is still there.
3.) This is usually cause by html codes not properly closed like h1, strong tags etc. Please check all html codes and make sure that they are close properly. Please give us a link to the actual page where this is happening. We would like to check it.
Cheers!
IsmaelAugust 13, 2014 at 11:06 am #303713Hi,
I am touching wood here, but it seems like most of the problems are gone. My hosting uses apache + nginx so there are some configurations to be made in order for multisite to work. I did them yesterday and apparently it took more time then I though for things to change.
So this morning IMPORTING works just fine. PAGE BUILDER is also working without any issues.
Only RESETING FONTS issue remains, but I narrowed it down.
I also changed font to Alice and it sticked.It only resets when I choose manually added font – OPEN SANS C
Here is the code I use in child’s theme function.php
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Open Sans C'] = 'Open Sans:400,600&subset=cyrillic'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Open Sans C'] = 'Open Sans:400,600&subset=cyrillic'; return $fonts; }
The site I am talking about is http://sud.nasledstvo.biz.ua/ and it has only 1 page.
-
AuthorPosts
- The topic ‘WordPress MU subdomain issue (import and setting don't work)’ is closed to new replies.