rely28
Forum Replies Created
-
Sure, I’ll let you know, thanks for listening !
After completing some more test, I think my issue was more cache related. I cannot reproduce the “canceled” user_engagement although it does not appear in the network on the devtools (only see pageviews, scroll and ad_impression)
I do use Site Kit for implementing consent mode but not recently, been a few months at least.
I’m not familiar with debugging with Google Tag assistant (I don’t see where to check for “user-engagement” being HIT), so far I’ve fixed some cache issue, I’ll keep an eye on Adsense (seems to recover but very very slowly…)
Thanks for helping.
Hi,
Thanks for reply, after checking the time the update did happened, I’m actually not sure it’s Site kit related…. I’ve reverted to previous version (after sending site health details…) and see the same issue with user_engagement. Need more time to see any change in the RPM recover…
Was there any changed to how the Google Consent Mode v2 works ?I’m a bit clueless as to what is happening…
Forum: Plugins
In reply to: [Meow Lightbox] HTTP error! status: 403Hi,
I have to open it back since the problem is back… I’ve changed some settings on my lazy loading settings so it seems to be related, but as @hartl said, setting the Rendering Delay at 0 is not a convenient long term solution…
Forum: Plugins
In reply to: [Meow Lightbox] HTTP error! status: 403Thanks for th insight, though, it seems to work back normally so far despite not changing anything, I guess the latest update did the trick.
Thanks !
Forum: Plugins
In reply to: [Travelers' Map] Conflict with TheGem theme functionalitiesHi,
Thank you for your reply ! Ok, I’ve deleted the faulty lines, good to know !
- This reply was modified 7 months, 3 weeks ago by rely28.
Forum: Plugins
In reply to: [Travelers' Map] Conflict with TheGem theme functionalitiesHi,
I give you an update as I've found what's going on, in your plugin, there is a css file named travelers-map.admin.css?ver=2.3.1, which include these lines
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
I guess they control each colonne size when using builder such as wpbakery but not sure what they really control, all I know is that they interfere with the selectors I've mentioned since they use something similar which include a col-1 as such :
#thegem-options .form-grid .col-1 {
What happened is that their option is constrained by that 8.3333% width from your css (from any weird reason.... I want to be sure that If I remove the .col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
it won't messed up the behavior of the map (from my understanding, this parameter should be only in used if I'd use a map on a 1/12 colonne in wpbakery ? seems that this css is only called on an article when editing, not when a map is used and online, am I correct ?
Sorry for the long message, just want to make it clear.
Regards,Okay, since it’s also an ad platform, I believe it make sense there is a conflict…
Gotcha, thanks !
Ok, done. Happy weekend !
Thanks, but it’s actually a quick question, should not be too long or complicated to answer it, no ?
Forum: Plugins
In reply to: [Meow Gallery] Conflict with YoastUnfortunately, nothing has changed either for me…
Forum: Plugins
In reply to: [Meow Gallery] Conflict with YoastHi Jordy,
In my case, Gutenburg is disabled and I use the Classic editor since my theme is functioning that way, with WP Bakery as a page builder.
My WordPress and all plugins are always at the latest version.
Forum: Plugins
In reply to: [Meow Gallery] Conflict with Yoast.Just replying to push on this, since actually in my case it was not fixed either… (I’m the author of the other topic)
Forum: Plugins
In reply to: [Meow Gallery] Conflict with YoastActually, I never had a reply and in my case, the issue is still there, not fixed…