The forum is in read only mode.
Hi The screen bar in events doesn't move left or right.
Hi Alan, you must have featured events more than 3. that arrow to move the "arrow section" not the above one Regards
thanks how can i remove this? alan
Hi Alan, you can override this file: /components/com_community/templates/default/events.featured.php what is override: documentation.jomsocial.com/wiki/Customizing_Template remove the following code
<!-- navigation container --> <div class="cFeaturedBottom"> <!--#####SLIDER#####--> <div class="cSlider featured-event"> <div class="cSlider-Wrap cSlider-nav"> <div class="cSlider-Clip cSlider-nav-clip"> <ul class="cSlider-List Events cFloatedList cResetList clearfix"> <?php foreach($events as $event) { ?> <li id="cPhoto<?php echo $event->id; ?>"> <div id="<?php echo $event->id; ?>" class="cBoxPad"> <a href="javascript:void(0);"> <b class="cThumb-Calendar"> <b><?php echo CEventHelper::formatStartDate($event, JText::_('M') ); ?></b> <b><?php echo CEventHelper::formatStartDate($event, JText::_('d') ); ?></b> </b> <div class="cFeaturedTitle"><b><?php echo $event->title;?></b></div> <div class="cFeaturedMeta"><?php echo $event->location; ?></div> </a> </div> </li> <?php } // end foreach ?> </ul> </div> <div class="cSlider-btn cSlider-nav-btn cSlider-nav-prev"><a href="javascript:void(0);" title="<?php echo JText::_('COM_COMMUNITY_PREVIOUS_BUTTON');?>"><span>Previous</span></a></div> <div class="cSlider-btn cSlider-nav-btn cSlider-nav-next"><a href="javascript:void(0);" title="<?php echo JText::_('COM_COMMUNITY_NEXT_BUTTON');?>"><span>Next</span></a></div> </div> </div><!--.cSlider--> </div>
thank you
JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a full -fledged, social networking site
TRY NOW BUY NOW