Hi
On the main blog page - is there a way of getting the photos in a standard blog gallery post to automatically scroll through the gallery photos every few seconds?
I am using the Renew 10 demo template.
Thanks
Nick
Hi
On the main blog page - is there a way of getting the photos in a standard blog gallery post to automatically scroll through the gallery photos every few seconds?
I am using the Renew 10 demo template.
Thanks
Nick
Hi Nick,
Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.
Thanks for understanding. Take care!
Hi Jade
I continued to play around with trying to get the photos in a blog post to automatically scroll and looks like the following simple jscript will do it…
setInterval( function() {
jQuery(’…x-flexslider-featured-gallery .flex-next’).trigger(‘click’);
}, 3000);
Nick
Glad to hear that and thanks for sharing the solution with the community. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.