problem with disable font resize script

More
14 years 9 months ago - 14 years 9 months ago #947 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
Attachments:
Last edit: 14 years 9 months ago by getaweb_netherlands.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
14 years 9 months ago #948 by milos
I confirm there's a bug. Please open index.php in plain text editor and change this part:
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 } ?>
to
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.

More
14 years 9 months ago #952 by getaweb_netherlands
Hello

Problem solved. Thanks.

Grtz

Andre

Please Log in to join the conversation.

Time to create page: 0.149 seconds
Powered by Kunena Forum