Yes, the snippet is active and works well when I set it up as autoinsert with site wide body option but it disrupts the rest of the site despite I have a conditional on the code to only show at a specified page like this
if ( ! is_page(‘mgd_acc_val_dir’) ) return $content;
To avoid the disruption of the site I then tried the shortcode option so that it runs just in that page but it does not work.
-
This reply was modified 1 year ago by anajera.