- Posts: 135
- Thank you received: 0
Muodule or Plugin to change the hight of letters
13 years 2 weeks ago #23344
by Antiquar
Muodule or Plugin to change the hight of letters was created by Antiquar
Hi friends, I do not know the the right expression, but I need a possibility to switch between the the letters to enlarge them like + A / - A.
Is there sometihing like that in the template or any suggestion for a mod or plugin?
Thank you Helmer
Is there sometihing like that in the template or any suggestion for a mod or plugin?
Thank you Helmer
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 weeks ago #23367
by ivan.milic
Replied by ivan.milic on topic Muodule or Plugin to change the hight of letters
Download font resizer and save it as js file on your site:
demo.hotjoomlatemplates.com/design_now/t...now/js/fontResize.js
reference it in head section of index.php
This is code used in designnow template
<div id="font_resize"><a class="decreaseFont" href="#" title="Font Decrease"><img src="templates/hot_designnow/images/font_minus.png" border="0" alt="font minus" width="32" height="32"></a><a class="increaseFont" href="#" title="Font Increase"><img src="templates/hot_designnow/images/font_plus.png" border="0" alt="font plus" width="32" height="32"></a></div>
use code above just change image paths, you need images for plus and minus. You puit that code inside custom HTML module in HTML view
demo.hotjoomlatemplates.com/design_now/t...now/js/fontResize.js
reference it in head section of index.php
This is code used in designnow template
<div id="font_resize"><a class="decreaseFont" href="#" title="Font Decrease"><img src="templates/hot_designnow/images/font_minus.png" border="0" alt="font minus" width="32" height="32"></a><a class="increaseFont" href="#" title="Font Increase"><img src="templates/hot_designnow/images/font_plus.png" border="0" alt="font plus" width="32" height="32"></a></div>
use code above just change image paths, you need images for plus and minus. You puit that code inside custom HTML module in HTML view
Please Log in to join the conversation.
Time to create page: 0.297 seconds