• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Remove arrows in testimonials module

Remove arrows in testimonials module 9 years 4 months ago #29698

  • newac
  • newac's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hi,

In testimonials module arrows that changes testimonials are very big.
I'd like to remove them. Is possible?
The administrator has disabled public write access.

Remove arrows in testimonials module 9 years 4 months ago #29704

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Although there is no built-in option to disable the carousel navigation, you can however perform a small template override.

- copy default.php from

/modules/mod_rsfe_testimonials/tmpl/

- paste it here:

/templates/template_name/html/mod_rsfe_testimonials/

In the newly default.php file, delete the following lines:
<!-- Carousel nav -->
	  <a class="carousel-control left" href="#mod_rsfe_testimonials<?php echo $module->id;?>" data-slide="prev">&lsaquo;</a>
	  <a class="carousel-control right" href="#mod_rsfe_testimonials<?php echo $module->id;?>" data-slide="next">&rsaquo;</a>

More information on template overrides:

http://www.rsjoomla.com/support/documentation/view-article/1105-adjusting-the-components-look-and-feel-through-template-overrides.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
The following user(s) said Thank You: newac
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!