print template

GK User
Mon Aug 07, 2017 8:22 pm
Hello guys,

How can i do the changes in the print playout (after clicking in the print button)?

There's any override for it?

Thanks
User avatar
Senior Boarder

GK User
Sat Aug 12, 2017 4:05 pm
I found it, it's in:
templates/gk_writer/css/system/print.css

Btw, there's any override file for this?

And about the contents (copyrights) in #gkPrintBottom where can i change this?

Cheers
User avatar
Senior Boarder

teitbite
Sun Aug 13, 2017 10:15 am
Hi

You can place any overrides to override.css or CSS Override field in template's configuration.
User avatar
Moderator

GK User
Sun Aug 13, 2017 9:06 pm
And what about the contents (copyrights) in #gkPrintBottom where can i change this?

Currently there's this there:
Template Design © Joomla Templates | GavickPro. All rights reserved.
User avatar
Senior Boarder

teitbite
Sat Aug 19, 2017 9:41 am
Hi

In template's settings You will find "Copyrights" field. Or You can just remove it from /component.php file in tempalte's folder:

Code: Select all
      <div id="gkPrintBottom">
         <?php if($this->params->get('copyrights', '') != '') : ?>
            <?php echo $this->params->get('copyrights', ''); ?>
         <?php else : ?>
            Template Design &copy; <a href="https://www.gavick.com/joomla-templates.html" title="Best colllection of Joomla Templates">Joomla Templates</a> | GavickPro. All rights reserved.
         <?php endif; ?>
      </div>   
User avatar
Moderator


cron