David Fuller
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Page Notes] HTML CompatibilityOkay, it should work now. Post here if you have any more issues.
Forum: Reviews
In reply to: [Admin Page Notes] Sometimes, this plugin is exactly what you needThanks for the kind words and for the suggestion. I’ll take a look at adding them down the road.
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] Deprecated ErrorsSeeing the same thing. Pretty much every page load dumps a bunch of deprecated messages into the log.
Forum: Plugins
In reply to: [Admin Page Notes] Move location of the notes boxSorry for the delay in responding. For some reason, I didn’t get notified. If you hover the cursor over the “Add Page Notes” title, the cursor should change to four arrows. You can then drag it to another location. You might want to use the arrow on the upper right to collapse it to make it easier to move.
Forum: Plugins
In reply to: [Admin Page Notes] Critical error after updateUnder new management. This should be fixed but please let us know if you have the same issue. Thanks!
Forum: Plugins
In reply to: [Easy Table of Contents] Links Not Working with Elementor TemplateSo, I turned off all the plug-ins that I could (I can’t turn off Elementor or the page won”t work and no point in turning off Easy TOC). I also changed to a default theme. The links still didn’t work. It appears that it isn’t creating the anchors.
Forum: Plugins
In reply to: [Easy Table of Contents] Links Not Working with Elementor TemplateDoes this work better? https://www.dropbox.com/sh/egmzs8uo5vye3jf/AABOBJ05dJkxWQVbBC-icITMa?dl=0
Forum: Plugins
In reply to: [Easy Table of Contents] Links Not Working with Elementor TemplateI’m sorry for the delay. I missed this message. You should be able to see the images here.
Thank you.
Forum: Plugins
In reply to: [WP Search with Algolia] Error When Trying to IndexIt appears that somehow, your plug-in is triggering another plug-in to try an INSERT into its table with null values. Is there a way I can exempt this table? It’s not something we want indexed anyway.
WordPress database error Column ‘XXXXXX’ cannot be null for query INSERT INTO
XXXXXXX
(XXXX
,company
,first_name
,last_name
,email
,assesment_type
,more_0
,more_1
,more_2
,more_3
,more_4
,less_0
,less_1
,less_2
,less_3
,less_4
,created_at
) VALUES (NULL, NULL, NULL, NULL, NULL, NULL, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘0’, ‘2021-10-21 23:57:37’) /* From (line from plugin)*/ made by do_action(‘wp_ajax_algolia_re_index’), WP_Hook->do_action, WP_Hook->apply_filters, Algolia_Admin->re_index, Algolia_Index->re_index, Algolia_Searchable_Posts_Index->get_records, Algolia_Searchable_Posts_Index->get_post_records, apply_filters(‘the_content’), WP_Hook->apply_filters, do_shortcode, preg_replace_callback, do_shortcode_tag, SDQuiz->action_display_quiz_communication, referer: https://aboutleaderstt.wpengine.com/wp-admin/admin.php?page=algolia-search-page
This is not resolved and is very clearly explained in your GitHub discussion. It’s a new bug as of 16.2 Works correctly in 16.1.1.
Forum: Plugins
In reply to: [Yoast SEO] structured data items are invalidThis is not resolved and is very clearly explained in your GitHub discussion. It’s a new bug as of 16.2 Works correctly in 16.1.1.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error on SavingThank you. Unfortunately, I think we’re going to have to find another solution. I removed the FK and then got the same problem on two other tables. After removing all those FKs, then it wouldn’t change from draft to Publish. Thank you for the quick response.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error on SavingInteresting. That table is empty (which might be the problem.) Can’t figure out what plug-in it’s for but I also tried disabling plug-ins. Shouldn’t that have caught it?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Error on SavingHere is the full stacktrace
Fatal error: Uncaught fProgrammerException: The noun specified could not be singularized in /wp-content/plugins/wp-testing/vendor/flourish/flourish/fGrammar.php:604 Stack trace: #0 /wp-content/plugins/wp-testing/vendor/flourish/flourish/fORM.php(362): fGrammar::singularize(‘relationship’) #1 /wp-content/plugins/wp-testing/vendor/flourish/flourish/fActiveRecord.php(2865): fORM::classize(‘wp_snc_post_rel…’) #2 /wp-content/plugins/wp-testing/src/Model/Test.php(476): fActiveRecord->store(true) #3 /wp-content/plugins/wp-testing/src/Doer/TestEditor.php(368): WpTesting_Model_Test->storeAll() #4 /nas/content/live/aboutstg/wp-includes/class-wp-hook.php(289): WpTesting_Doer_TestEditor->saveTest(60329, Object(WP_Post)) #5 /wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #6 /wp-includes/plugin.php(484): WP_Hook->do_action(Array) in /wp-content/plugins/wp-testing/vendor/flourish/flourish/fGrammar.php on line 604
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Out of Memory and Time OutQuick update. On a staging server I added an email function into the filter hook which never fired. So, I added one into the class where that filter is called and it never fired either. So, the out of memory issue is happening before that’s being applied (I think.)