Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

scroll bar in events

10 years 3 months ago
  • Alan's Avatar
    Topic Author
  • Alan
  • Offline
  • Fresh Boarder
  • Posts: 75
  • Thank you received: 1
Licenses:
JomSocial Expired

Hi
The screen bar in events doesn't move left or right.

Attachment scrollbarsonevents.pdf not found

This message has an attachment file.
Please log in or register to see it.

10 years 3 months ago
Licenses:

Hi Alan,

you must have featured events more than 3. that arrow to move the "arrow section" not the above one

Regards

10 years 3 months ago
  • Alan's Avatar
    Topic Author
  • Alan
  • Offline
  • Fresh Boarder
  • Posts: 75
  • Thank you received: 1
Licenses:
JomSocial Expired

thanks
how can i remove this?
alan

10 years 3 months ago
Licenses:

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>

and if you dont want featured box, login as admin and remove that featured

Regards

10 years 3 months ago
  • Alan's Avatar
    Topic Author
  • Alan
  • Offline
  • Fresh Boarder
  • Posts: 75
  • Thank you received: 1
Licenses:
JomSocial Expired

thank you

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW