Tagged: x
-
AuthorPosts
-
January 23, 2017 at 2:17 pm #1342052
blueprintParticipantHey there,
I have an issue with content loading in safari and apple devices (images, fonts and sliders).
Also alignment problems with the logo and mobile button in the header.
Can you tell me why and how to fix this?
Thank you!
January 23, 2017 at 6:14 pm #1342283
NicoModeratorHi There,
Thanks for writing in.
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 24, 2017 at 11:55 am #1343449
blueprintParticipantThis reply has been marked as private.January 24, 2017 at 10:12 pm #1344202
RupokMemberHi there,
Thanks for writing in!
#1. You are using the font-family like :
/*call to action Button*/ .Anfrage { background-color: #transparent; border: 2px solid #ffffff; box-shadow: none; color: #ffffff; font-family: Source Sans, 600; font-weight: 600; font-size: 15px; }But there is no font-family like “Source Sans” rather it should be “Source Sans Pro”. In other browsers, it’s getting ignored and using the body font which is Source Sans Pro. But Safari using the fallback instead. Let’s fix it for all custom CSS you have added.
#2. Logo issue also causing by your custom CSS :
.x-btn-navbar, .x-btn-navbar.collapsed { margin-right: 100px; margin-top: 10px; }#3. Your image name is
Gebäudetechnik_001.jpgwhich can not be recognized by Safari. You should not use such character in file name.Hope this makes sense.
Cheers!
January 25, 2017 at 8:18 am #1344705
blueprintParticipantThanks for your help!
I fixed #1 and #3.
About #2 (Logo and mobile menu button alignment): What is your suggestion / the right code if this one is a problem? It works fine on desktop browsers and android mobiles. The problem occures in safari on iphone.
Thanks!!
January 25, 2017 at 12:06 pm #1345031
RupokMemberHi there,
Thanks for writing back. What you are trying to achieve for the logo and menu icon? It looks same on every browser. Do you want to stack them or side by side?
January 30, 2017 at 11:52 am #1351100
blueprintParticipantSorry for the delay!
I want them to be next to each other (see screenshot), wich works fine on all screens exept on ipohne 🙁
January 30, 2017 at 10:52 pm #1351773
ChristopherModeratorHi there,
Please add following code :
@media (max-width:320px){ a.x-brand.img { width: 41%; margin-top: 0; } }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1342052 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
