VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: lafra001 on February 13, 2015, 16:59:16 PM

Title: Remove navigation
Post by: lafra001 on February 13, 2015, 16:59:16 PM
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
Title: Re: Remove navigation
Post by: jenkinhill on February 13, 2015, 17:07:35 PM
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
Title: Re: Remove navigation
Post by: lafra001 on February 13, 2015, 23:22:38 PM
Thanks, I figured it out with Firebug, navigation now removed!