Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Chromium issue
Recently I noticed that the cookie consent div
s for youtube videos are not displaying in chromium based browsers (Brave and Chrome). I am pulling my hair as I cannot understand why. Can someone shed some thoughts on what may be blocking that content which actually shows in the source of the pages?
Sample url: www.neme.org/projects/state-machines/unbuilding-citizenship
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Chromium issue
Do you mean the div.gdpr
does not display at all? (a box with a yellow background, at the top a still or poster image, at the bottom some legaleze)
Safari does not display that div
here, but Firefox and Brave both do.
And as a result, I cannot watch the video.
I suspect a possible adblocker issue.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Chromium issue
The block at the bottom shows fine for me in Chrome for mobile.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Chromium issue
Hi, Yiannis.
Here are some screenshots from the (real browsers) lambdatest.com Platform.
https://postimg.cc/gallery/by5Qrbm
Patrick.
Github | CodePen | Codier | Simplr theme | Wait Me: a maintenance theme | [\a mi.ni.ma]: a “Low Tech” simple Blog theme.
Offline
Re: Chromium issue
phiw13 wrote #335436:
I suspect a possible adblocker issue.
That is indeed the case – both #eucookies
and .gdpr
are in the list (in 1Blocker: “annoyances” category – there are quite a few of those “eu cookie” thingies in the group). The source is easylist.to, used by many/most ad&content blockers.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Chromium issue
phiw13 wrote #335439:
That is indeed the case – both
#eucookies
and.gdpr
are in the list (in 1Blocker: “annoyances” category – there are quite a few of those “eu cookie” thingies in the group). The source is easylist.to, used by many/most ad&content blockers.
Firstly apologies for my late response. I was stranded abroad without my power supply.
That was indeed the problem. I replaced gdpr
with the title of my favourite John Carpenter movie (theylive
) and eucookies
with soylentgreen
and everything appears to have come back again.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Chromium issue
colak wrote #335440:
I replaced
gdpr
with the title of my favourite John Carpenter movie (theylive
) andeucookies
withsoylentgreen
and everything appears to have come back again.
That is a good strategy – using completely unrelated “tags”. Another strategy, used e.g. by the WSJ site is using random generated id
s and classes that commonly used on the site.
BTW – Same thing applies to comments, many variations of comments-***
are included in contents-blockers. The default TXP comments set-up is hidden by many contents-blockers.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Chromium issue
phiw13 wrote #335441:
Same thing applies to comments, many variations of
comments-***
are included in contents-blockers. The default TXP comments set-up is hidden by many contents-blockers.
Is there an argument to change it then, somehow? Make the prefix customisable from config.php, perhaps, in case someone gets blocked?
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
Re: Chromium issue
phiw13 wrote #335441:
BTW – Same thing applies to comments, many variations of
comments-***
are included in contents-blockers. The default TXP comments set-up is hidden by many contents-blockers.
Good catch!!!
Submitted it as a issue.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Chromium issue
Bloke wrote #335443:
Is there an argument to change it then, somehow? Make the prefix customisable from config.php, perhaps, in case someone gets blocked?
I was posting as you were writing. I actually believe that we should change the default class and id. Can. it be customised in the preferences instead of the config file?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: Chromium issue
Bloke wrote #335443:
Is there an argument to change it then, somehow? Make the prefix customisable from config.php, perhaps, in case someone gets blocked?
I am not sure about comments, honestly. Those blocks exists for people who want to tune out the noise, and / or not be distracted by those comments. They come to the site to read the main content (video / article (text) / …). It is kinda nice to respect their choice.
Most contents blockers offer per-site configuration options, nowadays, I think.
(and IIRC, my content blocker – 1Blocker – initial set up had the comments block category turned off. But don’t quote me on that. It has been humming along for so long…).
BTW – as fas as I can tell, in the Textpattern case the comments form is visible but the actual comments are hidden (.comments-list
).
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: Chromium issue
I’m fine with leaving it. Thinking it through a bit more, customising is not an option as it also affects the CSS file. Can’t think of a neat way round that.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline