Is there any way I can remove the pagination dot below the testimonials slider when there is only one testimonial? I feel like this should happen automatically - if there's only one testimonial then the pagination dots aren't needed.
I could modify the code around line 1542 of the init.js file in salient/js/ to be:
Any idea of how long it might be before it is included in an update? If it's going to be a while then I will need to come up with my own solution until then.
Hi,
Is there any way I can remove the pagination dot below the testimonials slider when there is only one testimonial? I feel like this should happen automatically - if there's only one testimonial then the pagination dots aren't needed.
I could modify the code around line 1542 of the init.js file in salient/js/ to be:
if ($(this).find('blockquote').length > 1) {
$(this).append('<div class="controls"><ul></ul></div>');
}
... but I would rather not edit the core theme files as my changes would be lost with any update to the theme.
Thanks in advance for any help!
Hey Tim!
I will notify the developer so he can add this in the upcoming updates.
Cheers
ThemeNectar Support Team
Any idea of how long it might be before it is included in an update? If it's going to be a while then I will need to come up with my own solution until then.
Hey Tim!
I am afraid it will take a while around two weeks.
Cheers
ThemeNectar Support Team
Great, thanks for your help :)
Hey Tim - just letting you know this item has been officially added to the to-do list for the next update :)
Cheers