Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189652

    hi

    using the following to embed a gallery within a tab:
    [av_gallery ids='10946,10945,10944,10943,10942,10941,10940,10939,10938' style='thumbnails' preview_size='portfolio' thumb_size='square' columns='5' imagelink='lightbox' lazyload='avia_lazyload']

    is it possible to sort the images by caption, title or description or is the only way to sort them via the shuffling the id#’s

    http://www.kafkagranite.com/wp/epoxy-overlay-aggregates/streetscape/#tab-id-2

    thanks

    #189682

    Hey Paul!

    Try the following:

    Open /config-templatebuilder/avia-shortcodes/gallery.php, go to line 167:

    'orderby' => 'post__in')
    

    Change it by:

    'orderby' => 'title')
    

    Regards,
    Josue

    #190350

    thanks josue. appreciate the help

    don’t know if it’s on your radar, but being able to specify that in the short code embed would be a great addition

    thanks again.
    paul

    #190377

    Hey!

    You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
    Glad Josue could help! Let us know if you have any other questions

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sorting Order for gallery images’ is closed to new replies.