Topic: Featured Slideshow Stopped Working

Hello,

Arras: 1.5.0.1
Site: http://www.wanderstruck.com
WP: v 3.2

My featured slideshow recently stopped working. I didn't change anything in my code but I did just install the latest Wordpress.

Can anyone help?

Cheers,
Kirsty

Thumbs up

Re: Featured Slideshow Stopped Working

Can nobody help with this? It's the second time this has happened... I'm guessing it happens with WP upgrades?

I would really love some help with this. I'm not sure what to do.

Thanks,
Kirsty

Thumbs up

Re: Featured Slideshow Stopped Working

I've had this problem but it was working on 3.2 previously... so I can't see how it was that  hmm

Thumbs up

Re: Featured Slideshow Stopped Working

I hate to be a pain about this but this is really screwing with my theme. Nobody knows? Is anyone at least looking into what the problem might be? It seems like a pretty major thing that a few people are having a problem with.

If the experts don't know how to fix it could you let us know so that we can revert back to an older Wordpress or try something else rather than waiting around for an answer to a question that doesn't have one?

Thanks,
Kirsty

Thumbs up

Re: Featured Slideshow Stopped Working

I'm having the exact same problem after I updated Wordpress. The slideshow does not move, nor can you click on the arrows (on the sides of the pictures in the slideshow). If you attempt to click on those arrows, it merely reloads the page.

It would be nice to have an update to Arras that would resolve this problem.

Thumbs up

Re: Featured Slideshow Stopped Working

Same problem.

Currently listed here: https://code.google.com/p/arras-theme/i … =slideshow

Deactivating W3 Total Cache seems to

Thumbs up

Re: Featured Slideshow Stopped Working

Same issue.  My sandbox install of 3.2, or 3.2.1 with Arras 1.5.1 & template patch (same as 1.5.1.1 believe), with or without plugins activated.  Slideshow does not show up at all, I don't use tabs.

No errors on screen or in apache error log.

Thumbs up

Re: Featured Slideshow Stopped Working

kberrien wrote:

Same issue.  My sandbox install of 3.2, or 3.2.1 with Arras 1.5.1 & template patch (same as 1.5.1.1 believe), with or without plugins activated.  Slideshow does not show up at all, I don't use tabs.

No errors on screen or in apache error log.

Follow up:  I think I know what is causing the problem....

I installed a clean 3.2.1 WP, Arras 1.5.1.1, and got slideshow, on my vmware sandbox.  When I change the start page to a static page, the slideshow does not display as in the past.

On my copy of the live site on the same vm, I changed my static page to Your Latest Posts, and the slideshow appears.  I set to static, it goes away.

Perhaps the WP coding have changed in that area so Arras isn't picking up the toggle correctly and does not know its the front page and thus does not display the slideshow.

https://code.google.com/p/arras-theme/i … ort=status

Last edited by kberrien (2011-07-16 22:54:51)

Thumbs up

Re: Featured Slideshow Stopped Working

I have mine set to latest posts and it doesn't work.

Thumbs up

Re: Featured Slideshow Stopped Working

I'm still stumped. Any ideas from the experts?

Thumbs up

Re: Featured Slideshow Stopped Working

travoholic wrote:

I'm still stumped. Any ideas from the experts?

Hum.  My clean install, and sandbox versions perfectly followed the front page settings.  Especially the clean install...

Thumbs up

Re: Featured Slideshow Stopped Working

I resolved my WP 3.2 / 3.2.1 - Arras 1.5.1.1 issue.

And I'm not totally sure whats right or wrong.  Prior to 3.2, I always had my home page set as a static page, and I would get the slideshow.  After 3.2 update, this would not happen, only on the Posts page would it come up on my live site or clean 3.2 install.

So I actually looked at the code this evening and find Arras has always been limiting the slideshow to the Posts page, but it seems, AT LEAST FOR ME, that WP 3.1 wasn't working as it should.  I never should have gotten the slideshow with a static page.

Tag is_home() returns true only for Posts page.

Tag is_front_page returns true for the assigned front page.

So the code in Arras, in arras/library/slideshow.php is

