These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2011-02-17 23:50:26

kjohns
New Member
Registered: 2011-01-24
Posts: 5

SlideSHowPro (SSP) Director Wordpress Plugin bug

Finally tracked down a very annoying bug...

Symptom: When using the media browser (by clicking the SlideShowPro button while editing a post), the plugin will bring up an empty list of photos, albums, and galleries. It will only show an empty "Recently Uploaded."

Cause: My theme uses a custom "Featured Image" size, named "'940x200" and the plugin cannot handle any sizes named beginning with a number. For example:

add_image_size( '940x200', 940, 200, true ); // 940x200 image size

While this is not a valid class name in CSS, Wordpress does not prevent it. Not surprisingly, it causes a Javascript parse error in the the Javascript code for the media browser in the SlideShowPro plugin.

Workaround: Don't use sizes with numbers in the name. Lol.

Recommendation: A sanity check just incase.. [Would have saved a lot of time fixing the theme in order to get SSP Director Wordpress plugin to work wink ]

Offline

 

#2 2011-02-18 05:30:19

creding
Support Team
Registered: 2006-03-15
Posts: 825
Website

Re: SlideSHowPro (SSP) Director Wordpress Plugin bug

This has been fixed in the final release, please download it and let me know if there are still problems.


Christopher Reding
support[at]slideshowpro.net

Offline

 

#3 2011-02-18 23:01:51

kjohns
New Member
Registered: 2011-01-24
Posts: 5

Re: SlideSHowPro (SSP) Director Wordpress Plugin bug

Thanks. Solves my problem.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson