-
AuthorPosts
-
October 26, 2018 at 7:52 am #1026645
I am using the Enfold Consulting theme: https://kriesi.at/themes/enfold-consulting/
Is there a way to have a full width page (no sidebar/menu) with just the socket? Every time I attempt to configure the settings, I continue to struggle to get just the page and the socket to appear. Do you have any ideas?Also, is there a shortcut to display the socket? I put the exact page in the private content area.
October 26, 2018 at 6:25 pm #1026910Hey domainarchitect,
Add this to quick css:
.page-id-443 #avia-menu{ display:none!important; }
Best regards,
Jordan ShannonOctober 26, 2018 at 7:01 pm #1026922Thanks, that did not work. Any other ideas possibly?
October 26, 2018 at 7:11 pm #1026929Hi,
Just to clarify you don’t want the menu, just the social media area? Or you want the entire sidebar gone so your home image extends fullscreen?
Best regards,
Jordan ShannonOctober 26, 2018 at 7:14 pm #1026930Ideally, I only want the socket that goes in the footer to appear but not the footer itself. I also do not want any of the sidebar.
When I try to force just the socket to appear, I cannot accomplish this. Thank you!
October 27, 2018 at 5:26 pm #1027112Hi domainarchitect,
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
VictoriaOctober 27, 2018 at 6:23 pm #1027139Hi Victoria,
It not that complicated that a screenshot is necessary.Specifically, I would like to show the page content and the socket below the footer. I would like to hide the left side menu navigation, which is set on all black background–you can find the link to my page in the private field of my original post.
Thanks for helping ladies and gentlemen! I look forward to your replies.
October 27, 2018 at 6:48 pm #1027159Hi domainarchitect,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.page-id-443 #wrap_all #header { display: none !important; } #top.page-id-443 #main { margin-left: 0px; }
You have errors in your Quick css, you need to validate the code on there.
If you need further assistance please let us know.
Best regards,
VictoriaOctober 28, 2018 at 12:17 am #1027216Thank you Victoria. That worked like a charm!
Instead of editing the custom.css file I incorporated it into a code block on that specific page.
October 28, 2018 at 7:10 pm #1027293 -
AuthorPosts
- You must be logged in to reply to this topic.