I had customised my frontpage to display a slide show instead of the guest-bg image. Its worked perfectly up until my recent upgrades. I have replicated all my customisation to display the slideshow, by adding the following changes to the frontpage.guests.php file:
<?php
/**
* @copyright (C) 2013 iJoomla, Inc. - All rights reserved.
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author iJoomla.com <[email protected]>
* @url https://www.jomsocial.com/license-agreement
* The PHP code portions are distributed under the GPL license. If not otherwise stated, all images, manuals, cascading style sheets, and included JavaScript *are NOT GPL, and are released under the IJOOMLA Proprietary Use License v1.0
* More info at https://www.jomsocial.com/license-agreement
*/
defined('_JEXEC') or die();
?>
<div class="cGuest">
<?php $this->renderModules( 'frontslide' ); ?></div>
<div class="row-fluid hero-area">
<div class="row-fluid">
<div class="content">
<div class="row-fluid">
<div class="span7">
<p><?php echo JText::_('COM_COMMUNITY_HERO_PARAGRAPH'); ?></p>
I have also ensured I call it from the module using frontslide as the position and publishing it on all pages as guest. It no longer displays. I am currently using Simple Slideshow, which as I say worked perfectly. I have since tried RokGallery, but again, it doesn't show.
Hi Melanie,
I am unable to login at your site backend.
Can you check please first?
Here the answer as,
If you override jomsocial layout at template then it should not change.
We always encourage to have a backup before any upgrade and all jomsocial override should be taken place at current template.
Let me know your feedback.
Thanks