-
AuthorPosts
-
June 16, 2015 at 8:55 pm #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/hbqQuestions
– 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
DanielJune 17, 2015 at 11:49 am #460663Hey 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,
IsmaelJune 17, 2015 at 9:22 pm #460980Dear 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
DanielJune 18, 2015 at 5:27 pm #461467Hi!
Please replace your “This is the content” text with this HTML code – http://pastebin.com/c9rzeZ7K
Cheers!
YigitJune 24, 2015 at 2:52 pm #464141Dear 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
DanielJune 29, 2015 at 7:06 pm #466019Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.