sumoboy
Forum Replies Created
-
Hacked the issue with css, but hopefully a future dev option.
label[for=”use_custom_email”] {
display:none !important;
}Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed Cache PHP warningsI ran into the same issue, added the debug code as mentioned with output below. The temporary fix was disabling Page Optimization -> JS Settings -> JS Combine which suppressed the error messages, looks the last log entry was empty which I’d suspect is the generating the error.
————-start-mark
https://www.xyz.com/wp-includes/js/wp-embed.min.js?ver=5.6
end-markstart-mark
https://www.xyz.com/wp-content/plugins/facetwp/assets/js/dist/front.min.js?ver=3.7.1
end-markstart-mark
https://www.xyz.com/wp-content/plugins/facetwp-submit/facetwp-submit.js?ver=3.7.1
end-markstart-mark
end-mark
Forum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] 3.0.14 breakThis is what I see currently with WP 5.3, php 7.2
An error of type E_ERROR was caused in line 166 of the file /home/website/public_html/wp-content/plugins/post-snippets/src/PostSnippets/Admin.php. Error message: Uncaught Error: [] operator not supported for strings in /home/website/public_html/wp-content/plugins/post-snippets/src/PostSnippets/Admin.php:166 Stack trace: #0 /home/website/public_html/wp-includes/class-wp-hook.php(290): PostSnippets\Admin->actionLinks(‘<‘) #1 /home/website/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(‘<‘, Array) #2 /home/website/public_html/wp-admin/includes/class-wp-plugins-list-table.php(828): apply_filters(‘plugin_action_l…’, ‘<‘, ‘post-snippets/p…’, Array, ‘all’) #3 /home/website/public_html/wp-admin/includes/class-wp-plugins-list-table.php(607): WP_Plugins_List_Table->single_row(Array) #4 /home/website/public_html/wp-admin/includes/class-wp-list-table.php(1270): WP_Plugins_List_Table->display_rows() #5 /home/website/public_html/wp-admin/includes/class-wp-list-table.php(1201): WP_List_Table->display_rows_or_placeholder() #6 /home/website/public_html/wp-admin/plugins.php(632): WP_List_Table->display() #7 {main} thrown
Just went through a similar situation but instead of deactivating all the plugin’s, just w3-cache only before creating a package.
Forum: Plugins
In reply to: [Form Manager] Track Form Submission with Google AnalyticsI don’t think you want to create a analytics event from the submit button if you have any field validation thus creating invalid goal clicks. Just create a thankyou page, configure the form to redirect there upon completion. Then create a funnel goal to track those two pages.
Forum: Plugins
In reply to: [Yoast SEO] SEO Boxes for each page have disappearedGoing through my active plugins I determined https://www.ads-software.com/extend/plugins/related-items/ was causing havoc by wiping out all the SEO field information when editing a page or post each time.
Forum: Fixing WordPress
In reply to: 3.4 update broke visual editorCheck your htaccess file to make sure something isn’t being rewritten for the \wp-includes directory. Start empty if you have to.