Missing Login/Register/Cart

GK User
Tue Jun 26, 2012 10:30 pm
I cant seem to find any of the plugins necessary to display the login, register and cart functions on the top right of the page.

I'd also like to display the cart icon that stays fixed on the right of the template but do not know how to do that.

The URL is: http://www.cilantronetworks.com

Your help will be extremely appreciated!

Thank you

Carlos
User avatar
Senior Boarder

GK User
Wed Jun 27, 2012 12:30 am
Can you please check following modules are created/published.

1. Login > Module Type Login > Position Login
2. Register > Module Type mod_gk_register > Position Register
3. My Cart > Module Type VirtueMart Shopping Cart > Position Cart.

See you around...
User avatar
Platinum Boarder

GK User
Wed Jun 27, 2012 6:08 pm
normanUK wrote:Can you please check following modules are created/published.

1. Login > Module Type Login > Position Login
2. Register > Module Type mod_gk_register > Position Register
3. My Cart > Module Type VirtueMart Shopping Cart > Position Cart.

See you around...


Hello Norman,

I found the Login, but mod_gk_register does not appear and neither does the VirtueMart Shopping Cart.

Do you know where I can find and install these?

Thank you,

Carlos
User avatar
Senior Boarder

GK User
Wed Jun 27, 2012 6:53 pm
mod_gk_register you can find it in gk_eSport_rest_files_J!17.zip
VirtueMart Shopping Cart should be installed already when you install Virtuemart/AIO.

If you cant find them do following. Download gk_eSport_quickstart_J!25.zip
Extract files.
Code: Select all
Copy \gk_eSport_quickstart_J25\modules\mod_gk_register
to yourwebsite.com/modules/mod_gk_register

Code: Select all
Copy \gk_eSport_quickstart_J25\modules\mod_virtuemart_cart
to yourwebsite.com/modules/mod_virtuemart_cart

So you end up with following folders.
Code: Select all
yourwebsite.com/modules/mod_virtuemart_cart
yourwebsite.com/modules/mod_gk_register


Then go to joomla admin > Extension Manager > Discover
On top right corner you will see " Discover " button , click on it. You will see both modules in the list now.

Click on check box infront of them and click on install, this will install the module in your system.

See you around...
User avatar
Platinum Boarder

GK User
Wed Jun 27, 2012 8:49 pm
normanUK wrote:mod_gk_register you can find it in gk_eSport_rest_files_J!17.zip
VirtueMart Shopping Cart should be installed already when you install Virtuemart/AIO.

If you cant find them do following. Download gk_eSport_quickstart_J!25.zip
Extract files.
Code: Select all
Copy \gk_eSport_quickstart_J25\modules\mod_gk_register
to yourwebsite.com/modules/mod_gk_register

Code: Select all
Copy \gk_eSport_quickstart_J25\modules\mod_virtuemart_cart
to yourwebsite.com/modules/mod_virtuemart_cart

So you end up with following folders.
Code: Select all
yourwebsite.com/modules/mod_virtuemart_cart
yourwebsite.com/modules/mod_gk_register


Then go to joomla admin > Extension Manager > Discover
On top right corner you will see " Discover " button , click on it. You will see both modules in the list now.

Click on check box infront of them and click on install, this will install the module in your system.

See you around...


Great, that worked very easily!

I have one last question:

Where can I adjust the position of the cart tab on the right? I'd like to move it about 20 pixels down to line up with the main menu.

Thank you very much for your help,

Carlos
User avatar
Senior Boarder

GK User
Wed Jun 27, 2012 11:59 pm
Add following css code in templates/gk_templatename/css/override.css and enable css override from template settings > advanced settings > css override "on".

Code: Select all
#gkVmCartSmall { height: 50px; top:247px!important;}


See you around...
User avatar
Platinum Boarder

GK User
Thu Jun 28, 2012 4:10 pm
normanUK wrote:Add following css code in templates/gk_templatename/css/override.css and enable css override from template settings > advanced settings > css override "on".

Code: Select all
#gkVmCartSmall { height: 50px; top:247px!important;}


See you around...


Simply marvelous.

Thank you!
User avatar
Senior Boarder

GK User
Thu Jun 28, 2012 11:48 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron