Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #412849

    Hi Team!
    Thanks for your new Update, great news features ;)
    I have 2 problems on an Enfold site :
    1st : the background with “{{AVIA_BASE_URL}} bug” in url and the background color is not the same than my panel (in my panel #FFFFFF in front end #4d2205 same alternante color-backgroud…)

    2nd : When i try new minimal header style without borders… i have border! :)

    I have upload and re-upload the last version of enfold 3.1. I have follow this topic too : #334342

    Website link in private content – Thanks for your help!

    Marc – Winsiders

    #413354

    Hey Octopus4444!

    Thank you for using Enfold.

    I checked the site and the header background is correctly set. Can you please provide a screenshot of the issue? Note that the header minimal style will remove the menu indicator, transparency and #header_main border but it will not remove the menu border.

    Best regards,
    Ismael

    #413739

    Thanks for answer Ismael but the problem is the body background – not the header background
    For the header the problem is for the border in minimal mode between menu item.

    Marc – Winsiders

    #414834

    Hi!

    as you said in your backend it is set to #ffffff and in your frontend I can see exactly this white background:

    So everything seems fine to me with your body background.
    As Ismael already asked you, can you please provide us screenshots of what you see? and also of what you want to achieve?

    Header style with border is referring to this green line under the menu:

    However, when you want to remove the separator lines around the menu use this code in Quick CSS:

    .av_seperator_big_border .av-main-nav > li > a {
    border-left-width: 0;
    }
    

    We recommend to upgrade to Enfold 3.1.1.

    Cheers!
    Andy

    #415252

    Hi Andy thanks for your help, i hhave updated to 3.1.1 this morning,
    OK for the header border, but for the background problem, maybe my explain it’s not clear…
    See with html inspector the page you’re that :

    <div class="bg_container" style="background-image:url({{AVIA_BASE_URL}}images/background-images/fullsize-grunge.jpg);"></div>

    And see that:
    settings in Enfold panel
    BG Problem on the body, not main content

    #415675

    Hey!

    Edit footer.php, look for this code:

    echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";
    

    Replace it with:

    $avia_config['fullscreen_image'] = str_replace('{{AVIA_BASE_URL}}', AVIA_BASE_URL, $avia_config['fullscreen_image']);
    			echo "<div class='bg_container' style='background-image:url(".$avia_config['fullscreen_image'].");'></div>";	
    

    Best regards,
    Ismael

    #416340

    Hey Ismael!
    You’re the best, it’s work!

    Thanks for your help.

    Marc – Winsiders

    #416852

    Hi!

    Glad we could help. :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problem Boxed site background and new minimal header Enfold 3.1’ is closed to new replies.