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?
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.
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
}
?>
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