• Resolved giuseppe65

    (@anguria65)


    Hi,

    Is it possible to move the arrows and the link to view thumbnails at the top of the photos?
    Similarly, is it possible to move the link to view the slideshow to the top of the thumbnails?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Jaime Segura

    (@jaimeimagely)

    Hi,

    Could you elaborate a bit on this one please? Maybe let us know if you are referring to a specific gallery type or an album, do you have a link we can check or a screenshot?

    I’ll be waiting for your reply.

    Thread Starter giuseppe65

    (@anguria65)

    Hello @jaimeimagely,

    Thanks for reply.

    At the link I would like to place the arrows and the show label all at the top of the photos. Similarly to the link, I would like to move the Slideshow label to the top of the photos.

    Thanks

    Plugin Contributor Imagely

    (@imagely)

    Hi @anguria65,

    Unfortunately, these changes aren’t available. We can only look into the possibility to help you move slideshow’s arrows at the top of the slideshow’s images using custom CSS:

    .ngg-slideshow .slick-next,
    .ngg-slideshow .slick-prev {
        top: 5% !important;
    }
    Thread Starter giuseppe65

    (@anguria65)

    Hi @imagely,

    Thanks for the reply.
    It’s also fine by changing the CSS.
    If I wanted to move the Show All link up, which class should I act on?
    Thanks!

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    @anguria65,

    Moving “Show all” link to the top isn’t possible to be done using custom CSS due to the HTML structure. It’d be only possible to change it in the plugin’s code.

    Thread Starter giuseppe65

    (@anguria65)

    Hi @mihaiimagely,

    thanks for reply.

    Forgive me, but I don’t entirely agree, because with CSS I managed to do something. The problem is to make it responsive, which can be managed instead with the link in the thumbnails.
    Is there just no way to fix it?

    Thanks!

    • This reply was modified 2 years, 1 month ago by giuseppe65.
    Plugin Support Mihai Ceban

    (@mihaiimagely)

    What do you mean by fixing it? You’ve already managed to top align it using position absolute so that’s everything that can be done if using unconventional custom CSS ( aside of changing the item sequence in the view’s code )

    Thread Starter giuseppe65

    (@anguria65)

    Moving up, the Show All link is no longer responsive. On mobile it is not centered, unlike the Slideshow link in thumbnails.

    Thanks!

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Your CSS workaround is unconventional so it wouldn’t follow NGG’s styling. You can try using media queries to adjust the left value for various screen sizes but that wouldn’t guarantee a good result either.

    • This reply was modified 2 years, 1 month ago by Mihai Ceban.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Move arrows and links to the top of the photos’ is closed to new replies.