Hello,
Im using the dante-child theme and every change im doing in the dante-child/style.css takes forever to display in the frontend (10 minutes) makes it VERY frustrating when youre developing. So is there a caching plugin hidden in dante or something? Or a setting?
I tried to solve the problem by adding this in the end of the header tag in header.php and removing the sf-main inside functions.php on line 148 with mixed results:
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); echo ‘?’ . filemtime( get_stylesheet_directory() . ‘/style.css’); ?>” type=”text/css” media=”screen, projection” />
It worked and i could without having to wait on the cache. BUT (I think) it overrides the responsive.css which make my life miserable. So now im back on square one. Do you have any quick solution to this? Im on a tight deadline!
Kind regards