webtechnology
Forum Replies Created
-
Forum: Plugins
In reply to: [Sentry for WordPress] Install verificationAny other suggestions on what to check? I really want to get this working.
Forum: Plugins
In reply to: [Sentry for WordPress] Install verificationI’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.
Forum: Plugins
In reply to: [Sentry for WordPress] Install verificationThanks 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.
Forum: Plugins
In reply to: [Sentry for WordPress] Install verificationI have also installed the plugin on a WordPress 4.9.1 web site. Same question.
Forum: Themes and Templates
In reply to: [Bootstrap Canvas WP] Child theme functions.php fileIt seems the problem was using the theme in a multisite installation. It behaved very differently.
Forum: Themes and Templates
In reply to: [Bootstrap Canvas WP] Child theme functions.php fileI 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());