Problems with home page product slide show showing up on all virtuemart pages

Started by billo007, October 21, 2014, 18:43:23 PM

Previous topic - Next topic

billo007

I have the virtuemart product slide show on a site on the homepage, it is also showing up on the category and product details. How do I set it so it just shows up on the front page. I am using the virtuemart front page as the home page?

jenkinhill

No URL provided, but it will be a Joomla menu assignment issue. If you can't solve it just using the menus then try Metamod Pro to give finer control over module.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

GJC Web Design

or just use a snippet in your template

something like

<?php
$app = JFactory::getApplication();
$menu = $app->getMenu();
if ($menu->getActive() == $menu->getDefault()) {//this is the home page
        //include the slider module position
}
?>
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

billo007

Sorry about that yes a link would be helpful. http://aubouquet.cal be making some changes so I have temporarily disabled the slideshow. will see if fix works. Thanks