• Resolved mertkars

    (@mertkars)


    you know some plugins affect website performance badly, such as making slow website. is there any bad affect on the website. What can you say about speed, jss codes. Can affect website performance? Can you explain it clearlyi thanks.

Viewing 1 replies (of 1 total)
  • Plugin Author PWR Plugins

    (@rexdot)

    Hi there,

    This plugin adds only a few JS scripts tot eh website, e.g.
    – jQuery Isotope
    – jQuery Simple Lightbox

    They are very lightweight and should not impact website performance.

    In the latest version, we also added a option to completely disable the simple lightbox scripts. For this you can add the following code to your functions.php file:

    
    // Disable lightbox
    function elpt_support_disable_lightbox( $value ) {
    	$value = false;
        return $value;
    }
    add_filter( 'elpt-enable-simple-lightbox', 'elpt_support_disable_lightbox' );

    `

    • This reply was modified 2 years, 2 months ago by PWR Plugins.
Viewing 1 replies (of 1 total)
  • The topic ‘speed css etc.’ is closed to new replies.