sda1qw3
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Networking WordPress
In reply to: Missing theme styles after enabeling multisitei might found the Problem:
if(file_exists(ELATED_ROOT_DIR.'/assets/css/style_dynamic.css') && blu_elated_is_css_folder_writable() && !is_multisite()) { wp_enqueue_style('blu_elated_style_dynamic', ELATED_ASSETS_ROOT.'/css/style_dynamic.css', $style_dynamic_deps_array, filemtime(ELATED_ROOT_DIR.'/assets/css/style_dynamic.css')); //it must be included after woocommerce styles so it can override it }in the
functions.phpfile of the theme.I removed
&& !is_multisite())and it is working ….Forum: Networking WordPress
In reply to: Missing theme styles after enabeling multisitethanks for your help – unfortunatly im not familiar with wordpress so im not sure about where to look next.
Forum: Networking WordPress
In reply to: Missing theme styles after enabeling multisiteit is definitly no client caching issue. Take a look at the font, colors of headers…
basically it uses the default theme like shown here http://blu.elated-themes.com/corporate-home/ instead of our customizations.
Viewing 3 replies - 1 through 3 (of 3 total)