Change the position of Alert-bar

May 2014 Joomla Template
GK User
Tue Jun 16, 2015 6:53 pm
Hi there, I am using the University theme, I have a problem with it, Unfortunately the Alert Bars or Information Bars appears at the top of the page; But They should be in the content area. How can I fix this issue?

Sincerely Yours
User avatar
Junior Boarder

teitbite
Fri Jun 19, 2015 3:06 pm
Hi

Please edit file /layout/default.php find code:

Code: Select all
      <?php if(count($app->getMessageQueue())) : ?>
      <jdoc:include type="message" />
      <?php endif; ?>


and move it right after line which looks like this:

Code: Select all
      <div id="gkPageContent"<?php if(!$this->layout->isFrontpage() && !in_array('frontpage', explode(' ', $page_suffix_output))): ?> class="gkPage"<?php endif; ?>>
User avatar
Moderator

GK User
Fri Jun 19, 2015 3:51 pm
Great ;) Solved, Thanks
User avatar
Junior Boarder


cron