Re: Custom Simplix site in Joomla 1.5 with RokSlideshow
Posted 17 years 4 months ago
On the other pages besides the homepage, maybe put a banner advertising the shop or something else in the top blue part. This would give the site some more color.
About the pathway, try the following:
- look for // rokzoom options, under these params add the following:
// Get current view
$view = JRequest::getCmd('view');
- now look for
<?php if ($show_breadcrumbs == "true"
and change the complete line to:
<?php if ($show_breadcrumbs == "true" && $view!="frontpage") : ?>
Haven't tested this myself yet, I'll try to test it later this evening.