-
AuthorPosts
-
July 11, 2013 at 12:33 pm #188864
please i would like to remove the html title tag that displays on every product item and also the tile tags on the banner module on my website. this is a link to the website http://www.scuupng.com
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 12, 2013 at 3:56 am #498786This way will help you to do that
Open templates/ja_hawkstore/html/mod_javmproducts/default.php file
From line 16:
<blockquote>echo JHTML::_ (‘link’, JRoute::_ (‘index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=’ . $product->virtuemart_product_id . ‘&virtuemart_category_id=’ . $product->virtuemart_category_id), $image, array(‘title’ => $product->product_name));?></blockquote>Change to
<blockquote>echo JHTML::_ (‘link’, JRoute::_ (‘index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=’ . $product->virtuemart_product_id . ‘&virtuemart_category_id=’ . $product->virtuemart_category_id), $image, array());?></blockquote>
July 12, 2013 at 12:56 pm #498850i have tried changing the code to the one below
echo JHTML::_ (‘link’, JRoute::_ (‘index.php?option=com_virtuemart&view=productdeta ils&virtuemart_product_id=’ . $product->virtuemart_product_id . ‘&virtuemart_category_id=’ . $product->virtuemart_category_id), $image, array());?>
but it is still not working and the inner pages for the various products also displays the title link index.php/womens-wear/trousers/ on hover, please how do i remove these titles also from displaying. please look at the site link below
http://www.scuupng.comNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 15, 2013 at 7:48 am #499022I missed Virtuemart folder in previous post
You can rollback all changes above and try with this solution:
+ Download and extract my attachment file
+ Copy it templates/ja_hawkstore/html/mod_virtuemart_product/default.php file (backup the old file first)
+ Always remember to clear cache from the Admin area after apply any changes
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how do i remove the html title tag that diplays onhover the product items
Viewing 4 posts - 1 through 4 (of 4 total)