Page 1 of 1

Readmore in template Clouds

Posted: Sun Nov 24, 2019 1:07 pm
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

Re: Readmore in template Clouds

Posted: Sun Nov 24, 2019 1:20 pm
by Pablo

Re: Readmore in template Clouds

Posted: Sun Nov 24, 2019 1:25 pm
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?

Re: Readmore in template Clouds

Posted: Sun Nov 24, 2019 2:15 pm
by Pablo
I am sure the script can be expanded. But unfortunately I cannot help you to customize the script.