VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: billo007 on October 21, 2014, 18:43:23 PM

Title: Problems with home page product slide show showing up on all virtuemart pages
Post by: billo007 on October 21, 2014, 18:43:23 PM
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?
Title: Re: Problems with home page product slide show showing up on all virtuemart pages
Post by: jenkinhill on October 21, 2014, 23:27:01 PM
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.
Title: Re: Problems with home page product slide show showing up on all virtuemart pages
Post by: GJC Web Design on October 21, 2014, 23:29:19 PM
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
}
?>
Title: Re: Problems with home page product slide show showing up on all virtuemart pages
Post by: billo007 on October 22, 2014, 20:08:47 PM
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