• When I refresh page with shortcode [iscwp-slider] inside, image height randomly changes… and I solved the issue

    you need to add stripslashes function in templates/design-1.php in line 4

    <div class=”iscwp-img-wrp” <?php echo $height_css; ?> >

    for

    <div class=”iscwp-img-wrp” <?php echo stripslashes($height_css); ?> >

    Best, Saul

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Image Height bug’ is closed to new replies.