Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #334807

    hello guys,

    i have 2 issue i can’t fix :
    1/ My content is originally displayed in one center column, which is working really fine on Chrome, but on Firefox, since the last update, the content is displayed on the right of the color section, actually some of the content is no longer responsive depending on the size of the browser window.. and i really don’t know why.. on my 1920×1080 screen, it’s seems to be ok, but on my 1280×1024 screen it definitely doesn’t work..

    2/ On Safari and Firefox, some of picture elements inside colors section have just disapeared.

    I have join pictures and details in Private content below.

    thank you very much for any help you could bring..

    Ben

    #335376

    Hey Ben!

    Thank you for using Enfold.

    Looks like the theme has been heavily modified. Please switch your advance layout builder to debug mode. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Copy the shortcode of the page and the css modifications on the Quick CSS field. Place it on pastebin.com. We would like to test it on our installation.

    Cheers!
    Ismael

    #335502
    This reply has been marked as private.
    #335878

    Hi!

    Please add this on Quick CSS or custom.css:

    .avia-mozilla .avia-section.av-minimum-height .container {
        display: block !important;
    }

    Regards,
    Ismael

    #336010

    hey thank you Ismael,
    i added the code you gave me but nothing has changed.. :(
    it’s a responsivity issue i guess,but i don’t know what to do…
    thanks for any help on this.. :)

    #338337

    Hi!

    Enfold version 3.0.2 is now available. Could you please try updating the theme and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Yigit

    #339045

    hey Yigit,

    i did the update to 3.0.2 but nothing has change..the content keep on the right of the website, just like it could be in a 2 column structure..

    any idea ?

    thanx a lot..

    #342220

    Hey!

    Sorry for the late reply.

    The error appears on IE as well. I have tried recreating the issue on my system to no avail.

    Did you edit any of the original/core enfold css files like base.css or shortcodes.css?

    Regards,
    Arvish

    #342273

    Hey Arvish,

    Thanks for your reply,

    i did not touch at the core files, i did have shortcode.css and base.css in my child folder, but i just deleted them and the bug is still here..

    the only files i have edited are style.css and footer.php in my child theme and functions.php in the enfold folder.

    thanks for any help..

    Ben

    #343410

    Hey!

    Thank you for the update. The code seems to work on my installation when I copy your template. Please post the login details. We would like to check it.

    Regards,
    Ismael

    #343923
    This reply has been marked as private.
    #345130

    Hi!

    I cleaned your css code on the Quick CSS field. Let’s work on the Concept section first. I added this code on the Quick CSS:

    div#concept .container {height: 100% !important;width: 100% !important; max-width: none !important; padding: 0; display: block !important;}
    div#concept.avia-section.av-minimum-height .container .content { display: block !important; }

    Check the section here: http://www.lafabrique-bayonne.com/

    You can apply the same css selectors on the other section.

    Regards,
    Ismael

    #345201

    wooohooo it’s seems to work :)

    there is still one “bug” i can’t understand, it’s about the “fleche2” element in section “contact” which seems to act differently than other elements and seems to disappear in firefox..

    well it’s a detail i guess..

    thank you Ismael, great job !!! :)

    #346056

    Hey!

    Glad it worked. If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Please create another thread. We’ll check it there.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘firefox and safari issue after the last 3.0.1 update’ is closed to new replies.