Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter tic tac

    (@fabrice-sisti)

    Now just one instagram appear but the slideshow doesn’t work… ??

    Looks like your theme handles widgets differently – it doesn’t add “id” attribute to widget’s container.

    You can fix it by editing your wpinstagram.php file:

    replace
    $("#<?php echo $this->id; ?> ul").cycle({fx: "fade", timeout: <?php echo $cycletimeout; ?>});
    with
    $("ul.wpinstagram").cycle({fx: "fade", timeout: <?php echo $cycletimeout; ?>});

    Thread Starter tic tac

    (@fabrice-sisti)

    Great it’s work ! You’re a wonderful boy ! Thanks a lot ! Maybe some day see you in Latvia ! My grandmother is born in Riga and i go to this town i love two times ! ?? have a nice week end.

    I seem to be having the same problem. Tried editing the wpinstagram.php file but the widget still does not display.

    https://natalieskyy.com/blog/

    Thank you for your help.

    This solution works! Thanks Eriks!

    – Melissa
    [sig moderated as per the Forum Rules]

    Eriks…can you help? This solution did not work for me.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Instagram for WordPress] New upgrade doesn't work’ is closed to new replies.