Tagged: background image
-
AuthorPosts
-
March 17, 2015 at 11:17 am #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
March 18, 2015 at 4:43 am #413354Hey 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,
IsmaelMarch 18, 2015 at 4:33 pm #413739Thanks 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
March 19, 2015 at 9:04 pm #414834Hi!
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!
AndyMarch 20, 2015 at 1:11 pm #415252Hi 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:
March 21, 2015 at 8:37 am #415675Hey!
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,
IsmaelMarch 23, 2015 at 12:41 pm #416340Hey Ismael!
You’re the best, it’s work!Thanks for your help.
Marc – Winsiders
March 24, 2015 at 2:18 am #416852 -
AuthorPosts
- The topic ‘Problem Boxed site background and new minimal header Enfold 3.1’ is closed to new replies.