Hi dear Support,
i am using a PlugIn for Events in Wordpress, but the styling is affected by Themler:
1.) The whole line with Event date and time is not well aligned (colon, bullets)
2.) The Buttons are not styled and look "ugly"
Demo: www.coaching-heischeid.de
The developer anwered to this with the following mail:
Thank you for contacting our dedicated Support Team. My name is Radu and I will be assisting you.
The Instructor description does not support code or other advanced content, you should use it for simple text or to make the instructor name a link.
Your display issues are caused by the theme section code where the schedule is placed. Unorthodox CSS like this:
.bd-bulletlist li a, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li a
is affecting the whole display. You have a rule that is forcing all text links to be blue. Also, there is a high specificity CSS rule that is overwriting the buttons' style. This high specificity is unnecessary and the theme developers should address it. The same goes for the class info area, where you have a text-indent: -10px; enforced rule for all list type elements.
Unfortunately, we can not help with these display issues as they are caused by the theme. You should either try placing the schedule in a theme section that does not overwrite styles or contacting the theme developers and ask them what is their solution for this. Let us know if we can help with anything.
Is there anything that i can do to avoid the incompatibility?
Thank you and best regards,
Matthias
Hi dear Support, i am using a PlugIn for Events in Wordpress, but the styling is affected by Themler: 1.) The whole line with Event date and time is not well aligned (colon, bullets) 2.) The Buttons are not styled and look "ugly" Demo: www.coaching-heischeid.de The developer anwered to this with the following mail: Thank you for contacting our dedicated Support Team. My name is Radu and I will be assisting you. The Instructor description does not support code or other advanced content, you should use it for simple text or to make the instructor name a link. Your display issues are caused by the theme section code where the schedule is placed. Unorthodox CSS like this: .bd-bulletlist li a, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li a is affecting the whole display. You have a rule that is forcing all text links to be blue. Also, there is a high specificity CSS rule that is overwriting the buttons' style. This high specificity is unnecessary and the theme developers should address it. The same goes for the class info area, where you have a text-indent: -10px; enforced rule for all list type elements. Unfortunately, we can not help with these display issues as they are caused by the theme. You should either try placing the schedule in a theme section that does not overwrite styles or contacting the theme developers and ask them what is their solution for this. Let us know if we can help with anything. Is there anything that i can do to avoid the incompatibility? Thank you and best regards, Matthias






