Tagged: , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #695819

    We’ve placed a few lines of custom css in the “general styling” tab, but it only is working for safari. We’re trying to hide certain color sections on mobile devices, and it doesn’t seem to be working, except on Safari. We’ve cleared caches, tried to rewrite the css, but nothing seems to be working.

    Website: phaceology.com

    Here is the css we’ve entered:

    h1, h2 {
    text-transform: none !important;
    }

    #homeslidemobile { display: none !important}
    @media only screen and (max-width: 990px) {
    #homeslidemobile { display: block !important; }
    }

    @media only screen and (max-width: 990px) {
    #home-slide {
    display:none !important;
    }
    }

    .avia-testimonial-content p {
    font-size:125% !important;
    }

    #top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.6);
    }

    #696564

    Hey Ken,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #696610

    Thank you, see private data field.

    #696614

    Hey!

    Can you please try re-updating the theme via FTP and overwrite all files manually – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #696661

    Okay I just re-downloaded the theme and updated through FTP. Still seeing the same issues in Firefox.

    #697527

    Hi Yigit,

    Any thoughts on a fix for this? We are stumped.

    #697555

    Hey!

    IF you load on a mobile device, android with chrome it is not working?
    The code is correct.. Also, on the browser you try, do you have cache disabled, cleared history before checking?

    Thanks a lot for the informations

    Regards,
    Basilis

    #697570

    Hi Basilis,

    Yes we first noticed the problem on Chrome on an Android device, and the problem persists. And yes, we’ve cleared and disabled cache on all browsers we try, and we’ve tried it on multiple devices and computers. Are you guys seeing what we’re seeing? On Safari, it looks how we want, but in Chrome or Firefox, the header transparency hasn’t changed according to our CSS. Furthermore, on scroll, the header menu item color changes to blue, and we have no idea where the blue is coming from.

    #698154

    Hey!

    The user agen style overrides the theme styling.

    a:-webkit-any-link {
        color: -webkit-link;
        text-decoration: underline;
        cursor: auto;
    }

    Did you modify any of the parent theme files?

    Best regards,
    Ismael

    #698403

    No we never modified the parent theme files. Do you think our version of theme got corrupted somehow?

    #699756

    Hi,

    I don’t see the issue on other installations so it’s probable that a certain stylesheet is incomplete or corrupted. Please get a fresh copy of the theme from your themeforest account then override the themes > enfold > css folder.

    Best regards,
    Ismael

    #700146

    We’ve tried that several times already. We even tried deleting enfold entirely and activating a stock wordpress theme. When we uploaded the new version of enfold, the problem showed up again. Could it be a problem with the WordPress installation?

    #700408

    Hey!

    I don’t see anything different with your WordPress installation that will create this kind of issue but updating it is worth a try. Why did you deactivate version 3.8?

    Regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.