VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: aromasense on May 28, 2014, 09:10:14 AM

Title: Remove "Categories " text from homepage
Post by: aromasense on May 28, 2014, 09:10:14 AM
Hi,
Now I did change "Categories" to "Click on any of the Categories" a year ago but now I want to get rid of the whole line but I'm incapable  :-[ of finding where to do this.
I looked at a language over ride but can't find it in any language file (only have EN-GB)
Don't have any hair left so hope this forum can help me out.
cheers
Marco
VM Installed version 2.6.0a
Database Version    5.5.36
Database Collation    utf8_general_ci
PHP Version    5.4.25
Web Server    Apache/2.4.7 (Win32) OpenSSL/0.9.8y PHP/5.4.25
WebServer to PHP Interface    apache2handler
Joomla! Version    Joomla! 2.5.8 Stable [ Ember ] 8-November-2012 14:00 GMT
Joomla! Platform Version    Joomla Platform 11.4.0 Stable [ Brian Kernighan ] 03-Jan-2012 00:00 GMT

[attachment cleanup by admin]
Title: Re: Remove "Categories " text from homepage
Post by: GJC Web Design on May 28, 2014, 09:54:42 AM
/components/com_virtuemart/views/virtuemart/tmpl/default_categories.php line 19

<h4><?php echo JText::_('COM_VIRTUEMART_CATEGORIES') ?></h4>
Title: Re: Remove "Categories " text from homepage
Post by: aromasense on May 28, 2014, 10:56:28 AM
Sorry tried that and doesn't do the trick

C:\xampp\htdocs\components\com_virtuemart\views\virtuemart\tmpl

deleted the whole line and whole
<div class="category-view">

    <h4><?php echo JText::_('COM_VIRTUEMART_CATEGORIES') ?></h4>

still showing same
Title: Re: Remove "Categories " text from homepage
Post by: aromasense on May 28, 2014, 11:06:50 AM
Al-right I can get rid of Categories with an override but still stuck with "Click on any of the" and I really don't remember where I added that text :(
Title: Re: Remove "Categories " text from homepage
Post by: GJC Web Design on May 28, 2014, 11:31:44 AM
you must be over riding the template them
Title: Re: Remove "Categories " text from homepage
Post by: aromasense on May 28, 2014, 11:37:13 AM
Thanks for your responses finally found it:

C:\xampp\htdocs\templates\jm-eco-cosmetics-store\html\com_virtuemart\virtuemart\default_categories.php