Forums
(@webtechnology)
6 years, 11 months ago
Any other suggestions on what to check? I really want to get this working.
I’m not using the twenty seventeen theme. I am using a custom child theme.
And jQuery was not removed. jQuery is used on other pages of the site.
Thanks for the reply. Yes, the WP_SENTRY_PUBLIC_DSN value is set in the wp_config.php as follows (DSN altered):
// WordPress Sentry plugin // JavaScipt settings define( ‘WP_SENTRY_PUBLIC_DSN’, ‘https://[email protected]/zzzzzz’ ); // General settings define( ‘WP_SENTRY_VERSION’, ‘v0.1.0’ ); define( ‘WP_SENTRY_ENV’, ‘production’ );
Please advise.
I have also installed the plugin on a WordPress 4.9.1 web site. Same question.
8 years ago
It seems the problem was using the theme in a multisite installation. It behaved very differently.
8 years, 1 month ago
I added the following line at the bottom of the functions.php file in my child theme to get around this problem but I don’t think I should need to do this.
wp_enqueue_style(‘style-css’, get_stylesheet_uri());