Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #377921

    So, my site looks great on all browsers. I have tested it on iPhone, and Android browsers such as Dolphin, Chrome, Opera, Android Browser- looks great.

    EXCEPT Firefox on Android- all of the background images overlap everything, and it is impossible to read text. I followed https://kriesi.at/support/topic/remove-section-background-image-in-mobile-responsive-layout/ and it did not work- any ideas? I am trying to avoid having to go through the Firefox remote debugging install if you guys know of the issue?

    If you have an Android (I am using S5), Download the Firefox browser and check it out- almost like some JS is messed up somewhere or something.

    #377922

    Oh, and I forgot to mention your demo site shows the same problems- background images slide up and make the whole site unreadable: http://kriesi.at/themes/enfold/

    #378163

    Hey!

    Thank you for the heads up.

    Can you please provide a screenshot? I don’t have an android device to check this so I’ll ask the rest of the support team.

    Regards,
    Ismael

    #378365

    Hi!

    I am sorry, but firefox is not supported for mobile devices owing to a lack of demand.

    Best regards,
    Andy

    #379666

    Be that as it may, do you perhaps know of a dirty way to hide backgrounds on the device? I am sure it is just a modified rule that also can target on Firefox?

    Firefox on mobile might have been unused in the past, but it is on the rise, and we might want to consider developing for it moving forward- I try to when I can.

    Looking at GA, I can see your point though- out of 10k sessions here are the ones from Firefox on mobile:

    http://cl.ly/image/14090x340d18

    Lol. Anyhow, any advice on hiding the selector would be awesome!

    #379701

    I sort of fixed it, though I could not do anything with the parallax area background. What I did was go to each of those color sections and remove the image from inside of the Enfold builder. I then created media queries to add in the background on larger screens and remove it on smaller screen, sort of as an over ride to the theme doing it.

    @media all and (min-width: 601px) {
    #vs-bg{
    background-repeat: no-repeat;
    background-image: url(“https://www.virginiaseo.org/wp-content/uploads/2013/04/Large-Icon-Parallax_02.png”);
    background-attachment: fixed;
    background-position: center center;}
    #what-we-do {
    background-repeat: repeat;
    background-image: url(“https://www.virginiaseo.org/wp-content/uploads/2013/04/bgcheck.jpg”);
    background-attachment: fixed;
    background-position: center center;}
    }
    @media all and (max-width: 600px) {
    #vs-bg {background-image: none!important; display: none!important;}
    #what-we-do {background-image: none!important;}
    #hero-area {background-image: none!important;}
    }

    It will work for now, and I still have to test on other devices.

    #379848

    Hi!

    Glad it worked out for you. Let us know if you have any more questions.
    Feel free to make a feature request if you wish support for mobile firefox in the future: kriesi.at/support/enfold-feature-requests/

    Regards,
    Andy

    #545829

    Hi,
    is there an solution for this problem? Let me know please.
    Thank you and kind regards
    Mike

    #546997

    Hey!

    no, there is not, as I already said: Firefox mobile is not supported.

    Best regards,
    Andy

    #551499

    Andy,
    The lack of support for a mobile browser that has been downloaded over 2 million times for android phones and is now available in IOS makes no sense. Is Firefox mobile support something you’ll include in the future?

    #553668

    Hey!

    2 million times is not really a lot in comparison to other browsers (chrome, safari, etc). As long as there is little demand for firefox mobile there won’t be any support for it. If it will increase in the future, then I am sure Kriesi needs to work on it.

    Cheers!
    Andy

    #597239

    Since many of us are developers of some kind and use Firefox desktop (especially for Firebug), many of us use Firefox for mobile too. I hope the team really considers including support for it soon. This way Enfold will be the best of the best for every device.

    Thank you.

    #599497

    Hey!

    Thank for your input it help us make the theme better :) We will be releasing new updates and bug fixes very often based on priority basis hopefully it will be addressed in one of the future updates.

    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/

    Cheers!
    Vinay Kashyap

    #647319

    A big thank you to the Enfold team! After the recent update the Firefox mobile issues have been resolved. Good work guys.

    #647324

    Hi,

    Glad it’s sorted.

    To know more about enfold features please check – http://kriesi.at/documentation/enfold/

    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Firefox on Android Nastyness’ is closed to new replies.