Charles
Forum Replies Created
-
Forum: Plugins
In reply to: [Meta pixel for WordPress] E_ERRORThanks. It only happened intermittently so it will need a few weeks I guess to know if it is solved. I’ll make a new thread and reference this one if it happens again.
Forum: Plugins
In reply to: [AIO Forms - Craft Complex Forms Easily] Disable saving of entries?Amazing. Thanks so much.
Forum: Plugins
In reply to: [AIO Forms - Craft Complex Forms Easily] Disable saving of entries?Ok cool. Look forward to that. It’s a bit of a privacy issue – some of the emails sent contain sensitive data that we don’t want kept on the server. Maybe the toggle could be at the form level so some entries can be stored and some not.
Following – got same error while stuck in a loop telling me to set up my new store again and again, after upgrade to 9.4.3 – been using the store for years. EDIT I think it was having trouble running the database update – I ran the steps to update the database manually (which it wanted me to do 3 times before it believed the database had actually updated) and then it finally showed me the “database update complete” and stopped showing me the store setup.
- This reply was modified 3 months, 3 weeks ago by Charles.
Swift response! I can’t see anything obviously racing away. Network tasks are all finishing as far as I can tell in devtools. There are two errors (not increasing) and lots of cross site cookie warnings.
Forum: Plugins
In reply to: [Cron Logger] Log limitSuper! Thank you.
Forum: Plugins
In reply to: [Koko Analytics] pageviews.php keeps getting added or modifiedOk makes perfect sense. Thank you!
Forum: Plugins
In reply to: [Smart Recent Posts Widget] Cross Site Scripting Vulnerability?Same. If no update, does anyone know of anything similar?
Forum: Developing with WordPress
In reply to: Analytics tracking for commentsOh gah, yeah. Forgot about approval. Cheers. Keep up the good work ??
Forum: Developing with WordPress
In reply to: Analytics tracking for commentsCheers. I tried this snippet based on your action hook idea, but I don’t see it in the datalayer when commenting, so I must have messed something up:
function custom_comment_post_event() { $data_layer = array( 'event' => 'comment_posted' ); echo '<script>dataLayer.push(' . json_encode( $data_layer ) . ');</script>'; } add_action( 'comment_post', 'custom_comment_post_event' );
Forum: Fixing WordPress
In reply to: WordPress core block editor display problem on LD post typesYeah go for it with the snippet here please. ??
Forum: Fixing WordPress
In reply to: WordPress core block editor display problem on LD post types@michaelbgood Did you solve (or report) this?
Forum: Everything else WordPress
In reply to: WordPress updates progress sometimes blank (but succeeds)Ok, so somehow WP is flagging a server as needing to do updates one at a time, whereas another server just does the whole lot and reports at the end, because it’s more powerful.
Sorry, please ignore. I just hadn’t waited long enough for the database update to happen.
Keep up the good work on an amazing plugin.
There’s a Freesoul plugin that lets you global disable plugins and then allow them on certain posts etc. I use it.