Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #460389

    Dear Support Team

    I am challenged with a few layout options. Customer wants to get boxed layout with sticky header smaller than screen, as currently configured. But I am facing three major challenges I can’t solve myselve.
    please see http://www.hbq-bauberatung.ch/hbq

    Questions
    – how can I add the social icons at the very top of the page to the right with small icons?
    – how can I further use the space below the menu on the very left for additional links and images similar to the usual sidebar. If I add something it doubles up at left and rigth.
    – any chance we can float the foother over the whole width?

    many thanks
    Daniel

    #460663

    Hey dbaertschi!

    Thank you for using Enfold.

    1.) You can modify the header.php file, add a div container after the opening of the wrap_all container. Look for this code:

    <div id='wrap_all'>
    

    Below, add this:

    <div class="custom-top-bar container_wrap"><div class="container">This is the content</div></div>
    

    2.) For this, you need to add a container outside the wrap_all div then set the position property to fixed.

    3.) Add this in the Quick CSS field:

    #footer, #socket { z-index: 1000; }
    

    Best regards,
    Ismael

    #460980

    Dear Ismael

    great and many thanks for the quick and clear help. I was able to place the container. How can I display all social profiles defined? I don’t know where to place <ul class=”noLightbox social_bookmarks icon_count_5″>

    Please advice
    Daniel

    #461467

    Hi!

    Please replace your “This is the content” text with this HTML code – http://pastebin.com/c9rzeZ7K

    Cheers!
    Yigit

    #464141

    Dear Yigit
    many thanks. we have added all the changes and it works fine. According to the Theme settings. there must be an option to add widgets below the menu on the very left. for some reason I don’t find out how to enable. please advice.
    Thanks
    Daniel

    #466019

    Hey!

    please open a new ticket for a new question.

    There is no option for this in the normal theme or WordPress settings. You would need to modify the theme a lot for it and this would be considered as custom work. However, a tutorial on how to do something similar you will find here: http://wpthememakeover.com/2014/06/17/how-to-change-widgets-and-vertical-menu-display-in-wordpress-twenty-fourteen/

    Regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.