@sda1qw3 – The two example URL look essentially the same, perhaps this is a caching issue you are having? Have you tried using an anonymous browser window to view the two different URL?
~ Cais.
@cais
it is definitly no client caching issue. Take a look at the font, colors of headers…
View post on imgur.com
basically it uses the default theme like shown here http://blu.elated-themes.com/corporate-home/ instead of our customizations.
-
This reply was modified 7 years, 11 months ago by
sda1qw3.
-
This reply was modified 7 years, 11 months ago by
sda1qw3.
@sda1qw3 – My apologies, I missed the differing font families being used.
It appears the “before” is using the “Lato” font-family from the dynamic styles while the “after” is using the “Poppins, sans-serif” font-family from the modules styles(?!)
I’m not familiar with the theme itself although hopefully this will point you to the areas you need to review. In this case, I suspect a setting/option that allows for the font to be set for the various sections within the theme.
~ Cais.
@cais
thanks for your help – unfortunatly im not familiar with wordpress so im not sure about where to look next.
@cais
i 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.php file of the theme.
I removed && !is_multisite()) and it is working ….
-
This reply was modified 7 years, 11 months ago by
sda1qw3.
-
This reply was modified 7 years, 11 months ago by
sda1qw3.
-
This reply was modified 7 years, 11 months ago by
sda1qw3.
@sda1qw3 – Thanks for the update and sharing what you found! Well Done!!
~ Cais.