Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!

    #422577

    Hi 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,
    Yigit

    #422853

    So 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.

    #423116

    Hey!

    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,
    Yigit

    #423519

    That 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?

    #424111

    Hi!

    Can you please post the link to the image you would like to use and temporary admin login credentials here privately?

    Cheers!
    Yigit

    #424404
    This reply has been marked as private.
    #424771

    Hi!

    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!
    Yigit

    #425067

    PERFECT! Thank you!

    #425070

    Oh! And I didn’t mean not to make you an admin when I set up the temporary user so sorry about that!

    #425149

    Hi!

    No worries at all :) Glad we cold help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Left menu layout – add image?’ is closed to new replies.