Kristina Gasperas
Forum Replies Created
-
Hi James – that fixed it! Many thanks!
Hi James, I have logged into Google Analytics and can successfully see the data for my UA tag using the same Google account that is used for SiteKit.
I have now also installed and activated the Health Check & Troubleshooting plugin, I enabled troubleshooting for the SiteKit plugin, yet I still get the same error when I look at the SiteKit dashboard.
All of the above was done in a Chrome Incognito window.Hi James, I disconnected the Analytics module from SiteKit and reconnected it straight after removing the non-SiteKit placed snipped, however am still getting the same error.
Hi James, I removed the All In One SEO verification that was linked to Google Analytics and I also followed you steps to disconnect the Google Analytics module within Site Kit and reconnected it, however I am still seeing the same “Data error in Search Console
User does not have sufficient permission for site” error.Hi James,
Thanks for your reply. I am getting this issue on both of my websites and it started at the same time.
I haven’t tried disconnecting the Analytics property and reconnecting it. If you could let me know how to do that I can try it.
I have pasted my site health information report into the form you provided a link for.Forum: Plugins
In reply to: [WooCommerce] How to Change WooCommerce Breadcrumb “Home”(OK, so now I see that this forum adds weird things to URLs when they are pasted in and submitted, therefore please ignore my last post!)
Forum: Plugins
In reply to: [WooCommerce] How to Change WooCommerce Breadcrumb “Home”The URL in the code in my previous looks strange after I pasted directly from my .php file, have pasted it in again via Notepad as this is actually how it looks in my functions.php:
/**
* Replace the home link URL
*/
add_filter( ‘woocommerce_breadcrumb_home_url’, ‘woo_custom_breadrumb_home_url’ );
function woo_custom_breadrumb_home_url() {
return ‘https://kristinagasperasacademy.com/shop/’;
}
/**
* Rename “home” in breadcrumb
*/
add_filter( ‘woocommerce_breadcrumb_defaults’, ‘wcc_change_breadcrumb_home_text’ );
function wcc_change_breadcrumb_home_text( $defaults ) {
// Change the breadcrumb home text from ‘Home’ to ‘Shop’
$defaults[‘home’] = ‘Shop’;
return $defaults;
}Forum: Plugins
In reply to: [WooCommerce] How to Change WooCommerce Breadcrumb “Home”Hi – I have the same problem but it only became a problem very recently. I have the code below included in the functions.php file of my Divi-child customised theme. It worked perfectly until now, not sure why not any more, perhaps something to do with a recent WooCommerce plugin update?
/**
* Replace the home link URL
*/
add_filter( ‘woocommerce_breadcrumb_home_url’, ‘woo_custom_breadrumb_home_url’ );
function woo_custom_breadrumb_home_url() {
return ‘https://kristinagasperasacademy.com/shop/’;
}
/**
* Rename “home” in breadcrumb
*/
add_filter( ‘woocommerce_breadcrumb_defaults’, ‘wcc_change_breadcrumb_home_text’ );
function wcc_change_breadcrumb_home_text( $defaults ) {
// Change the breadcrumb home text from ‘Home’ to ‘Shop’
$defaults[‘home’] = ‘Shop’;
return $defaults;
}Any ideas/solutions would be appreciated. I too am not too keen on installing more plugins than absolutely necessary, I already have 30 and am constantly being told off for having so many by anyone I ask to help speed up my site.
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Only Some Ads in an Ad Group Showing UpHi Joachim, sorry for not getting back to you sooner.
The problem has been solved be me downloading the banner ad .gif file from the supplier’s link, then loading it into the Media library of my WordPress back-end, then changing the image link in the ad to point to the .gif loaded onto my site.
Looks like Advanced Ads may not like .gif’s that are hosted on another site.Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Only Some Ads in an Ad Group Showing UpHi again Joachim.
I had a look at the browser console on one of the pages where I’m expecting the ad to appear & I see this error message (although I’m not sure it’s related)…DevTools failed to load SourceMap: Could not load content for https://kristinagasperas.com/wp-content/themes/Divi/js/custom.unified.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
The ad code was provided to me by the company whose ad I would like to show on my website. The image is hosted in their website. I have gone directly to the image link they provided to check if it’s that but it works fine.
I enabled Debug Mode for the ad & get the following output in the front-end…
Ad debug output
The ad is displayed on the page
current post: INTRODUCING KRISTINA, ID: 8890
Ad: Feelunique Banner (16868)
Ad Group: Footer Banners (171)
Placement: Footer (footer)Display Conditions
Product categories
Ad wp_the_query
30,28 post_id: 8890
is_singular: 1This suggests to me that it should be showing up, right?
Regards,
Kristina
That worked! Thank you so much!
Forum: Plugins
In reply to: [Advanced Ads –?Ad Manager & AdSense] Only Some Ads in an Ad Group Showing UpHi Joachim,
Thanks for getting back to me. As you suggested I changed the Placement settings so only the problematic ad would show and after saving I checked my website & could see that no advert banner was showing up in the footer.
I have chosen the Random Ad rotation mode.
Regards,
KristinaForum: Reviews
In reply to: [WooCommerce] error???Appears as though I’m the only person this is not working for!
I only see the error message flash up very briefly when I go to my website on Chrome on my laptop, but I still see it on mobile.
Would appreciate any further ideas but in the meantime looks like a ticket with both Elegant Themes and Woocommerce needs to happen.
Sorry, scrub that. All sorted! Just needed to clear server cache.- This reply was modified 4 years, 6 months ago by Kristina Gasperas.