This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
I have updated to your newest theme version 4.0 and have an issue that was previously resolved some time back. When you select a Brand it now returns a page error again.
https://www.criticalenvironmentsolutions.co.uk/brand/dupont/
Additionally it seems that the Custom CSS changes are having no effect – I have copied then to my child theme and they work ok?
Many Thanks
Hello,
Please check this link https://www.criticalenvironmentsolutions.co.uk/brands/dupont/
If custom css dasn’t work from Theme Options > Custom css, you need to create an empty dynamic.css file in woopress-child theme folder and set permissions 777 for the file + add wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
in woopress-child/functions.php file. Then go to Theme Options and re-save them.
Regards
You must be logged in to reply to this topic.Log in/Sign up