Welcome, Guest
Username Password: Remember me

Carousel Pro - pagination settings
(1 viewing) (1) Guest
Discussion about "Real Estate" Joomla template
  • Page:
  • 1

TOPIC: Carousel Pro - pagination settings

Carousel Pro - pagination settings 1 year, 7 months ago #1691

Hello,

I cannot get rid of the pagination in my Carousel Pro module (my website: www.amfiton.pl). I switch the 'Show pagination' parameter off and then click the 'Save' button, but the parameter is still on and the pagination stays. It seems to me the changes I make are not saved. Why?

Best regards,
Stan

Re: Carousel Pro - pagination settings 1 year, 7 months ago #1695

  • milos
  • OFFLINE
  • Support Staff
  • Posts: 2823
Hello Stan,

Please edit mod_hot_joomla_carousel_pro.xml and change lines 185 and 186 to:
<option value="1">Enable</option>
<option value="0">Disable</option>


Edit mod_hot_joomla_carousel_pro.php and change line 26 to
$carouselPagination = $params->get('carouselPagination','1');


Finally, edit file tmpl/default.php and change line 93 to
pagination: <?php if ($carouselPagination) { echo "true"; }else{ echo "false"; } ?>,


You can open support ticket and we will email edited files to you, if it's easier for you.

Re: Carousel Pro - pagination settings 1 year, 7 months ago #1698

Hello Milos,

It's OK now. Thank you!

Stan
  • Page:
  • 1
Time to create page: 0.10 seconds