Create 'Load More' button

Hi there,

I’m using the Architecture Portfolio template from Design Cloud (http://demo.theme.co/designcloud/content/architecture-portfolio/#); about a third of the way down the page is a View All button. This button doesn’t actually have any function in the template, but I was wondering if there way a way to make a button like this reveal a ‘hidden’ section.

To explain in more detail, this would be the default state of the page:

Imgur

And this would be the page after the Load More button were clicked:

Imgur

Please let me know if this is possible, and how I’d go about making this function.
Many thanks.

Hi @MCC,

Thanks for reaching out.

If you’re loading content dynamically like from Ajax request, then it would require custom development we can’t provide.

But if it’s just showing an existing content which was hidden then I recommend the accordion element. Then just style its accordion title as a button. At least it would only require CSS changes than adding javascript.

Currently, the only feature of the button element is to link them.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.