- Posts: 16
- Thank you received: 0
font resizer
-
a_padurean
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 1 week ago - 13 years 1 week ago #17496
by a_padurean
Replied by a_padurean on topic Re: font resizer
Last edit: 13 years 1 week ago by a_padurean.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6810
- Thank you received: 724
13 years 1 week ago #17497
by milos
Replied by milos on topic Re: font resizer
Options there are not working for now, we will fix this in the next template version. However, you can still enable resizer.
You should have this in custom HTML module (any module position):
Then you should add this in the file /templates/hot_blankie/index.php, before the closing </head> tag:
You should have this in custom HTML module (any module position):
Code:
<a class="decreaseFont" href="#" title="Font Decrease">A-</a> <a class="resetFont" href="#" title="Font Reset">Reset</a> <a class="increaseFont" href="#" title="Font Increase">A+</a>
Code:
<script type="text/javascript" src="<?php echo $template_path ?>/js/font_resize.js"></script>
Please Log in to join the conversation.
-
a_padurean
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
13 years 1 week ago #17506
by a_padurean
Replied by a_padurean on topic Re: font resizer
this is working. thank you
Please Log in to join the conversation.
Time to create page: 0.079 seconds