Limit show page content

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
christ2000
 
 
Posts: 83
Joined: Tue Dec 24, 2019 2:08 pm

Limit show page content

Post 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
christ2000
 
 
Posts: 83
Joined: Tue Dec 24, 2019 2:08 pm

Re: Limit show page content

Post by christ2000 »

or maybe a page pagination, for example show 3 rows and then 3 rows in another page
User avatar
BaconFries
 
 
Posts: 5641
Joined: Thu Aug 16, 2007 7:32 pm

Re: Limit show page content

Post 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.
christ2000
 
 
Posts: 83
Joined: Tue Dec 24, 2019 2:08 pm

Re: Limit show page content

Post by christ2000 »

Hello, where can i download the winter template?

thanks
User avatar
Pablo
 
Posts: 22474
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Limit show page content

Post by Pablo »

User avatar
BaconFries
 
 
Posts: 5641
Joined: Thu Aug 16, 2007 7:32 pm

Re: Limit show page content

Post by BaconFries »

christ2000
 
 
Posts: 83
Joined: Tue Dec 24, 2019 2:08 pm

Re: Limit show page content

Post 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
User avatar
Pablo
 
Posts: 22474
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Limit show page content

Post by Pablo »

I'm sorry, I cannot give support on coding.
Post Reply