Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #763276

    Hi,

    Is there a way to remove the sticky header completely? I’ve integrated a menu plugin but the sticky header keeps popping up.

    Gr
    Pim

    #763283

    Hey pimmesz,
    Have you unchecked “Sticky Header” in Enfold Theme Options > Header ?
    Can you please include a URL to the page you are having an issue with?

    Best regards,
    Mike

    #765391

    Hi Mike,

    Yes I’ve unchecked the “Sticky Header” in the Theme Options.

    URL to page:

    Thanks!

    #765464

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .html_header_top.html_header_sticky #header {
        position: absolute !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #765474

    That works! Thanks!

    It seems however that some columns on mobile are placed beside eachother… Could this be the result of previous CSS settings?

    Screenshot:

    View post on imgur.com

    #765486

    Hi,

    You’re welcome. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top .av_one_half, 
      #top .flex_column {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
      }
    }

    :)

    Best regards,
    Nikko

    #771335

    Hi,

    Great!! Thanks for your help!!

    One last question… Is there a way to modify the standard contactform below on the page? Certain sections look different than others and the ‘werkzaamheden’ section is a dropdown instead of a ‘checkbox’ section!

    Thanks
    Pim

    #772433

    Hi,

    I can see there are modifications to the form coming from your custom.css, that’s why it looks a bit different, try adding this css code:

    #top .avia_ajax_form .select {
        border-width: 2px !important;
        padding-bottom: 13px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #774533

    Hi Nikko,

    Thank you for your response! I’ve added the code, emptied my cache and reloaded the page. It does not seem to have an effect on the contactform?

    Gr
    Pim

    #774593

    Hi,

    the ‘werkzaamheden’ section is a dropdown instead of a ‘checkbox’ section!

    if you want the ‘werkzaamheden’ section to be a ‘checkbox’ section please try editing that “Form Element Type”
    postimage

    Best regards,
    Mike

    #774635

    Hi,

    That worked! Thanks!

    I have one final question… The header still seems to appear on the portfolio pages. Is there a way to disable it there as well?

    Screenshot:

    View post on imgur.com

    #774837

    Hi,

    Glad we could help, I checked the page in private content but it did not have any sticky header. It may be caching issue on your browser please refresh the page a few times till the browser cache is cleared.

    Best regards,
    Vinay

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