• Great plugin! I’m using it in my non-commercial projects. But there some problems about recent WP update…

    For everyone who have an issue with WordPress 4.0 – there is a temporary solution:
    First – disable “responsive”. Second – add some CSS:
    .easingsliderlite-viewport, .easingsliderlite-slides-container {height: 640px;}

    Set your height manually, otherwise it will be 0px.
    Hope author will solve an issue soon.

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

    (@matthewruddy)

    Hi @shiro245, this would likely be an issue with your theme rather than the WordPress 4.0 update ??

    Regardless, thank you for the 5 star review! Very much appreciated ??

    Thread Starter Shiro245

    (@shiro245)

    Hello! My “easingsliderlite-viewport” have padding with “,” instad of “.” so value becomes wrong. Dunno why. Here:
    $viewport_height = ( 100 * ( $s->dimensions->height / $s->dimensions->width ) );
    Outcome – is a padding value of “56,140350877193%”. This “comma” comes after WP update, and I bet it is a localization sh%t. I’m using Russian. Stay tuned…

    Updated:
    Yep! Found it in translation file ru_RU.po of new WordPress:
    #: wp-includes/locale.php:177
    msgid “number_format_decimal_point”
    msgstr “,”

    So it is an very interesting issue. If it will be possible for you, can you add some override of this? I don’t think that WP support team will change anything because in Russia – we are really using comma in decimals…. sometimes.

    Tnx Man! Anyway you have done a great job with this Slider, and i really like it!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Great!’ is closed to new replies.