Forum Replies Created
-
AuthorPosts
-
Thank you very much, Yigit!
Have a good day.January 31, 2014 at 11:07 am in reply to: font-color of phone-info is only partially applied on iPad/iPhone #217370Hi Yigit,
GOT IT !! My yesterday’s idea worked.
Best regards,
Klaus
Here’s my complete Quick-CSS-Code:
h4.iconlist_title {
color: #808080;
font-size: 16px;
}.iconbox_content {
min-height: 220px;
}/*iOS-Geräte interpretieren die Zahlen im phone-info als Link! */
.header_color .phone-info, .header_color .phone-info a {
color: white !important;
}.header_color .social_bookmarks a {
color: #000000;
}body {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}.main_color .avia-icon-list .iconlist_icon {
background-color: #0045b5;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px; /*Größe des Zeichens im Kreis*/
}.avia-icon-list .iconlist-timeline {
left: 21px;
}January 30, 2014 at 11:19 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #217213Hi, me again,
do you think this CSS-selector could work: .header_color .phone-info a ?
I will try it tomorrow. Now I have to go to bed.Thanks again,
Klaus
January 30, 2014 at 11:07 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #217206Hi Yigit,
thanks again.
I am desperate. It doesn’t work. (At the beginning of your code was one superfluous curly bracket, which I removed. But that didn’t change the situation.)
I would be really happy to get this problem solved.
Thanks again for your support,
Klaus
January 30, 2014 at 5:22 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #217049Hi Yigit,
I am so sorry, but it doesn’t work, not even on the laptop.
None of the below mentiones codes-snippets has any influence on the color.Neither this way:
#top .header_color input[type=’number’],
#top .header_color input[type=’tel’] { color: white!important; }nor this way:
#top .header_color { color: white !important; }nor that way
.responsive.social_header .phone-info span
input [type=”number”] { color: white !important; }Regards,
KlausJanuary 30, 2014 at 4:28 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #216996Thanks, Yigit,
I tried it. But it still doesn’t work.
My theory is, that the problem results from the fact, that iOS-devices recognize certain numbers as phone-numbers and treat them separately from the text as a kind of links. These have perhaps their own CSS-rules, which overwrite the ENFOLD-rules.If this was true, I would need some browser-sniffer-rule. What do you think?
Kindest regards,
Klaus
January 30, 2014 at 1:48 pm in reply to: font-color of phone-info is only partially applied on iPad/iPhone #216936Hi Ismael,
thanks for your help
I just tried it. Unfortunately it doesn`t resolve the problem.Cheers,
Klaus
January 13, 2014 at 11:32 am in reply to: How I can get linebreaks (empty lines) into my text? #208889Hi Devin,
thank you very much for your help.
Kindest regards,
Klaus
Hi Josue,
thank you very much for your valuable hint. It works!
But there is one thing which is very strange: if I remove the keyword !important from the CSS-rule afterwards, its effect remains, even after cleaning the cache and a new start of wordpress.
Regards,
Klaus
January 5, 2014 at 6:23 pm in reply to: Internet Explorer 11/ Changes in theme options are ignored! #205594Hi Peter,
thanks for the link and your help. Now everthing works as it should.
Regards,
Klaus
Hi Peter,
thank you very much for your help. Regarding wordpress I am a beginner, so I didn’t know that.
Now I changed the page-relations and now everything is fine.Regards,
Klaus -
AuthorPosts