increase logo

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jul 10, 2013 4:08 pm
Hello

I have two questions:
- Is it possible to increase the height of the position of the logo?
- And I want to use the login position to put a menu, is it possible

Thank you in advance for your answers

Federika
User avatar
Junior Boarder

GK User
Wed Jul 10, 2013 4:15 pm
Hi,

ad 1) Yes, you could, you should use

Code: Select all
h1#gkLogo a.cssLogo { height:100px}


If your new logo has 100px of height

http://www.gavick.com/documentation/joo ... -template/


Ad 2) You have to edit file from template folder templates\gk_finance_business\layouts\blocks\nav.php
User avatar
Platinum Boarder

GK User
Wed Jul 10, 2013 4:41 pm
ad 2)
You have to replace Login/Registration code in nav.php:

Code: Select all
  <div id="gkButtons">
         <?php if(GK_LOGIN) : ?>
         <a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=login" id="btnLogin"><?php echo ($userID > 0) ? JText::_('TPL_GK_LANG_LOGOUT') : JText::_('TPL_GK_LANG_LOGIN'); ?></a>
         <?php endif; ?>
         
         <?php if(GK_REGISTER) : ?>
         <a href="<?php echo $this->URLbase(); ?>index.php?option=com_users&amp;view=registration" id="btnRegister"><?php echo JText::_('TPL_GK_LANG_REGISTER'); ?></a>
         <?php endif; ?>
        </div>



with new module position, for example,
<jdoc:include type="modules" name="rightmenu" style="<?php echo $this->module_styles['footer_nav']; ?>" />

Read more:
http://www.gavick.com/documentation/joo ... -position/
User avatar
Platinum Boarder

GK User
Wed Jul 10, 2013 5:28 pm
Thanks for your answer

I make it for logo, but it seems more difficult for me to add position, il will try it tomorrow
User avatar
Junior Boarder

GK User
Wed Jul 10, 2013 7:27 pm
It's not so hard, just
replace old code with this:

Code: Select all
<div id="gkButtons">
<jdoc:include type="modules" name="rightmenu" style="<?php echo $this->module_styles['footer_nav']; ?>" />
</div>


add my position name "rightmenu" to the templateDetails.xml
Code: Select all
<position>rightmenu</position>


and read rest of tips from Wiki.

Then check CSS if it's okey
User avatar
Platinum Boarder

GK User
Thu Jul 11, 2013 9:07 am
Hi Pavel,

Thanks a lot. I have made what you said but i've a problem.
I see the position in the template but the menu don't appears on the site

I don't know what i've forgotten, could you help me

http://parisincubateurs.newns10.monarobase.net/

Thanks

Federika
User avatar
Junior Boarder


cron