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
How can i do the changes in the print playout (after clicking in the print button)?
There's any override for it?
Thanks
-
- 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
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
-
- 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.
You can place any overrides to override.css or CSS Override field in template's configuration.
-
- 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.
Currently there's this there:
Template Design © Joomla Templates | GavickPro. All rights reserved.
-
- 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:
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 © <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>
-
- Moderator
5 posts
• Page 1 of 1