Finally I could find the problem!
It was caused by a line in your theme, you can report it to templatic and request them to fix it.
Here it’s:
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home2/SITE/public_html/wp-includes/functions.php:3083) in /home2/user/public_html/wp-content/plugins/Tevolution/tmplconnector/templatic-connector.php on line 2
If templatic was not responsible and each site has its own theme you can still use Replace in HTML to fix it. You need to change each sub site stylesheet URL with something like this :
http://domain.com/SUBSITE/style_wrapper=true&template_wrapper=THEME
I just added this Replace in HTML rule for testjedan and it works!
skin/twentytwelve/main.css=testjedan/?style_wrapper[equal]true&template_wrapper[equal]twentytwelve
-
This reply was modified 10 years, 6 months ago by Hassan.
Attachments:
You must be
logged in to view attached files.