Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @dudicohen, thanks for pointing this out. We’ve scheduled a fix in v3.0.7 that will be released soon.

    I have the same problem. I updated to 3.0.8. Images not loading.

    Don’t worry. I fixed the problem.

    I replaced a line of code in the header.php.

    Was:
    <?php if (function_exists(“easing_slider”)){ easing_slider(); }; ?>

    Now:

    <?php if ( function_exists( ‘easingslider’ ) ) { easingslider( 976 ); } ?>

    Hi there,

    I just updated to 3.0.8 and the pictures are not loading.

    php 5.4 is enabled.

    thanks!

    bfrisch1

    Hi there,

    We are having the same issue across a number of sites. Updating easing slider to Version 3.0.8 has broken the images. On some sites they don’t show at all and on others the dimensions are completely off.

    Is there a fix for this?

    Thanks.

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi everyone, could you create new topics in this forum for the issue(s) you’re experiencing? Better to deal with each user/issue separately. Also, please provide links with examples where possible so I can have a quick look 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘easing slider not loading pictures’ is closed to new replies.