Page 1 of 1

S2Member Plugin CSS Disabled With Videozoom Theme

PostPosted: July 7th, 2011, 7:19 pm
by sharkwebdesigns
Warning there is ADULT CONTENT the link below:
http://newyorkbunnies.com/membership-op ... embership/
WordPress 3.2.
WPZoom Theme - Videozoom 2.0

The WPZoom Videozoom 2.0 theme disables the S2member css. I used Videozoom 1.0 and had no issues. Attached is a screenshot comparing the differences with 1.0 on the left and 2.0 on the right.

I tried coping the /wp-content/plugins/s2member/includes/s2member.css file into the themes custom.css file, but that didn't help out either.

Re: S2Member Plugin CSS Disabled With Videozoom Theme

PostPosted: July 7th, 2011, 7:35 pm
by Cristián Lávaque
It may be a JavaScript conflict... Watch this video which talks about that and let me know if it helps http://www.s2member.com/options-page-di ... ing-video/

Re: S2Member Plugin CSS Disabled With Videozoom Theme

PostPosted: July 7th, 2011, 11:44 pm
by sharkwebdesigns
I've already tried disabling all plugins.

This is the message that I receive from the error console.

Any more clues or ideas?

Re: S2Member Plugin CSS Disabled With Videozoom Theme

PostPosted: July 8th, 2011, 12:02 am
by Cristián Lávaque
I see. Thanks for the screenshot.

I loaded your three-month-membership page and looked at the source code for the problem. I see that the line for s2Member's stylesheet is this

Code: Select all
<link rel='stylesheet' id='ws-plugin--s2member-css'  href='http://newyorkbunnies.com/' type='text/css' media='all' />


As you can see, it's not pointing to the CSS file. Fix that so it points to s2Member's CSS file.

I hope that helps. :)