Skip Navigation

[Resolved] CSS to one layout seems not to work on some browsers

This thread is resolved. Here is a description of the problem and solution.

Problem:
CSS to one layout seems not to work on some browsers

Solution:
There was an issue with the CSS user added. You can see the correct adjusted CSS with the following reply.

You can find the proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/css-to-one-layout-seems-not-to-work-on-some-browsers/#post-1199660

Relevant Documentation:

This support ticket is created 5 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 7 replies, has 2 voices.

Last updated by andrei-laurentiuP 5 years, 11 months ago.

Assisted by: Minesh.

Author
Posts
#1199600
screenshot-www.woakey.com-2019.02.13-002.png
screenshot-www.woakey.com-2019.02.13-001.png

I am trying to:
hide default wp comments section and name / email / website still appear
Link to a page where the issue can be seen:

I expected to see:

Instead, I got:

#1199643

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - can you please share problem URL and access details as well as share information for which browser the CSS you added is not working?

I have set the next reply to private which means only you and I have access to it.

#1199660

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Thank you for sharing access details.

Well - there was issue with your CSS, you didnt added the comma (,) between multiple classes, I've adjusted that nad I can see now fields are hidden:

body.single-business form#commentform p.comment-notes, p.comment-form-author, p.comment-form-email, p.comment-form-url {

display: none !important;

}

Can you please confirm.

#1199663

My issue is resolved now. Thank you! (I must be blind or something) :))

#1199674

Pfff.. I've just seen that in a particular case an error occurs in the console:

Refused to apply style from 'hidden link' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.

This happens here: hidden link

Any idea what might be causing?

Please let me know if you may have a look so I can re-issue admin/pass.

New threads created by Minesh and linked to this one are listed below:

https://toolset.com/forums/topic/split-css-to-one-layout-seems-refused-to-apply-style/

#1199698

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - I split the ticket with your new question.

Could you please mark resolve this ticket and we will continue with your new question with the split ticket.

#1199723

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Please resolve this ticket as well 🙂

#1199726

My issue is resolved now. Thank you!