Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor webEng

    (@webeng)

    Hi Dre4000, as you can see in updated documentation, the function name you have to call has changed. Now the correct calling method from template editor is:

    getGallery(array("id" => your_gallery_id));

    getVideoPage(array("id" => your_gallery_id));

    Sorry for update inconveniences, but as I want to improve this plugin I have to do a lot of changes…and the changes is always traumatic!

    Thank you for support
    Luca

    Plugin Contributor webEng

    (@webeng)

    p.s. if this does work, please spend one second to vote the plugin and report if it works with your current version of wordpress.

    Thanks, Luca

    Plugin Contributor webEng

    (@webeng)

    Ops, it’s better you download 1.2.2 thx

    Thread Starter Dre4000

    (@dre4000)

    so would it be:

    <?php getGallery(array(“id” => your_gallery_id)); ?>

    or I just put in:

    getGallery(array(“id” => your_gallery_id));

    Plugin Contributor webEng

    (@webeng)

    For example:

    Template => <?php getGallery(array(“id” => 1)); ?>

    Post or Page => [syg_gallery id=1]

    Cheers, Luca

    Thread Starter Dre4000

    (@dre4000)

    Thanks, it worked.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Sliding Youtube Gallery] Function Not Working after Update’ is closed to new replies.