- Posts: 13
- Thank you received: 0
Carousel Pro - pagination settings
-
stan@lenkiewicz.eu
Inactive member - Topic Author
- New Member
Less
More
14 years 5 months ago #1691
by stan@lenkiewicz.eu
Carousel Pro - pagination settings was created 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
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.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 5 months ago #1695
by milos
Replied by milos on topic Re: Carousel Pro - pagination settings
Hello Stan,
Please edit mod_hot_joomla_carousel_pro.xml and change lines 185 and 186 to:
Edit mod_hot_joomla_carousel_pro.php and change line 26 to
Finally, edit file tmpl/default.php and change line 93 to
You can open support ticket and we will email edited files to you, if it's easier for you.
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.
-
stan@lenkiewicz.eu
Inactive member - Topic Author
- New Member
Less
More
- Posts: 13
- Thank you received: 0
14 years 5 months ago #1698
by stan@lenkiewicz.eu
Replied by stan@lenkiewicz.eu on topic Re: Carousel Pro - pagination settings
Hello Milos,
It's OK now. Thank you!
Stan
It's OK now. Thank you!
Stan
Please Log in to join the conversation.
Time to create page: 0.150 seconds