amitai
Forum Replies Created
-
Forum: Plugins
In reply to: [Weekly Class Schedule] Errors displayed on the page WCS is usedWhat version of WordPress are you using?
Forum: Plugins
In reply to: [Weekly Class Schedule] Any limitation for number of classrooms/schedules??In theory, you should be able to do that.
Forum: Plugins
In reply to: [Weekly Class Schedule] Multiple InstructorsThe plugin only supports one instructor per class. However, you could create an instructor named “Dave and Jane” for example.
Forum: Plugins
In reply to: [Realtor Express] [Plugin: Realtor Express] Plugin Affecting Image UploadAs I am not able to replicate this issue, I will need the login information to your site(s). Please contact me directly to set something up.
Forum: Plugins
In reply to: [Realtor Express] [Plugin: Realtor Express] Plugin Affecting Image UploadI was not able to replicate any of the issues reported here. Can you please provide more details?
Thanks,
TyForum: Plugins
In reply to: [Realtor Express] [Plugin: Realtor Express] Plugin Affecting Image UploadThanks for reporting. These issues will be fixed on the next release.
Forum: Plugins
In reply to: [Realtor Express] [Plugin: Realtor Express] Error messageWill be fixed in the next release.
Forum: Plugins
In reply to: [Weekly Class Schedule] [Plugin: Weekly Class Schedule] json encode errorThis happens because your server is running PHP 5.2. In the file WcsIOS.php, change line 35 from:
$output = json_encode( $multiDimArray, JSON_FORCE_OBJECT );
to
$output = json_encode( $multiDimArra );
I will fix this issue on the next release.
Forum: Plugins
In reply to: [Weekly Class Schedule] [Plugin: Weekly Class Schedule] Plugin Language???By email. You can find my address at the top of the wcs.php file.
Thanks,
TyForum: Plugins
In reply to: [Weekly Class Schedule] [Plugin: Weekly Class Schedule] Plugin Language???Hi David,
Please send me the .mo file and I’ll look into it.
Cheers,
TyIn the new version, for multiple “classrooms” your shortcode will need to look like this:
[wcs classroom="Ballet"] [wcs classroom="Pointe"] [wcs classroom="Jazz"] [wcs classroom="Tap"] [wcs classroom="Hip Hop"] [wcs classroom="Modern"]
Was the information imported successfully to the new database tables?
The data from the old tables should be imported to the new tables automatically. I actually spent a fair amount of time making sure it is safe to upgrade (see includes/WcsDb.php) and this issue hasn’t been reported so far (many users have upgraded successfully).
Anyway, it’s impossible to know what the problem is without the db error. Please post it.
Version 2 is using a different database scheme. When upgrading, the plugin creates new tables and use them instead of the old ones. The old tables are kept (for now).
Please check if the new database tables have been created (wcs2_class, wcs2_classroom, wcs2_instructor, wcs2_schedule).
Seems like the plugin you’re running has been modified (minified) so it’s hard to debug. wcs.js is responsible for calculating td height. I would start there.