gkAttribution

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 29, 2015 11:46 am
Reply with quote
Report this post
Hello
on the demo site you have below the copyrights a text
"Photos from the header and team by ...."
I would like to have a similar text but cant find the moduel position?
How do I get it like you demo?
thx
User avatar
Expert Boarder

GK User
Sat Oct 31, 2015 1:32 pm
Reply with quote
Report this post
This feature is made just for demo purpose, but if you would like to mimic it, please edit this file:
templates/gk_john_s/layouts/blocks/footer.php
and modify this part:
Code: Select all
          <div id="gkCopyrights">Joomla Template by <a href="https://www.gavick.com">GavickPro</a>.</div>
          <?php endif; ?>
         
         
      <?php if($this->API->get('stylearea', '0') == '1') : ?>
      <div id="gkStyleArea">

to:
Code: Select all
          <div id="gkCopyrights">Joomla Template by <a href="https://www.gavick.com">GavickPro</a>.</div>
          <?php endif; ?>
          <div id="gkAttribution">Photos from the header and team by
               <a href="http://someurl.com" rel="nofollow" target="_blank">John Doe</a>,
               <a href="http://otherurl.com" rel="nofollow" target="_blank">John Doe</a>
          </div>
         
         
      <?php if($this->API->get('stylearea', '0') == '1') : ?>
      <div id="gkStyleArea">

and add this code to override.css:
Code: Select all
#gkAttribution {
    font-size: 10px!important;
    margin: 40px 0;
}

User avatar
Moderator

GK User
Mon Nov 02, 2015 4:23 pm
Reply with quote
Report this post
thank you very much
User avatar
Expert Boarder

GK User
Mon Nov 02, 2015 7:19 pm
Reply with quote
Report this post
If you have any additional questions regarding this topic, please let me know.
User avatar
Moderator


cron