remove login

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Fri Jan 24, 2014 12:24 pm
Hi!

I try to remove the login link on the top right of the template. I cannot find where to do it. I deactivated all modules (gk register) and it is still there.
Do you know where to hid this?

www.redesign.montclair-apotheke.de
User avatar
Expert Boarder

GK User
Fri Jan 24, 2014 12:38 pm
Hi,
another "old" template -- that why you can not find it.
....I have to check, give me a moment.
User avatar
Platinum Boarder

GK User
Fri Jan 24, 2014 12:56 pm
As you might know this template have ages (he is from 2010, of course he was update to work with J2.5 in 2012).

For login he uses this code:
Code: Select all
 <?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>   
      <?php if(GK_LOGIN) : ?>
      <div id="popupLogin" class="gkPopup">   
            <div class="gkPopupWrap">
                 <?php $this->loadBlock('tools/login'); ?>
            </div>
      </div>
      <?php endif; ?>
         <?php if(GK_REGISTER) : ?>
        <div id="popupRegister" class="gkPopup">   
            <div class="gkPopupWrap">
              <?php $this->loadBlock('tools/register'); ?>
                  </div>
      </div>
         <?php endif; ?>
   <?php endif; ?>


Inside: gk_mystore\layouts\default.php
It means that you have to disable registration in User Manager.
If this won't help... you can easily delete this code, don't worry we won't update this template anymore.
User avatar
Platinum Boarder

GK User
Sun Jan 26, 2014 1:35 pm
Thank you I solved it over the CSS file.
User avatar
Expert Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.