Hi,
I did your edit and there were 2 x LOG IN buttons and a BUY NOW button.
These were also placed over the logo on the left hand of the page.
I did some tweaking, as per below:
- Code: Select all
</div>
<?php endif; ?>
<?php if($this->API->modules('login')) : ?>
<div id="gkUserArea">
<a href="http://www.amazon.com/Vitamin-Drops-Naturally-Derived-Supplement/dp/B00PK3R1FO/ie=UTF8?m=A1IB9NJ2FQICTQ&keywords=vitamin+D+drops" class="button border" id="menu735">BUY NOW</a>
<?php if($this->API->modules('login')) : ?>
<a href="<?php echo $this->API->get('login_url', 'index.php?option=com_users&view=login'); ?>" id="gkLogin" class="button border"><?php echo ($userID == 0) ? JText::_('TPL_GK_LANG_LOGIN') : JText::_('TPL_GK_LANG_MY_ACCOUNT'); ?></a>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if($this->API->get('show_menu', 1)) : ?>
<div id="gkMainMenu" class="gkPage">
<?php
$this->mainmenu->loadMenu($this->API->get('menu_name','mainmenu'));
$this->mainmenu->genMenu($this->API->get('startlevel', 0), $this->API->get('endlevel',-1));
?>
</div>
<?php endif; ?>
Now refer to website to see how it looks.
http://www.liddleones.comJust need the LOG IN button removed.
I tried going to turn off the login module in the modules manager but then no BUY NOW and LOG IN button was visible.
As this is a bit of a tweak to the website, I can send you a $10 or $20 donation to quickly sort.
I know it is a bit of customising.
Let me know what you think.
I am nearly there. The website is looking good. Just need that LOG IN button removed.
Once the LOG IN button is removed, the rest of the menu items will move over and not be hanging over part of the logo.
Thanks.