Andy Potanin
Forum Replies Created
-
I tried sending you guys an e-mail, but it bounced back.
Here’s a fixed up version of the plugin: https://usabilitydynamics.com/live/wp-content/uploads/screencastcom-video-embedder.zip
Fixes:
* Implemented wp_enqueue_script()
* Fixed JavaScript errors in emebedded-video.js
* Fixed hard-coded plugin directory URL
* Set default video width and height to use the default width and height configured in WordPress (so it doesn’t have to be set manually every time)
* Added div wrapper to the embedded object with class of ‘screencast_video’ for stylingForum: Everything else WordPress
In reply to: Difference between add_users() and create_users()?create_users seems to be the one used by WP.
‘add_users’ is not actually used anywhere in WP, it’s only added as a default capability.
So, when developing for WP (don’t know about WPMU), use ‘create_users’
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] cross-site scriptingWe used HostGator shared and VPS before switching to our own dedicated. Never had any issues with them with stuff like this.
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Used to be the best…What browser are you on? Can you attach a screenshot?
Sorry to disappoint you, I thought we made a lot of good improvements, we’ll try harder.
Add a Gallery Widget under Appearance -> Widgets.
Also, check out our support forums: https://usabilitydynamics.com/forums/
Are you using the WP-Property plugin (https://www.ads-software.com/extend/plugins/wp-property/) or a theme called wp-property ?
In case your theme is a customized version of the default BP theme. If it is, like we did, be sure to update your JS files. Global.js in/_inc/global.js was from the previous version, which had some old jQuery in it (not compatible with what WP 3.2 has).
Forum: Plugins
In reply to: wp-property (Google map and fancybox)It’s on a case by case basis, certain plugins will work fine, while others may cause issues. Was the banner rotator handled by a specific plugin, if so – what’s the name? We can check it out to see what causes the problem and if it was make it compatible on our end.
Forum: Plugins
In reply to: wp-property (Google map and fancybox)Out of professional curiosity – did you find out what plugin was causing the issue?
Forum: Plugins
In reply to: wp-property (Google map and fancybox)That’s almost always caused by JavaScript conflicts w/ other plugins. Systemically disable and enable other plugins to determine where the conflict is coming from.
Also, our official forums are here: https://forums.twincitiestech.com/
Pleas post your question on https://forums.twincitiestech.com/ if you haven’t already, I’ll answer it on there w/ an example.
Forum: Fixing WordPress
In reply to: has_cap was called with an argument that is deprecatedUsing a numeric setting for the capability setting in add_submenu_page() pages causes this error.
Example, using 10 versus ‘manage_options’ will cause this notice.
Forum: Plugins
In reply to: [Plugin: WP-Property] Attribute in permalink?No way of doing that. We didn’t want to implement this because we are afraid it would cause a mess with permalinks. We’ve had a few requests for it, so eventually will probably integrate it.
If you don’t mind throwing the idea on our idea site: https://feedback.twincitiestech.com/
And also, we do have a forum we setup for our software here: https://forums.twincitiestech.com/
Please consider migrating your questions, we’re trying to centralize feedback and support on there.