• Resolved w-sky

    (@w-sky)


    On our homepage we have one post titled “Partners and Exhibitors” which contains only a Robo Gallery shortcode. The gallery has 51 images and 30 are shown at first.

    The problem is, when the visitor clicks the “Load More” button inside the post preview on the homepage, the following batch of images is shown superimposed on the content below.

    Also when “Lazy Load” is active, the full batch of images is loaded as soon as the user scrolls down and shown superimposed on the content below.

    We would like to inhibit the “Lazy Load” feature and hide the “Load More” button for the gallery when shown in the preview on the home page.
    Alternatively, the “Load More” button could open the post URL.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author robosoft

    (@robosoft)

    I see what you mean. There’s no option to hide it completely. You can add this style somewhere in CSS:

    .rbs_gallery_button_bottom {
    display: none;
    }

    But in this case All load more buttons will not show.

    Thread Starter w-sky

    (@w-sky)

    We would like to use the Load More button and the lazy load feature on the post view, and only hide this button (and show a limited number of images) on the start page.
    Might there be a solution?

    For now, I have set this gallery to show all images at once because it is not too huge. But it might grow in future and then it might be necessary again to limit the number of images which gallery loads on start.

    Plugin Author robosoft

    (@robosoft)

    We’re working on new release where will be included more advanced load more style pagination and we’re working on new classic pagination for our gallery. It’s gonna be additional navigation section below gallery thumbnails where will be located line of the buttons to switch gallery thumbnails from page to page. Also there will be included buttons for the fast navigation between next and prev gallery page. Another additional options it’s first and last gallery page button which gonna move your to the begin or end of the gallery by one click. Please watch for a gallery updates. This release is really close.

    Thread Starter w-sky

    (@w-sky)

    Thanks, this is great news! We are always using the latest version. ??

    Looking forward!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Don’t load more images in post preview on homepage’ is closed to new replies.