• Hi,

    How can I add Load more on this page? I have lots of images and the page has 17.7MB so I want to decrease the size with Load more.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @lew1s
    There are a few ways you could do this.

    If this is structured content you could just query the post type.
    It looks like you are using a specific post type with an Elementor query?
    You could potentially do: [ajax_load_more post_type="portfolio"]

    Though, I think the fact you are using Elementor will make this a bit tricky if you don’t have development knowledge because you will need to set up the template for rendering each item.

    Let me know if I’m missing something.

    Thread Starter lew1s

    (@lew1s)

    Hi, yes I am using elementor with just rows of images and text. The problem is there are lots of images so I can reduce the page load size. Can you give me some better documentation how to do it? I am web developer, but your plugin looking too complicate. Thanks.

    Plugin Author Darren Cooney

    (@dcooney)

    @lew1s Sounds like you should just use an image lazy loader then.
    Something like this script has been great for me in the past.
    https://github.com/verlok/lazyload

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘load more on page with pictures’ is closed to new replies.