Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • zamoooik Friend
    #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


    1. title
    Ninja Lead Moderator
    #498786

    This 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>

    zamoooik Friend
    #498850

    i 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.com

    Ninja Lead Moderator
    #499022

    I 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


    1. default.zip
Viewing 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