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

Categories Text/Title

Started by lozzat35, June 02, 2012, 21:50:22 PM

Previous topic - Next topic

lozzat35

Hi All,

I've been looking around for answer... Given Up.

What file do I need to edit to remove the Categories Text/Title.

Thanks

Lawrence

John2400

All text files live in the language folder>>en_GB>>en_GB.com_com_virtuemart.ini

you have to hunt for the phrase of words and you could just retype your own text or remove the words between the '' .


see how you go - others may suggest deleting things but you may want them later.

lozzat35

Hi,

Thanks for reply, I look through the file for the entry "Categories" by it's self, with no results. Any other places you could put men in the direction of?

I would like to remove "Categories" title from the front shop page.

Regards

Loz

WakeyMark

Hi, Well im a complete newbie here and have the same problem, we have bought a Jooma template with VM 2 built in. When we go into the shop we reach the category page where we have placed 3 categories with images. Because the category images have the titles on them we no longer need the text indicated on the image.

Can somebody please tell me how to remove this Category text so that just the image remains as a link into the category concerned.

There does seem to be a lot of people asking this but after searching for several hours and trying several things i still have yet to find an effective result.

Thank you very much in advance for any help

Mark

[attachment cleanup by admin]

PRO

Quote from: WakeyMark on September 29, 2012, 11:21:34 AM
Hi, Well im a complete newbie here and have the same problem, we have bought a Jooma template with VM 2 built in. When we go into the shop we reach the category page where we have placed 3 categories with images. Because the category images have the titles on them we no longer need the text indicated on the image.

Can somebody please tell me how to remove this Category text so that just the image remains as a link into the category concerned.

There does seem to be a lot of people asking this but after searching for several hours and trying several things i still have yet to find an effective result.

Thank you very much in advance for any help

Mark

template/html/com_virtuemart/virtuemart/default_categories.php


THIS is what it looks like in the standard vmart.


<h2>
              <a href="<?php echo $caturl ?>" title="<?php echo $category->category_name ?>">
    <?php echo $category->category_name ?>
             
              </a>
          </h2>


You would just remove it

WakeyMark

Ok thanks very much PRO for your very prompt reply and for pointing me in the right direction.

Im really happy to mark this post solved and this is what i did:-

When i got to the last virtuemart folder there was no default_categories.php, so i went here template/html/com_virtuemart/categories/default.php which had the text that you mentioned.

When i deleted it all i lost the text and the image but i got the desired results by just removing the following text: <?php echo $category->category_name ?>
                                                                                                                                                                <br />

Hope this helps anyone else trying to do this

Thanks again



blacksheep

I got double categories title in the left shop module:
http://www.lavitacongusto.it/categorie
How can fix it?