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
Limit show page content
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
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
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Limit show page content
or maybe a page pagination, for example show 3 rows and then 3 rows in another page
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Limit show page content
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.
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.
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Limit show page content
Hello, where can i download the winter template?
thanks
thanks
- BaconFries
-
- Posts: 5640
- Joined: Thu Aug 16, 2007 7:32 pm
-
-
- Posts: 83
- Joined: Tue Dec 24, 2019 2:08 pm
Re: Limit show page content
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
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
I'm sorry, I cannot give support on coding.