Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Cookiebar Panel

Asked Modified Viewed 9,555 times
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
asked
Super Admin

[mp]571[/mp]
0 replies

14 posts

H
Harly
H
Harly 10
Regards, Har1y.
  • Senior Member, joined since
  • Contributed 302 posts on the community forums.
  • Started 51 threads in the forums
answered
Senior Member

Hi Domi!

After adding this, the Cookiebar Panel, to my site, I validated it (old habit) and the CSS validator result showed me that there is a few bugs/errors in the cookiebar_panel.css file.

Looking at the validation-result of this, the Main, site, I can see the very same errors appearing in the validation-result, as those on my site's result. That is, before I just asked the file to ignore the lines containing the error(s). So now, my site is W3C-valid again! B) But the problem is off course, that now, after my modification of the file, the panel will not work with IE versions older than #9. ;)

Tried to fix it myself, but couldn't - because I've never seen codes like that in a CSS-file before: looks like some kind of Java-code (which I know very little about)!

The error(s) are located in the last part of the cookiebar_panel.css file, the part that concerns the older IE browsers (v. 6, 7 and 8)!

Link to the CSS validation-result of this, the Main, site:
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.php-fusion.co.uk%2Findex.php&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Validating CSS is quite tricky, It dosen´t allow you to mix CSS and CSS3 that well.
Your code can in a sense be good but mixing CSS3 and CSS can fail the validation.
0 replies
H
Harly
H
Harly 10
Regards, Har1y.
  • Senior Member, joined since
  • Contributed 302 posts on the community forums.
  • Started 51 threads in the forums
answered
Senior Member

Quote

Your code can in a sense be good..

There's nothing wrong with the code, concerning the function of the panel - everything works just fine - it's a cool panel, and thank you for that, Domi! :)

Quote

..to mix CSS and CSS3..

Not understood! :| Are they not one and the same thing, Domi? ;)

I've tried using some of the new CSS3 possibilities and it's cool, but if the validator shows me there's an error in my CSS, I try to find it and correct it.
If the validator shows me a warning, and no errors, my site still passes as valid, and I don't have to correct it right away - but that is not the case, if there are errors in the code - and that's why I pointed it out to you, simply because no one else seems to have noticed this. :)
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

There are differences in CSS interpretation and validation from versions.
I am not exactly sure how many version definitions there are.
CSS 3 would be the latest from 2.1 if my memory serves me right.

I know that there can be validation problems if you mix the version styles. That´s what I meant by that the statement "Your code can in a sense be good..". In essence it can also be valid but still fail when mixing styles.

Altho design and CSS in general is not my field of expertise.

The code that seems off in the CSS comes from Colorbox for the overlay feature
Edited by N/A on 15-09-2013 18:14,
0 replies
H
Harly
H
Harly 10
Regards, Har1y.
  • Senior Member, joined since
  • Contributed 302 posts on the community forums.
  • Started 51 threads in the forums
answered
Senior Member

Now you're making me a little confused, so just to be sure:
Which validator(s) does the PHPFusion community recommend for validating the addons, before submitting them to this site? Can I still trust the W3C Markup Validation Service and the CSS Validation Service?

As you know, I have not been active in here for some time now, so I just want to know, if there has been any major changes in how you guys run things around here, while I've been gone! ;)
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

Yeah you can trust em, it´s what i would recommend.
I just don´t think Addon approvers are so harsh on the CSS validations due to the given explanation above.
We still promote and encurage both validations.

It´s just something of a grayzone atm It´s actually a quite big subject on various dev forums aswell.
0 replies
H
Harly
H
Harly 10
Regards, Har1y.
  • Senior Member, joined since
  • Contributed 302 posts on the community forums.
  • Started 51 threads in the forums
answered
Senior Member

Quote

Yeah you can trust em, it´s what i would recommend.

Good - I will continue to use those validators ,then (working on a new theme for the PHP-F community atm.)!

Quote

It´s just something of a grayzone atm It´s actually a quite big subject on various design forums aswell.

Okay! I did'nt know that!
It seems to me like the CSS Level 3 needs some time to be working as a standard on the different internet-browsers. My theme offen looks a little different, depending on which browser I use (similar to the situation before CSS3, so nothing new about that). So the continuing differences between browser-standards will, off course, still make it difficult to 'please' them all, so that, my theme will look (almost) the same on most modern browsers. :o
But I still enjoy making the themes, though - again! B)

Thanks for now, Domi, and have a fine day. :)
0 replies
— 1 year later —
R
Rudios
R
Rudios 10
  • Member, joined since
  • Contributed 145 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

Excellent as always.
Thanks!
0 replies
— 9 months later —
L
london
L
london 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

Clicking the I consent is bring me to this page which is white http://dx27.net/infusions/cookiebar_panel/consentcookies.php

Any ideas?
0 replies
L
london
L
london 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
answered
Newbie

Seems the theme was the problem.

Switching from "itheme2" back to "myblog" done the trick.

--------------------------------------------------------------------------------------------------------

No, it hasn't., Each page I go to I get the cookie bar at the bottom of the page.

I am using version v7.02.07
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Started this discussions
  • Answered 11 questions
answered
Super Admin

The Addon have been online a very long time, I have it on a ton of sites my self with no reported issues as you explain em, it makes it quite rough to pinpoint the exact issue here.
It could be many things, your individual browser or even some addon you run thru a panel, try disable everything and also try another browser ( it is usually easier than tinkering with the settings ).
0 replies
— 6 years later —
J
jemstar
J
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Hi,

Just wondering if anyone is working on a Cookie Acceptance popup for Version 9?

Can only find this one for version 7.

Thanks!
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 94 threads in the forums
  • Answered 1 question
answered
Senior Member

J
jemstar
J
  • Junior Member, joined since
  • Contributed 39 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

Thanks so much!

EDIT: Thanks heaps, have copied it all into folders and uploaded to website and works perfectly!!
Edited by jemstar on 06-07-2022 14:07,
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet