- Posts: 2
- Thank you received: 0
problem with disable font resize script
-
getaweb_netherlands
Inactive member -
Topic Author
- New Member
-
Less
More
15 years 1 day ago - 15 years 1 day ago #947
by getaweb_netherlands
problem with disable font resize script was created by getaweb_netherlands
Hello,
When I don't select the font resize script (put a NO by Templates Add On's)I get a problem on the site.
Do you have a solution?
Grtz
Andre
When I don't select the font resize script (put a NO by Templates Add On's)I get a problem on the site.
Do you have a solution?
Grtz
Andre
Last edit: 15 years 1 day ago by getaweb_netherlands.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6797
- Thank you received: 723
15 years 1 day ago #948
by milos
Replied by milos on topic Re: problem with disable font resize script
I confirm there's a bug. Please open index.php in plain text editor and change this part:
to
Basically, you need to move <?php } ?> 3 lines up. Sorry, for inconvenience.
Code:
<?php if($fontResizeLoad) { ?>
<div id="font_resize">
<a href="#" class="decreaseFont" title="Font Decrease">
A-
</a> |
<a href="#" class="resetFont" title="Font Reset">
Reset
</a> |
<a href="#" class="increaseFont" title="Font Increase">
A+
</a>
</div>
</div>
<div class="clr"></div>
</div>
<?php } ?>
Code:
<?php if($fontResizeLoad) { ?>
<div id="font_resize">
<a href="#" class="decreaseFont" title="Font Decrease">
A-
</a> |
<a href="#" class="resetFont" title="Font Reset">
Reset
</a> |
<a href="#" class="increaseFont" title="Font Increase">
A+
</a>
</div>
<?php } ?>
</div>
<div class="clr"></div>
</div>
Basically, you need to move <?php } ?> 3 lines up. Sorry, for inconvenience.
Please Log in to join the conversation.
-
getaweb_netherlands
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 1 day ago #952
by getaweb_netherlands
Replied by getaweb_netherlands on topic Re: problem with disable font resize script
Hello
Problem solved. Thanks.
Grtz
Andre
Problem solved. Thanks.
Grtz
Andre
Please Log in to join the conversation.
Time to create page: 0.155 seconds