Page 1 of 1
Limit show page content
Posted: Thu Feb 13, 2020 12:49 am
by christ2000
Hello is there any way to limit page content and then show a button as LOAD MORE to show the rest of the content?
thanks
Re: Limit show page content
Posted: Thu Feb 13, 2020 12:58 am
by christ2000
or maybe a page pagination, for example show 3 rows and then 3 rows in another page
Re: Limit show page content
Posted: Thu Feb 13, 2020 4:54 am
by BaconFries
The following template uses this. Show more / Show less
http://www.wysiwygwebbuilder.com/suppor ... inter.html
Or the following extension:
viewtopic.php?f=42&t=75719
Note any help or questions regarding the extent please as at the same url.
Re: Limit show page content
Posted: Thu Feb 13, 2020 2:27 pm
by christ2000
Hello, where can i download the winter template?
thanks
Re: Limit show page content
Posted: Thu Feb 13, 2020 2:35 pm
by Pablo
Re: Limit show page content
Posted: Thu Feb 13, 2020 2:38 pm
by BaconFries
Re: Limit show page content
Posted: Thu Feb 13, 2020 5:11 pm
by christ2000
Thanks i found the template but i dont understand how readmore work.
in cloud template i see this code:
<script>
$(document).ready(function()
{
$('#wb_message').hide();
$('#more').bind('click', function()
{
$('#wb_message').show('slow');
$(this).hide();
});
});
</script>
but i dont see how hide the text
Re: Limit show page content
Posted: Thu Feb 13, 2020 6:24 pm
by Pablo
I'm sorry, I cannot give support on coding.