• Resolved ncstatedad

    (@ncstatedad)


    When I go to insert a Gallery in a post using the widget, I am able to select the Gallery by name in the drop down and select use default options. However, it selects the wrong gallery number. In the 5 times that I tried with 5 different posts, it inserted the correct gallery name but kept the gallery ID the same for all of them. I even went back to the same post several times and tried to change this. Below is the code as inserted in the post. The gallery title is correct, but the gallery id is incorrect. When the post is shown, it shows the gallery for 99 with the gallery title for 99. Prior to the last two updates when the widget panel was changed to the drop downs, the add in was working perfectly. The only work around is to get the gallery id number and insert in the post code instead of using the widget.

    incorrect code after selecting
    [Best_Wordpress_Gallery id=”99″ gal_title=”NCFC Meeting July 2014″]

    code with correct gallery number
    <?php photo_gallery(95); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi,

    Please note that id=”99″ is the ID of shortcode and not Gallery’s ID.

    It is made like that in order to allow to insert the same gallery into other places and with other styles/settings.

    Could you please make sure that you use the latest version of the Photo Gallery Plugin (1.4.2)?

    Thank you! Have a wonderful day!

    Thread Starter ncstatedad

    (@ncstatedad)

    Thank you for your response. The latest update appears to have fixed the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery Widget is not selecting correct Gallery ID number’ is closed to new replies.