Chillifish
Forum Replies Created
-
Hi, sorry for the delay, I was waiting until it happened again and I’ve think I’ve got to the bottom of it. I’m not sure why it happens, but I now know when it happens.
The site is hosted with Siteground and it happens whenever I deploy any files from the staging site to the live site. I don’t know why as the files are entirely unrelated to Site Kit, most often it’s only the theme CSS file.
I just have to remember to re-activate Site Kit after I deploy any staging files.
Hi James, logging out doesn’t seem to make a difference. I logged in and out a few times yesterday (and have just again to check). I’m asked to login every time I try and access the dashboard, even if I check ‘keep me logged in’.
That said, I have exactly the same setup with quite a few other sites on the same host with no issues with Site Kit deactivating.
Hi, thanks for coming back so quickly. Have filled in the form.
I’m not getting any error on the dashboard, I just log into my site and the Site Kit plugin has been deactivated. When I reactivate everything comes up fine and is set up as it should be.
Thanks.
- This reply was modified 1 year, 12 months ago by Chillifish.
Hi, have posted that. Screenshot here: (imgur not available in UK for some reason)
Screenshot from Firefox Dev Edition as no errors on Chrome console.
Thanks.
- This reply was modified 2 years, 4 months ago by Chillifish.
Forum: Plugins
In reply to: [Mailgun for WordPress] Remove unsubscribe linkI have managed to track this down as a setting in mailgun under the domain settings.
Forum: Plugins
In reply to: [Contact Form 7] Block widget not workingI seem to have fixed it by creating a new form, selecting that form, then changing back to the original form.
A refresh of the page and it has disappeared, perhaps it was a one off…
Forum: Plugins
In reply to: [CMB2] Width of wysiwyg fieldYes, it’s from woocommerce. Not sure where the
brand
comes from as I’m just helping someone out who had the site built by someone else.Forum: Plugins
In reply to: [CMB2] Width of wysiwyg fieldHi, code below:
<?php function mubp_register_taxonomy_metabox() { $prefix = 'mubp_'; /** * Metabox to add fields to categories and tags */ $cmb_term = new_cmb2_box( array( 'id' => $prefix . 'category_offer', 'title' => esc_html__( 'Category offer', 'cmb2' ), // Doesn't output for term boxes 'object_types' => array( 'term' ), // Tells CMB2 to use term_meta vs post_meta 'taxonomies' => array( 'product_cat', 'brand' ), // Tells CMB2 which taxonomies should have these fields // 'new_term_section' => true, // Will display in the "Add New Category" section ) ); $cmb_term->add_field( array( 'name' => esc_html__( 'On offer', 'cmb2' ), 'desc' => esc_html__( 'Check to enable offer on products', 'cmb2' ), 'id' => $prefix . 'on_offer', 'type' => 'checkbox', ) ); $cmb_term->add_field( array( 'name' => esc_html__( 'Offer text', 'cmb2' ), 'desc' => esc_html__( 'Details of the offer', 'cmb2' ), 'id' => $prefix . 'offer_text', 'type' => 'wysiwyg', ) ); } add_action( 'cmb2_admin_init', 'mubp_register_taxonomy_metabox' );
Screenshot: https://imgur.com/EFiFait
Using the inspector, it’s not really clear what’s restricting the width. The box seems to be in a div with the class wp-editor-wrap (amongst others) which is showing the width of 100% greyed out, but there seems to be no CSS overriding it.
Forum: Plugins
In reply to: [WP Mail Logging] Script loading on every page after updateHi there, sorry for the delay, can confirm all seems to be fixed now, thanks!
Forum: Plugins
In reply to: [WP Mail Logging] Script loading on every page after updateNo worries, cheers!
Forum: Plugins
In reply to: [Rollbar] Configuration option custom_data_method doesn’t existYup, same issue here.
[08-Aug-2018 09:38:14 UTC] PHP Fatal error: Uncaught Exception: Configuration option custom_data_method doesn't exist in Rollbar. in /srv/users/serverpilot/apps/dcc/public/wp-content/plugins/rollbar/src/UI.php:215 Stack trace: #0 /public/wp-content/plugins/rollbar/src/Settings.php(195): Rollbar\Wordpress\UI::getSettingType('custom_data_met...') #1 /public/wp-includes/class-wp-hook.php(286): Rollbar\Wordpress\Settings->addSettings('') #2 /public/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /public/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /public/wp-admin/admin-ajax.php(44): do_action('admin_init') #5 {main} thrown in /public/wp-content/plugins/rollbar/src/UI.php on line 215
- This reply was modified 6 years, 7 months ago by Chillifish.
Forum: Plugins
In reply to: [Rollbar] Getting errors with plugin updateMy second issue has been fixed by v 2.3.1
Forum: Plugins
In reply to: [Rollbar] Getting errors with plugin updateAlso, loads of errors all over the place about missing variables all the time. Here’s one:
PHP Notice: Undefined variable: desc in /srv/users/serverpilot/apps/myapp/public/wp-content/plugins/rollbar/src/Settings.php on line 326
Looks like it’s not happening without “_embed=1”. PHP v 7.1.