Quark template - no sidebar shown on blog page anymore

Support desk for Multipurpose Quark Theme
GK User
Wed Oct 19, 2016 10:29 am
HI there,

on my blog page the sidebar disappeared totally.

There should be a newsletter module (built with acymailing), a module most read and another k2-module.
None of them is shown at all.
I realised one or two weeks ago that the sidebar modules are pushed down under the mainbody and now it disappeared totally. I guess the issue occurred with updating joomla to 3.6.
Please have a look at: http://www.sandra-eversberg.de/blog

Any advice?
User avatar
Gold Boarder

teitbite
Fri Oct 21, 2016 10:13 am
Hi

Sidebar is blocked on this template for some layouts (category, frontpage) to fulfil designer's idea. If it was showing before this could be some custom work which got removed during template update or a different layout, which allows to show it.

If You wish to force it, than edit file /layout/default.php and condition to show/hide sidebar is:

Code: Select all
          <div<?php if(!$one_page_item && !$category_page && !(stripos($tpl_page_suffix, 'frontpage') !== FALSE)) : ?> class="gkPage"<?php endif; ?>>    


so in the upper part of this file find $one_page_item, $category_page and where it says this values are set as "true" change it to false.
User avatar
Moderator


cron