Disabling/renabling Criticalcss causes weird issues
-
After disabling criticalcss the portfolio JS section is broken, before I just re-enabled criticalcss and it then it was working fine again. But now as the license is expired that “fix” is no longer working. So this is the second time it happens I’m afraid and I don’t know how to fix it really. I do have set a conditional that only loads the JS and css for the slider in portfolio like this:
<?php if( is_page( array( 'inicio','portafolio'))) { ?> <script defer src='https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.js'></script> //more code <?php } ?>
will try changing that. Dind’t work… :/
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Disabling/renabling Criticalcss causes weird issues’ is closed to new replies.