Fastmover
Forum Replies Created
-
Forum: Reviews
In reply to: [Shortcodes Bootstrap] Nice pluginIs it a duplicate, this is clearly describe in the description of the plugin. The reason for this is that DW Shortcodes Bootstrap hasn’t updated and isn’t compatible with WordPress 3.8 and newer.
Would you mind sharing what JS issues there are?
Forum: Plugins
In reply to: [Plugins Last Updated Column] 0.0.4 Update broke my Plugins Pagethe DateTime::diff() method is only in PHP 5.3 and above.
What version of PHP are you using?
Forum: Plugins
In reply to: [DW Shortcodes Bootstrap] TinyMCE update in WP 3.9 broke this.WordPress 3.9 broke this because they updated TinyMCE from version 3 to version 4. The JavaScript api completely changed, which broke all the buttons on the WYSIWYG editor. I’m assuming DesignWall is no longer maintaining this plugin since they haven’t updated in 14 months, and this plugin is not listed on their site.
I’ve forked this plugin and updated everything to be compatible with WordPress 3.9 and on. You can download it here: Shortcodes Bootstrap
If you see any issues, post them here: https://github.com/KCPT19/Shortcodes-Bootstrap/issues
Forum: Plugins
In reply to: [The Events Calendar Gravity Forms Registration] How to change date format?Sorry, not at this time. I will keep this in mind for future updates though.
Can you tell me what version of WordPress and what version of Gravity Forms?
Forum: Plugins
In reply to: [Ad Code Manager] ACF Admin ConflictFull Size for preview mode fixed the issue. Thanks Brent!
Actually this is not resolved. You’re code is searching to loosely, we have slugs in posts that start with the slug we want to cloak, and it wont allow us because there are posts that start with that slug, but are not explicitly this slug.
We want the “/slug” to cloak to another page/post, but this plugin will not allow us because we have posts that start with “/slug-2014-1”.. To hack this I’ve manually input this into your database tables, and it works fine.
Can you change your script to explicitly search for the slug that’s being redirected, instead of loosely searching for the slug that begins with the term we’re wanting to redirect.
I know this is the case because when i go to my website.com/slug, wordpress redirects me to /slug-2014-1, this slug doesn’t explicitly exist.
Not sure if this matters, but we do use the PRO version, and this issue was on KCPT.org
i just installed this plugin, and it doesn’t appear to be working at all.. nothing is uploading to my bucket.
You’re most certainly welcome.
If the form is missing for whatever reason, you can disable the plugin, and re-enable the plugin and it will generate this gravity form automatically. There were many bugs in the early release of this plugin, but they should all be resolved now. To display the form, use the shortcode: [ecgf_form]
This form will only display on a single event page.
What do you mean about the permalink?
The events calendar doesn’t allow this. The events calendar plugin makes a calendar that is a site-wide calendar and not specific to any one user. This is a great idea though.