Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Michele Pinassi

    (@o-zone)

    Ok, i’ve searched and i’ve just found a fix:

    Look for line:

    $json = strstr( $json, ‘{“entry_data”‘ );

    and change it to:

    $json = strstr( $json, ‘window._sharedData = ‘ );
    $json = str_replace(‘window._sharedData = ‘, ”, $json);

    If you are lucky enought, widget will work again ?? I found this FIX on support forum.

    Michele

    Thank you for this! It worked!

    I can not find that line of code.. did they update the plugin?
    still not working

    Thanks so much that worked!

    I still have a problem however. Qhen I choose the slider option vs thumbnail my pictures are being cut off. Works perfectly with the thumbnail. Is there a fix for that?

    *When

    This also worked for me. Let’s hope this gets into an upgrade of the plugin..

    thanks Michele Pinassi, it’s worked

    Thanks, Michele! it work again!

    I changed the line of code but it hasn’t quite worked.
    now the widget is showing up, but the pictures are not

    it’s just like a grey background the size of a pic as if the pics still need to load, but they never do.

    Any ideas?

    Mine just suddenly stopped too, very annoying!

    Thanks!

    I am currently working on the plugin will release a fix asap!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘WTF ! Widget stop working !!’ is closed to new replies.