- Posts: 2
- Thank you received: 0
problem with disable font resize script
-
getaweb_netherlands
Inactive member - Topic Author
- New Member
Less
More
14 years 9 months ago - 14 years 9 months 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: 14 years 9 months ago by getaweb_netherlands.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6769
- Thank you received: 719
14 years 9 months 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
14 years 9 months 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.149 seconds