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

    #1026910

    Hey domainarchitect,

    Add this to quick css:

    .page-id-443 #avia-menu{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1026922

    Thanks, that did not work. Any other ideas possibly?

    #1026929

    Hi,

    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 Shannon

    #1026930

    Ideally, 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!

    #1027112

    Hi domainarchitect,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1027139

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

    #1027159

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

    #1027216

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

    #1027293

    Hi,
    Glad Victoria could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

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