-
AuthorPosts
-
September 15, 2016 at 4:13 pm #686967
I have posted a few times with this issue, no response? Am I doing something wrong?
For some reason the mobile site is not displaying the telephone number correctly on most phones (works fine on my iphone 6s) But other phones are having an issue where it will not display.
I would also like to know if there is a way to keep the phone number follow down the page in the mobile version?
This is the CSS I have added so far for the header:
@media only screen and (max-width: 767px) {
.av_phone_active_left .phone-info {
padding-left: inherit;
}September 15, 2016 at 4:15 pm #686968Hey tampaprinting,
Can you please post a screenshot and show the issue? I will mark your other threads as resolved. Let us continue here :)
Best regards,
YigitSeptember 15, 2016 at 4:30 pm #686983[IMG]http://i68.tinypic.com/xnvgj7.png[/IMG]
Thanks!
September 15, 2016 at 4:30 pm #686985September 15, 2016 at 4:40 pm #686993Hi,
You have inserted your phone using following HTML
<font size="3">Call 813-664-0022</font>
Please change it to following instead
Call 813-664-0022
then add following code to Quick CSS
.av_phone_active_left .phone-info { font-size: 16px; } @media only screen and (max-width: 480px) { #header_main { padding-top: 30px; } #header_meta { position: fixed; width: 100%; }}
Best regards,
YigitSeptember 15, 2016 at 4:47 pm #686998How can I disable the shop icon?
September 15, 2016 at 4:50 pm #687000So the phone number at the top still only says “call now” Doesnt show up with the phone number.
And is there a way to make the main menu scroll down also?September 15, 2016 at 4:57 pm #687002Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.responsive #top .cart_dropdown { display: none !important; } .phone-info span { color: red!important; }
And change following code
@media only screen and (max-width: 480px) { #header_main { padding-top: 30px; } #header_meta { position: fixed; width: 100%; }}
to following one
@media only screen and (max-width: 480px) { #header { position: fixed!important; top: 0; } .responsive #top #main { padding-top: 80px !important; }}
Best regards,
Yigit- This reply was modified 8 years, 2 months ago by Yigit.
September 15, 2016 at 5:14 pm #687009September 15, 2016 at 5:17 pm #687015Oh and the slider is showing up under the header now.
GAHH This is frustrating hahaSeptember 15, 2016 at 5:29 pm #687027Here is the log in info for admin
Yes you can disable plug ins/edit CSS If you needSeptember 15, 2016 at 10:22 pm #687135Just made a discovery, It seems that its safari thats messing it up, for some reason it stays white before you click it, and then it turns black once you have tapped where the phone number is
Still having the issue with it blank until you tap it, and the double line text on other phones.
September 15, 2016 at 11:09 pm #687143I fixed it, Thanks for the info.
September 17, 2016 at 11:58 am #687906 -
AuthorPosts
- You must be logged in to reply to this topic.