News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Remove navigation

Started by lafra001, February 13, 2015, 16:59:16 PM

Previous topic - Next topic

lafra001

Hi all,

I have Virtuemart 3.0.4 running on Joomla 3.3.6. However, I bump into a problem that I cannot remove the navigation in catergory view. Website URL = http://mfvr.nl/webshop/merchandise
I have attached a screenshot as well.
Does anyone have a clue? Thanks in advance!

Jeff

jenkinhill

Use css to hide the sort by field(s). Use Firebug to work out the file & code.  http://forum.virtuemart.net/index.php?topic=116620.0

In the VM default template it would be something like .orderlistcontainer { display: none;}  - use css override with any changes so that it does not get lost duing the next update.
http://docs.virtuemart.net/tutorials/templating-layouts/106-override-vmsite-ltr-css.html
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

lafra001

Thanks, I figured it out with Firebug, navigation now removed!