Solved! How do I disable 'tools' modules ?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Jul 11, 2010 5:28 am
How do I disable 'tools' and 'cart' modules without it affecting the 'top menu' or the 'Gavick Image Show' on the homepage?

I don't want to uninstall the cart, I do plan on using it in the near future.

Any support would be greatly appreciated. Thank you.
User avatar
Junior Boarder

teitbite
Mon Jul 12, 2010 12:02 pm
Hi

Please take a look at template configuration in division "Features".
User avatar
Moderator

GK User
Mon Jul 12, 2010 2:10 pm
I have a question.
I need to disable only "page resize" in tools button.
is this possible ??
User avatar
Fresh Boarder

teitbite
Mon Jul 12, 2010 2:30 pm
Hi

Try to add this at the end of template.css file:

Code: Select all
#gk-tool-increase,
#gk-tool-reset,
#gk-tool-decrease {
display:none;
}
User avatar
Moderator

GK User
Tue Jul 13, 2010 11:37 am
and for the cart function, it's a module published ... disabling this module hides the cart :)
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 1:39 am
I disabled the cart from the modules. when It shuts down my homepage and gives me the following error. I am running on xampp. what can I do?

LOADING
http://localhost/salsa/components/com_g ... tore10.jpg

Fatal error: Class 'ps_product' not found in C:xampphtdocssalsatemplatesgk_mystorehtmlmod_gk_image_showgk_ps_product.php on line 2987
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 8:43 am
and all you did was disabling the gk_cart module ? and if you republish it again, it works ?

you can hide it also by adding this in the end of the templates.css:

Code: Select all
#gk-cart,#gk-items { visibility: hidden; }


the tools can be hidden by going to template manager > features > set tools to CB,-??_____________________________._DFA l
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 8:44 am
ehnmmm.. set the tools to OFF ... baby was just stepping on the keyboard :D
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 8:55 am
I thought that would have solved the problem as well. That method will disable the page/font resize, but still displays the 'Login/Register'.

I installed MyStore with QuickStart Package onto a localhost(Xampp)

Hmmmmmm?

Ps. Silly baby!
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 8:59 am
the login and register is modules that can be disabled as any other modules...

mod-gk_register
mod-login
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 9:12 am
I am able to disable mod-login without any issue.
When I disable mod-gk_register it does disable, but it also disables (or hides) my top Menu (help center, etc).

My end goal is to keep the top menu, without losing the ability to enable/disable 'login/register' modules.

I have also tested this from a fresh downloaded version of 'MyStore (QuickStart)' and it also does the same thing.

I wonder if top menu is affiliated in the code somewhere with mod-gk_register and I am just having an difficulty finding it with Firebug?
User avatar
Junior Boarder

GK User
Sun Jul 18, 2010 10:35 am
take a look at http://demo.explode.dk/mystore - i disabled register and login, and yet it still is there the top menu...
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 10:37 am
okay, noticed when disabling "tools" the top menu and cart disappers...
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 10:39 am
if you publish tools, the top menu comes back, and then add this to the templates.css in the bottom...

Code: Select all
#gk-tools { visibility: hidden; }
User avatar
Platinum Boarder

GK User
Sun Jul 18, 2010 11:46 pm
#gk-tools { visibility: hidden; } solved the issue. Thank you all.
User avatar
Junior Boarder


cron