Font Resizer made visible on page load.

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Mon Sep 06, 2010 2:21 pm
Is it possible to 'publish' the tools fully open, so there is no need to click 'tools' link to open up access to the font resizer?
User avatar
Fresh Boarder

GK User
Tue Sep 07, 2010 1:47 pm
Solved it -

REPLACE in toolbar.php:

<?php if(GK_TOOLS) : ?>

<a href="#" id="btn_tools"><?php echo JText::_('GK_TOOLS'); ?></a>
<div class="gk_hide">

<div class="gk_popup-hide" id="popup_tools">

<?php $this->loadBlock('usertools/tools') ?>

</div>

</div>

<?php endif; ?>

WITH:

<div class="gk_popup-hide" id="popup_tools">

<?php $this->loadBlock('usertools/tools') ?>

</div>
User avatar
Fresh Boarder


cron