Capitalized text

More
14 years 8 months ago #1413 by trogladyte
Capitalized text was created by trogladyte
I'm very happy with the way the module performs except that it capitalized all my image description text - and it looks butt ugly. Is there a way to change this odd behavior?

Also, is there a way to change how the text is displayed onto the screen? Rather than having it come out like a ticker tape, can it just all display immediately?

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 8 months ago - 14 years 8 months ago #1419 by milos
Replied by milos on topic Re: Capitalized text
To disable capitalized text, please open files style.css and default.php in a plain text editor and remove all lines with
Code:
text-transform:uppercase;

To disable the ticker tape, please edit file scripts.js and change this part (around line 76):
Code:
if (pos == text.length) jQuery(el).html(text); else window.setTimeout('slider.ticker("' + el + '","' + text + '",' + (pos + 1) + ',"' + unique + '");', 30);
to
Code:
jQuery(el).html(text);
Also, instead of disabling, you can edit the ticker speed by changing value 30 in the code above.
Last edit: 14 years 8 months ago by milos.

Please Log in to join the conversation.

More
14 years 8 months ago #1427 by trogladyte
Replied by trogladyte on topic Re: Capitalized text
Wonderful - will apply those changes later today.

Please Log in to join the conversation.

Time to create page: 0.160 seconds
Powered by Kunena Forum