Carousel Pro - pagination settings

More
15 years 10 months ago #1691 by stan@lenkiewicz.eu
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

Please Log in to join the conversation.

More
15 years 10 months ago #1695 by milos
Hello Stan,

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

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

Finally, edit file tmpl/default.php and change line 93 to
Code:
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.

Please Log in to join the conversation.

More
15 years 10 months ago #1698 by stan@lenkiewicz.eu
Hello Milos,

It's OK now. Thank you!

Stan

Please Log in to join the conversation.

Time to create page: 0.153 seconds
Powered by Kunena Forum