function arras_add_slideshow() {
        global $post_blacklist, $paged;
        if ( !is_home() || $paged ) return false;

So if you want the assigned static Front page, just change      !is_home()     to    is_front_page()

Now, its not clear to me if the slideshow was intended to be post page and/or static home page.  If something has changed in WP 3.2 that breaks that possible intention it should be fixed.

If not, I think a theme option of  Show Slideshow on Front Page   should be added for those of us who like it on our home page.

Last edited by kberrien (2011-07-23 22:53:34)

Thumbs up

Re: Featured Slideshow Stopped Working

Not sure if it is actually the same, but I have such problem as well. I have two sites using arras theme, after upgrading to 1.4.2 then redown grading cause of looks I started noticing a problem: my slideshow would not work.
There is a example of it at http://www.globalbarreviews.com
As suggested in numerous tutorials found by byfiles.com search, I've tried to reset cache and uninstall re-install theme, within wordpress to no avail.
Please help if you know where I could fix the code to allow it to flip through the first few recent post.

Thumbs up

Re: Featured Slideshow Stopped Working

I was also facing the same problem after installing the latest version of word press. I tried to get help from different places but could not find any solution. Finally with lot of frustration, I decided to go back to my old version. Now I am happy with my old version, it is working perfectly. The new version has some problem and I have informed the support team about this issue. Now let us wait and see.

Thumbs up

Re: Featured Slideshow Stopped Working

vonwalland wrote:

I'm having the exact same problem after I updated Wordpress. The slideshow does not move, nor can you click on the arrows (on the sides of the pictures in the slideshow). If you attempt to click on those arrows, it merely reloads the page.

I am using WP version 3.1.3 and I am having this exact same problem. The slider works fine in Arras 1.5.0.1, but when I switch to 1.5.1.1 or 1.5.2 it does not move and the arrows only reload the page. 

I have disabled all my plugins and here is the link to my test site:  http://newspaper.neisd.net/test3/

Any help at all is greatly appreciated.

Thumbs up

Re: Featured Slideshow Stopped Working

I am having the same problem as well since I upgraded to the latest version of Wordpress. My site is here:

http://manonthelam.com/

Thumbs up

Re: Featured Slideshow Stopped Working

This has happened to me on two occasions and both times it was an issue with a plugin. On the first occasion it was the image widget plugin. I don't recollect what it was last time. However if it hasn't been tried it is always worth disabling plugins then turning them back on one by one to see if there is any conflict.

Thumbs up

Re: Featured Slideshow Stopped Working

I have the same problem, and I have deactivated all my plugins too.

In Crome I can see this message:

Uncaught SyntaxError: Unexpected token < /wp-content/themes/arras1.5.1.2/js/superfish/superfish.js/:1
Uncaught SyntaxError: Unexpected token < /wp-content/themes/arras1.5.1.2/js/jquery.cycle.min.js/:1
Uncaught SyntaxError: Unexpected token < http://barcelona.2minutes.es/:50Uncaught
TypeError: Object [object Object] has no method 'superfish'

I'm using arras 1.5.1.2 and wordpress 3.2.1, and my web is:
http://barcelona.2minutes.es/

Thumbs up

Re: Featured Slideshow Stopped Working

I am still having this problem and have tried multiple fixes since my last post.  All my plugins are deactivated as well. I am using WP version 3.1.3 and Arras 1.5.1.1  Please help.

Thumbs up

Re: Featured Slideshow Stopped Working

Hi,
I also have the trouble with the slideshow. Since I upgraded to Wordpress 3.3 (and SQL 5 for my database) the slideshow doesn't work, nor can I click the arrows for the next slide.
There seems to be some problem as soon as I try to change any of the theme-settings: then suddenly my homepage seems to have the layout from the default.css.
For the moment I tried to disable the slideshow and live without it. But that's a shame  sad - I really liked the slideshow...

Please help! Can someone fix it?

Arras: 1.5.1.2
Wordpress: 3.3

Thank you!
Daniela

Thumbs up

Re: Featured Slideshow Stopped Working

Hi - just encountered something else:

as soon as I change ANY setting for the starting page, e.g. the category or header for one of the groups - e.g. "editor's pick": my whole homepage seems to go back to the default.css + plus the slideshow appears again?
After some time - I guess 2 minutes: the new settings are finally "accepted"?

Please help?!

Thumbs up

Re: Featured Slideshow Stopped Working

I found out the problem is with wordpress.com's Jetpack. Disabling the plugin will fix the slideshow. But I'm not sure exactly which particular Jetpack module is causing the problem. Anyone knows? Cos I still want to use some of the Jetpack modules.

Thumbs up

Re: Featured Slideshow Stopped Working

furfur wrote:

I found out the problem is with wordpress.com's Jetpack. Disabling the plugin will fix the slideshow. But I'm not sure exactly which particular Jetpack module is causing the problem. Anyone knows? Cos I still want to use some of the Jetpack modules.

Ok Found it. It's the Gravatar Hovercard module of the Jetpack plugin. For those with Jetpack installed, you might want to try removing this module.

Last edited by furfur (2012-01-03 11:52:22)

Thumbs up

Re: Featured Slideshow Stopped Working

webandoffice.at wrote:

Hi - just encountered something else:

as soon as I change ANY setting for the starting page, e.g. the category or header for one of the groups - e.g. "editor's pick": my whole homepage seems to go back to the default.css + plus the slideshow appears again?
After some time - I guess 2 minutes: the new settings are finally "accepted"?

Please help?!

OK - found something that helps: I have the W3 Total Cache PlugIn running. I had to deactivate it. Then I activated my slideshow again. After that I activated the W3 Total Cache PlugIn again - and now everything is running fine!

Thumbs up

Re: Featured Slideshow Stopped Working

I updated my installed plug-ins and the problem was solved.

Thumbs up