Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fuya Friend
    #203304

    Can I change the order of gallery items in the UBER gallery style 2?

    I want the latest item to show in the first place.

    Right now the only way to add items is to the end of the list and they show in that same order in the page. I want the opposite.

    Tthanks,

    Fuya

    Ninja Lead Moderator
    #557628

    There is no option to change that but you can customize the style 2 a little bit. Here is my tweak:

    – Go to file: templates/uber/acm/gallery/tmpl/style-2.php

    – Find and change

    <?php for ($i=0; $i<$count; $i++) : ?>

    To

    <?php for ($i=$count-1; $i>=0; $i--) : ?>

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum