I have absolutely no idea what's causing this problem, but on my homepage the post entitled "Let the Masses Decide!" does not rotate through its slideshow. When you go to the individual post page, the slideshow works as intended.
Any thoughts?
I have absolutely no idea what's causing this problem, but on my homepage the post entitled "Let the Masses Decide!" does not rotate through its slideshow. When you go to the individual post page, the slideshow works as intended.
Any thoughts?
Hey!
Try following - open up angular/includes/helper-slideshow.php and replace following line:
if(avia_is_overview()) $this->autoplay = "false";
with:
if(avia_is_overview()) $this->autoplay = "true";
Best regards,
Peter
No luck. Could the slideshow autorotation being broken have anything to do with how I've got my page structured?
Found the problem - if "quote" is selected as the post type, the slideshow functionality is broken. Which is slightly unfortunate, as I much preferred the look of the quote post. Any easy way to make a gallery post mimic the look of a quote post? I guess I could make a custom template specifically for the post type.
Hi,
It works for me. Do you have more than one image for the quote post? Because I just see one image in the code and no errors on the page.
Thanks,
Nick
You must log in to post.