Support Forum

Theme Background Disappears on Forum Page [WP Integration]

29 Answers

New Answer

MP Mr Papa
Mr Papa
Member

okay, thanks…  will try to look this afternoon, but its senior night at my sons HS football game tonight so will be packing it in a bit early… might be this weekend…

MP Mr Papa
Mr Papa
Member

sorry, afraid the account you created does not have the needed permissions… you did make it a wp admin account, but not an sp admin account…  please go to forum – admins – manage admins and give it all the sp admin capabilities…

N N
N
Member

Apologies, have just rectified the problem and given you SP admin access.

MP Mr Papa
Mr Papa
Member

I am still unsure what might be changing the background image to display:none…  but there are lots of js issues on your site…  jquery is not working right because of the wrong versions still getting loaded…  we really should fix the jquery and jquery ui stuff first and either rule it out while fixing other issues or maybe it will help this too…

N N
N
Member

Okay, I have sent an email to the theme developers to see if they’ll assist us. They’re quite sporadic with their response time, but I’ll let you know what they say when they reply :-)

MP Mr Papa
Mr Papa
Member

oh cool.. interested in what they say… 

but should be easy enough to fix the jquery and jquery ui too and just see if that fixes it – far from guarantee…

N N
N
Member

Excellent, we can give it a try and see what happens. Please let me know if there is anything you need me to look at or grant access to.

MP Mr Papa
Mr Papa
Member

If you want me to try fixing the jquery and jquery ui loading, I would need ftp access in order to edit the files…

N N
N
Member

Mr Papa said
If you want me to try fixing the jquery and jquery ui loading, I would need ftp access in order to edit the files…

I’ve sent you the details in PM :-)

MP Mr Papa
Mr Papa
Member

I am not sure what to tell you here…  if you want to stick with that wp theme that is loading that very old version of jquery and old version of jquery ui, you are going to have problems with any plugin that expects to get the current versions that come with wp…

the theme seems to have some custom jquery and ui stuff that requires the old versions of jquery and ui…  but that very old jquery and jquery ui conflict with the versions that come with wp… and thus any plugin that uses the wp jquery and jquery ui are going to have problems…  for example that 1.5.2 version of jquery was released over 2 1/2 years ago, so the theme is not really up to date…   that is a very long time in computer software…  and jquery and jquery ui have undergone significant changes since those versions too…

so the old versions are causing serious issues on your site with simple press…  not talking about the background image here, that may not be related… but multiple forum functions are not working because of the jquery and jquery problems…

think we need to see what the theme author says…

N N
N
Member

Thanks for checking it out for me, Mr Papa. I’ve decided to ditch that theme and go for something which enqueues jQuery straight from WordPress, which should work fine with other plugins such as SP.

I’ll let you know if this solves the problem!

YS Yellow Swordfish
Yellow Swordfish
Member

Oh yes – please do let us know what happens next…

N N
N
Member

I can finally confirm that the culprit was the theme all along. It pulled outdated versions of jQuery and jQueryUI from Google’s hosted libraries, which resulted in some plugins and SP not functioning properly.

It seems as though most good developers include jQuery straight from WordPress when they enqueue it, so it shouldn’t be an issue for most people. I was one of the unlucky ones with a theme which evidently slipped through the seller’s quality control net.

I’d like to thank Mr Papa for his time over the last week, and as a token of my appreciation I will be purchasing a full year’s subscription of SP after the initial two months. It is an excellent plugin and the support has been admirable.

 

MP Mr Papa
Mr Papa
Member

thanks for the kind words…

some themes get away with this because the more simple plugins dont use jquery very heavily… but display heavy plugins like simple press make extensive use of jquery…  and really, plugins can only test their stuff with the jquery and jquery ui that come with wp…  trying to test with every incarnation of jquery would be quite painful…