Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1354823

    Hi,

    There are some errors on my website while viewing on iphones.

    Looks fine on androids, but it’s in not working on iphones. Look for buttons inside tabs element.

    Best regards

    Ronaldo

    #1354842

    Hi Ronaldo,

    Could you post a screenshot highlighting the problem please? Also please let us know which browser and type of iphone you are using.

    Best regards,
    Rikard

    #1354849
    #1355035

    Hi, Rikard.

    Just adding new information, I am quite sure that this problem started after the last theme update.

    Ronaldo

    #1355121

    Hi Ronaldo,

    Please try to add this CSS code in Enfold > General Styling:

    @media only screen and (max-width:767px) {
      #top #wrap_all .avia-button.avia-color-white {
        color: #095bad;
      }
    }

    Best regards,
    Nikko

    #1355131

    Your button texts are not even displayed on the Safari desktop! – But when I try to reproduce the situation – my button text is displayed on the Safari desktop. So it must be a problem with one of your settings.

    Try this in your quick css if that solves the problem :

    try this first: ( maybe an !important is necessary )

    .responsive #top .avia-button .avia_button_icon, 
    .responsive #top .avia-button .avia_iconbox_title {
        display: inline-block;
        vertical-align: bottom;
    }
    

    By the way – the reason why the text in the buttons is not well placed: the font gothambook is the source for this.
    and second: maybe your are satisfied with Montserrat – it is preinstalled on Enfold and looks very similar to Gotham !

    #1355214

    Hi, Nikko.

    The css code suggested did not work, and like Guenni007 posted the problem is also on safari desktop. I have tried his suggestion and did not work at all.

    Ronaldo

    #1355223

    well the issue is solved on desktop – so my suggestion is that you have not emptied the browser cache of your mobile devices.
    they can be very stubborn in their persistence ;)
    or do you have deactivated some plugins of your installation. Because now i see a non merged style and as said above the safari desctop view is to show the buttons text !
    On my ipad i can see buttons text now.
    So try to reacivate one after the next plugin – to see if it is cause by this.

    #1355228

    Hi, Guenni007.

    Screenshot of safari on desktop with no text on the header, well there is text, but it’s white, like the others that are “missing”.

    https://1drv.ms/u/s!AjZ40mXt2L_0rNIuO3AA8tcn5w0czQ?e=e2xizF

    Ronaldo

    #1355256

    and this is what i see on my Safari desktop :
    ( click to enlarge )

    _______________

    #1355327

    Hi Ronaldo,

    Please try to force the dark gray color on those menu links by adding this CSS code in Quick CSS and see if it helps:

    #top #header #header_main a, 
    #top #header #header_main a .avia-menu-text {
        color: #3b3b3b !important;
    }

    Best regards,
    Nikko

    #1355359

    Hi, Nikko.
    How to set this css code for all screens?

    @media only screen and (max-width:767px) { #top #wrap_all .avia-button.avia-color-white { color: #095bad; }}

    I’m not sure if this issue is solved due to cache in some devices…

    Ronaldo

    #1355377

    Hi, Nikko.

    Please watch the video of the link below, it was made in my mac air with a safari browser.

    http://cloud.movavi.com/show/be838e79-51bc-4046-a302-410876331109

    Ronaldo

    #1355412

    And what about your wp-rocket ? Did you clear all cache there?
    Switch of wp-rocket and look if the issue is still present.

    #1355480

    Hi Ronaldo,

    Just remove this media query code so it takes effect on all screens:

    @media only screen and (max-width:767px) {}

    so the code will just look like this:

    #top #wrap_all .avia-button.avia-color-white {
        color: #095bad;
    }

    Seems like the issue is more of a persistent caching, try to @Guenni007’s suggestion.

    Best regards,
    Nikko

    #1355601

    Hi, Nikko.

    I always clean wp-rocket cache after changes. I will keep it deactivated for a few days, so we can see if de changes will take effect.

    Best regards,

    Ronaldo

    #1355803

    Hi Ronaldo,

    I have checked your site with an iPad and it seems to be showing properly on my end now.

    Best regards,
    Nikko

    #1356024

    Hi, Nikko.

    Thank you for your support.

    Ronaldo

    #1356226

    Hi Ronaldo,

    You’re welcome :)
    We’re glad that we could help.
    Thanks for using Enfold and have a great day!

    Thanks to @Guenni007 as well for helping out :)

    Best regards,
    Nikko

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Diferent view on iphone devices’ is closed to new replies.