font resizer

More
13 years 1 week ago - 13 years 1 week ago #17496 by a_padurean
Replied by a_padurean on topic Re: font resizer

i can't find where is the enable for resize in the template admin panel
Attachments:
Last edit: 13 years 1 week ago by a_padurean.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
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):
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>
Then you should add this in the file /templates/hot_blankie/index.php, before the closing </head> tag:
Code:
<script type="text/javascript" src="<?php echo $template_path ?>/js/font_resize.js"></script>

Please Log in to join the conversation.

More
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
Powered by Kunena Forum