Bill Addison
Forum Replies Created
-
Forum: Plugins
In reply to: [IM8 Exclude Pages] Exclude New Pages by DefaultHey Thorsten,
Excellent news, thanks for working this feature into the plugin!
Hey James, I’ve updated the review to be more objective. Fair-enough with regards to contacting support first, it’s just that we’re under-the-gun here on projects and don’t have much time to access a support thread. You’re obviously very involved with the project and that’s great.
I get the reasons behind the updates, no problems there, just trying to help out from a paid-user’s point-of-view how our update process went for us. Hope you can understand and sorry if this has frustrated the plugin team. Let me know if you’d like me to adjust the review further and I’ll update for you.
Hey Kevin, thanks for responding. I see what you’re talking about with the error message fields under Plugin Settings ==> Labels.
There are a few things that broke when updating the plugin:
1. Form markup changed which broke previous custom css styles
2. Classes / Id’s changed breaking previous custom css styles
3. No longer supports AJAX submission (this broke the userflow I had implemented for forms in modal boxes)
4. jQuery UI css is no longer included which makes the datepicker not function properly (let me know if I’ve missed something here)
5. Updating from v1 to v2 does not migrate over all previous form settings correctly
6. Let me know if I’m missing this, but I can’t find where to add an error class to the fields which have errors
7. The error messages utilise error ID’s (unique) and therefore can’t be targeted via CSS on the whole, however you can wrap messages in a <span class=”error”> tag as a workaround from the Plugin Settings ==> Labels area.Although I appreciate your response, having bought version one of Ninja Forms only a few weeks before version 2 was released and then having forms break across our clients’ sites after updating, it’s a frustrating experience overall. Kind of regret not buying Gravity forms instead.
Thanks for following up and hopefully this feedback can help with the plugin development moving forward.
Appreciate the work James, am wondering how long until the rewrite is released? There’s quite a lot of files that get loaded on every page when this plugin is enabled. Thank you for the work on this plugin!
thanks man
I have the exact same issue with this plugin. The plugin’s code is being injected into the header of every page, but I’m using the shortcode on one page only.
I was looking for this also. Would like to use as Shortcode without widgets.
Thanks for the great plugin
Forum: Fixing WordPress
In reply to: Auto create a post from each image in upload directory?Looking for the same thing.
Forum: Plugins
In reply to: Multiple Content Blocks Plugin – warning in block moduleGot it, thanks! After adding the single.php template, it tries to open page.php template and so on. So I will need all the empty template files to surpress the fopen error messages in that console. Thanks for the help, much appreciated!
Great, thanks that works changing the permalink structure to %post_id%. I was surprised that it kept the slugs for all the pages even though the permalink structure was changed to post id’s. Thanks!
How does this plugin work exactly? I found that the plugin added the correct table prefix and it still didn’t work.
Another side effect of adding this plugin was that I couldn’t rename any of the page slugs. I saw that it added a table to the database but it didn’t actually link any of the translated slugs to anything.
This plugin needs more documentation.
Forum: Requests and Feedback
In reply to: Automatically populate custom menu items with subpagesPlus 1 on this feature.
I heard there’s a way to manually write your own custom “wp_nav_menu” function to facilitate this but seems complicated.
One other feature I’d like to add here is to automatically set the title attribute for all links as it’s content unless otherwise specified.