wp_ntnguy
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] SSL Security – broken plug-in – plug-in supportThanks for the tip. Broken Link Checker seems to be working now on my https website. To fix the problem, I clicked on the Advanced tab, Re-check all pages button “Nuclear Option” and now the debug info shows all green.
My website stalled for about 20 seconds after clicking on the “Re-check all pages” button and I was somewhat worried but afterwards Broken Link Checker works.
Forum: Plugins
In reply to: [Broken Link Checker] SSL Security – broken plug-in – plug-in supportI am having the same problem. My website has an SSL certificate installed and this plugin is not working on my SSL website. This plugin however, works fine on my other website which does not have SSL. So it must be an SSL issue. The debug info shows Synch. records 0, Unparsed items 0, Link records 0 (0).
Anybody know of an alternative plugin?
OK, looks like I have found a bug with this plugin. If you are using Gravity Forms Sticky List version 1.4.1, you need to change one line in the code to make the Delete button move the Post to Trash.
In the file class-sticky-list.php, on line 1094.
wp_delete_post( $delete_post_id, false );
…should be changed to…
wp_trash_post( $delete_post_id );
You can find the documentation here Function Reference/wp trash post
Hope that helps someone else with the same issue I was having.- This reply was modified 8 years, 2 months ago by wp_ntnguy.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] View and Edit button is not workingOK. Nevermind. I solved my own problem. It turns out I had to enter https instead of just http in the Custom URL field under the Sticky List settings. https is needed because I am using an SSL certificate on my membership website. View and Edit buttons are working now.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] View and Edit button is not workingI am having the exact same problem. If I click on View or Edit, it just takes me to the form with all fields blank.
I am using Gravity Forms Sticky List version 1.4.1 in combination with Gravity Forms 2.0.7.
Is this Sticky List plugin not compatible with the latest version of GF?
Hi John, thanks for the reply. I found a solution to my problem. If I use the WP Migrate DB plugin to migrate my website, all the breadcrumb settings remain intact after the migration. Problem solved. No more messed up breadcrumbs. The WP Migrate DB plugin is this one here https://en-ca.www.ads-software.com/plugins/wp-migrate-db/
Forum: Plugins
In reply to: [The Holiday Calendar] Description of event appears twice on holidaysOK, nevermind. I was able to fix it myself. In version 1.14 on line 182 in the file the-holiday-calendar.php, all I need to do is comment out or remove the line below:
$posts = array_merge($posts, thc_helper::get_remote_events_as_posts($countryIso, NULL, $day));
…and then the description of the event will appear only once on holidays. I Hope that will help others with the same problem. Great plugin BTW.
Forum: Plugins
In reply to: [Edit Flow] Notifications Metabox Not Showing for Users of a Custom Use RoleHey willardinteractive. I encountered the exact same problem and it turns out that the Edit Flow plugin has a custom user capability called
edit_post_subscriptions
which prevents custom user roles from seeing the Notifications metabox.How I fixed it was I was installed the User Role Editor plugin https://www.ads-software.com/plugins/user-role-editor/. I activated that plugin and then under Users, click on that user and then under User Role Editor –> Other Roles, click on Edit and then you can enable
edit_post_subscriptions
. After you update that user, the Notifications metabox will appear for that user.Hope that helps.
Forum: Reviews
In reply to: [Antispam Bee] Anti-spam Bee DOES NOT workYes, I did. Two other users are having the same problem and so far NO solution. Check out this thread https://www.ads-software.com/support/topic/never-allows-comments
Forum: Reviews
In reply to: [Antispam Bee] Never allows CommentsSame problem here. I cannot post comments on my blog after I activated this plugin.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] contact form 7 update to v. 3.6 kills datepickerSame problem here. I’m running WordPress version 3.8 and Contact Form 7 version 3.6.
The datepicker only seems to work in Google Chrome and Opera browsers. It DOES NOT work in Firefox or Internet Explorer. In Safari, it only shows the up/down arrows.
Seriously, this plugins needs an update.
Forum: Plugins
In reply to: [Advanced Custom Fields - Address Field add-on] Does NOT work with ACF 4.0.3Thanks darisj. I downloaded the plugin from Github. I have just installed it and it works. This refactored plugin works on my site that is running ACF version 4.1.4.
After the installation, I have to re-configure the ACF field to Address and then change/move the field labels around.
Thanks again!
Forum: Plugins
In reply to: I'm looking for a tag cloud for commentsOK, nevermind listing comments by tags.
How about listing all comments by keywords?
Forum: Plugins
In reply to: [Event-O-Matic] [Plugin: Event-O-Matic] Problem Adding Events to CalendarHey Vinda, I found the solution and it works on my WP site.
After you upgrade to WP3.3, you will need to download the new jQuery datepicker at https://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/scripts/jquery.datePicker.js
Then, overwrite the jquery.datepicker.js file in your Event-O-Matic installation at wp-content/plugins/event-o-matic/js
Remember to make the filename all lowercase. Refresh your web browser, and you should be able to choose a date now.
Hope that helps. It worked for me.
Forum: Plugins
In reply to: [Event-O-Matic] [Plugin: Event-O-Matic] Problem Adding Events to CalendarI am having the exact same problem. After upgrading to WordPress 3.3, the “Choose date” link now shows up and clicking it does nothing.
The “Choose date” link was never there in WP 3.2.1.
This plugin is useless if I can’t select a date.Anybody got a solution to this?