Problem with html minify plugins and SimpleReach Slide
-
The SimpleReach Slide plugin doesn’t work with HTML minify plugins such as W3 Total Cache or WP-minify.
I had to change the file templates/srslide_js_tag.js on line 24 :
__reach_config.css = '{{srslide_css_url}}'to
__reach_config.css = '{{srslide_css_url}}';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem with html minify plugins and SimpleReach Slide’ is closed to new replies.