Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Add a logo on absolute middle bottom

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 5 months ago #137199 by emperor
Add a logo on absolute middle bottom was created by emperor
Hi there,

I know that you have the option in the template about copyright etc on the right side.
I'd like though to add a logo with a link on the bottom middle position underneath the copyright line.

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #137200 by Yiota
Replied by Yiota on topic Add a logo on absolute middle bottom
You mean between the copyright (on the left) and the credits (on the right)?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 5 months ago #137201 by emperor
Replied by emperor on topic Add a logo on absolute middle bottom
No, i mean in a module position appearing only on the home page under those two.

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #137202 by Yiota
Replied by Yiota on topic Add a logo on absolute middle bottom
You could replace the <footer> block with this:
<footer>  
      <div class="row">
        <div class="twelve crightsWrap">
          <div id="copyrights" class="six column mobile-two"><?php echo NU_COPYRIGHTS; ?>. <?php echo JText::_('TPL_NU_FE_ALL_RIGHTS_RESERVED'); ?>.</div>
          <div id="credits" class="six column textRight mobile-two"><?php echo NU_CREDITS; ?></div>  
          <?php if($this->countModules('businessOne_Footer')): ?> 
          <div class="clr"></div> 
          <div class="column twelve mobile-four">      
            <jdoc:include type="modules" name="businessOne_Footer" style="nu" />
          </div>  
          <?php endif; ?>  
        </div>
      </div>      
    </footer>
and publish your module to the businessOne_Footer position.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • emperor
  • emperor's Avatar Topic Author
  • Offline
  • Premium Member
More
10 years 5 months ago - 10 years 5 months ago #137203 by emperor
Replied by emperor on topic Add a logo on absolute middle bottom
Ok it worked perfect.

Thanks! I guess the same works for all your templates correct?

Please Log in or Create an account to join the conversation.

More
10 years 5 months ago #137204 by Yiota
Replied by Yiota on topic Add a logo on absolute middle bottom
It depends on the module positions defined in the templateDetails.xml file. The one I have sent you for this template was already defined there. In case you need to use another module position that doesn't exist in the .xml file you just need to add it there first and then use it like the above way in your index.php file.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum