- Posts: 3
- Thank you received: 0
Capitalized text
-
trogladyte
Inactive member - Topic Author
- New Member
Less
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?
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
Less
More
- Posts: 6769
- Thank you received: 719
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
To disable the ticker tape, please edit file scripts.js and change this part (around line 76):
to
Also, instead of disabling, you can edit the ticker speed by changing value 30 in the code above.
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);
Code:
jQuery(el).html(text);
Last edit: 14 years 8 months ago by milos.
Please Log in to join the conversation.
-
trogladyte
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
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