Widget areas disappeared after update to 1.1

Get help or discuss with other members about business Joomla! 3 and 2.5 template designed especially for your start-up projects on dedicated support forum.
GK User
Fri Jan 04, 2013 7:24 pm
Hi,

It looks like Bottom 3 and Bottom 4 widget areas disappeared while updating to Startup 1.1.

Adding
Code: Select all
<?php if(gk_is_active_sidebar('bottom3')) : ?>
<section id="gk-bottom3">
   <div class="gk-page widget-area">
      <?php gk_dynamic_sidebar('bottom3'); ?>
   </div>
</section>
<?php endif; ?>
<?php if(gk_is_active_sidebar('bottom4')) : ?>
<section id="gk-bottom4">
   <div class="gk-page widget-area">
      <?php gk_dynamic_sidebar('bottom4'); ?>
   </div>
</section>
<?php endif; ?>

to layouts/after.php seems to fix it.

Regards,
Thomas.
User avatar
Fresh Boarder

GK User
Sat Jan 05, 2013 1:23 pm
Hi,

You're right - thank you very much for your feedback - I've released a fixed version: https://www.gavick.com/updates/template ... ,1034.html
User avatar
Administrator


cron