Readmore in template Clouds

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
User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Readmore in template Clouds

Post by Fender »

http://www.wysiwygwebbuilder.com/suppor ... .html#text
On this template you can click readmore.
My question is how to get readless on this text.
The script provided with the template is

Code: Select all

<script>
$(document).ready(function()
{
   $('#wb_message').hide();
   $('#more').bind('click', function() 
   {
      $('#wb_message').show('slow');
      $(this).hide();
   });
});
</script>
What lines has to be inserted in the script to get the readless function?
Who knows how to do this?
When this is possible it's an easy way to have a readmore/readless function on text in a
WYSIWYG way
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Readmore in template Clouds

Post by Pablo »

User avatar
Fender
 
 
Posts: 118
Joined: Sun Oct 16, 2011 11:01 am

Re: Readmore in template Clouds

Post by Fender »

Yes I saw that but that script is based on the amount off characters
The script of the cloud template is based on text blocs so more WYSIWYG
Can this script be expanded with a readless function?
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Readmore in template Clouds

Post by Pablo »

I am sure the script can be expanded. But unfortunately I cannot help you to customize the script.
Post Reply