-
AuthorPosts
-
April 2, 2015 at 7:55 am #422314
Hello,
Is there anyway that I can add an image in the empty space under a left menu layout? The URL is lcabelair.com & my client was wondering if I can put an image in that empty area on the bottom left side. Thanks!
April 2, 2015 at 4:25 pm #422577Hi SaraMichelle!
You can add a widget area to header by referring to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
You may need to adjust CSS values differently though. If you need any help, feel free to let us know!Regards,
YigitApril 3, 2015 at 1:40 am #422853So I followed the directions, but that’s not what I meant. I tried to include a screenshot of the empty area which I would like to add an image to.
April 3, 2015 at 3:52 pm #423116Hey!
Please go to appearance > Editor and open helper-main-menu.php file and find
<div class='header_bg'></div>
and add following code right above it
<?php echo do_shortcode( "SHORTCODE HERE" ); ?>
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.Regards,
YigitApril 4, 2015 at 9:39 pm #423519That didn’t work… maybe I didn’t understand you entirely. I added the code to helper-main-menu.php, I enable debugging mode by adding specified code to the bottom of functions.php, I generated a shortcode by going into the default editor and adding –> media element –> the image and then I took the code and replaced “SHORTCODE HERE” in the helper-main-menu.php file. What am I missing?
April 6, 2015 at 6:35 pm #424111Hi!
Can you please post the link to the image you would like to use and temporary admin login credentials here privately?
Cheers!
YigitApril 7, 2015 at 4:35 am #424404This reply has been marked as private.April 7, 2015 at 4:04 pm #424771Hi!
User role is not administrator so i was not able to add the code myself but please add following code to Quick CSS in Enfold theme options under General Styling tab
#header .avia-image-container { z-index: 99999; }
Cheers!
YigitApril 8, 2015 at 5:05 am #425067PERFECT! Thank you!
April 8, 2015 at 5:12 am #425070Oh! And I didn’t mean not to make you an admin when I set up the temporary user so sorry about that!
April 8, 2015 at 9:35 am #425149 -
AuthorPosts
- The topic ‘Left menu layout – add image?’ is closed to new replies.