Support » Plugin: Slide Anything - Responsive Content / HTML Slider and Carousel » Great! But doesn/t work with bwp-minify

  • anna007

    (@anna007)


    Your plugin really great, but when I use it with BWP Minify jquery code with settings disapeared from source code.
    Do you know about that and what I cat do to prevent this?
    Than you.

Viewing 1 replies (of 1 total)
  • Plugin Author simonpedge

    (@simonpedge)

    I’m sorry, I’ve never tested Slide Anything with a Minification plugin. (I never really use minification as I’ve had some ‘questionable’ results with it in the past). FYI the best speed improvement tip I’ve come across for speeding up WP Sites is to enable GZIP Compression – putting the following code at the end a site’s ‘.htaccess’ file can result in 20% – 30% speed improvement:

    ## START: ENABLE GZIP COMPRESSION ##
    <IfModule mod_deflate.c>
    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript
    AddOutputFilterByType DEFLATE application/x-httpd-php
    AddOutputFilterByType DEFLATE application/x-httpd-fastphp
    AddOutputFilterByType DEFLATE image/svg+xml
    SetOutputFilter DEFLATE
    </IfModule>
    ## END: ENABLE GZIP COMPRESSION ##

    I think the reason you are having issues is because Slide Anything generates JQuery code on the fly which it inserts within the code, and doesn’t used static Javascript source code files.

    I’m glad you find my plugin useful 😉

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this review.