Full width footer in Writer

Writer, blogging theme for writers and authors | Support forum.
GK User
Thu Dec 11, 2014 1:10 am
Hi there again,

Is it possible to create a full width footer widget area in the Writer theme.
Currently the right sidebar continues to the bottom.

If possible can you explain how to setup?

thanks for all of your recent help

Paul
User avatar
Fresh Boarder

GK User
Thu Dec 11, 2014 9:09 am
Hi,

Unfortunately it's not possible, please check the available widget areas:
http://www.gavick.com/demo/wordpress/wr ... age_id=136

So it requires changing the theme structure, i.e. on the single.php file (for the posts) you can move bottom area:
Code: Select all
<?php if (is_active_sidebar('bottom')) : ?>
      <?php do_action('writer_before_bottom'); ?>
      <div id="gk-bottom" role="complementary">
         <div class="widget-area gk-3-cols" data-cols="<?php echo GK_Utils::count_sidebar_widgets('bottom', 3); ?>">
            <?php dynamic_sidebar('bottom'); ?>
         </div>
      </div>
      <?php do_action('writer_after_bottom'); ?>
      <?php endif; ?>

after the sidebar, but it requires probably also css ajustments.
User avatar
Moderator


cron