This topic has 13 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #94289
     grigrichters
    Participant

    Hello,

    I want to use a different menu “hero menu” plugin and need to remove the header which is currently empty. Please see here: http://asteroidday.wpengine.com/educational-toolkit/ (site is still under construction).

     

    Thank you!

    Grig

     

    #94377
     Laura
    Moderator

    Hello, to remove the header of the theme, just add this to style.css of child theme

    COPY CODE
    
    div#header {
        display: none;
    }
    

    But maybe you would prefer to hide the menu, not the header?
    If so, use this instead:

    COPY CODE
    
    ul#menu-top {
        display: none;
    }
    

    Or all navbar but not header:

    COPY CODE
    
    .navbar {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #94378
     grigrichters
    Participant

    Thanks! but will that also remove my Hero Menu plugin? I am using a third party plugin for my menu. thx, Grig

    #94745
     Laura
    Moderator

    Hello, it depends, you can try it and let me know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #94754
     grigrichters
    Participant

    I just added it to the style.css (to the bottom of it) and nothing happened (see attachment). The Hero Menu plugin developer recommends doing it this way (see documentation) but the code in your theme is different and when I removed the “header” code and the entire site crashed: http://heroplugins.com/document/menu-documentation/

    thanks,
    Grig

    Attachments:
    You must be logged in to view attached files.
    #95142
     Laura
    Moderator

    Hello, you edited the main theme style.css, please delete the change or reupload the original file, you need to do this change to the child theme, the one you should have activated

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #95144
     grigrichters
    Participant

    ok. thanks. is there an easy way to transfer the theme changes to the child? i guess i need to move the content over, right? thanks, Grig

    #95367
     Laura
    Moderator

    Hello, well you can copy the changes you did, or the files you changed to the child theme, following the same path, as a “mirror”

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #148431
     grigrichters
    Participant

    hey, i just updated the theme and now the header is back. the child theme doesnt seem to work either. i need to remove the header across the site: http://asteroidday.org/video/update-november-2016/

    thanks,
    Grig

    #148698
     Laura
    Moderator

    Hello, did you move all the changes to the child theme and activated it?
    This css should hide the header

    COPY CODE
    
    div#header {
        display: none !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #148881
     grigrichters
    Participant

    Thanks Laura, I did but the Title of the pages (white header area) is still there: http://asteroidday.org/video/scientists-rock-ep2/

    thanks,
    Grig

    #148994
     Laura
    Moderator

    Hello, try adding this too

    COPY CODE
    
    h1.page-title {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #149889
     grigrichters
    Participant

    strange but now sure why I can’t create new tickets? I just extended support for another six months.
    My question is: Is there a way to share a database between the Community theme and directory theme? I want to create a community and enable members to create events using the same account details.

    thanks,
    Grig

    #150166
     Laura
    Moderator

    Hello, you should be able to add tickets at the GET SUPPORT section
    About the question, they are not different themes, just different HOMEPAGES. So you can use both as you need the directory plugin activated,and you can make the directory demo (which is a page ) to be your directory homepage, and set your normal frontpage to be the community demo ( another page )
    This is very easy to set, just add both demos, and at Settings > Reading set your frontpage, then you can go to Appearance > Menu and add the directory homepage there, so people can access the “directory demo” from the menu

    Just to e clear, each demo is a different frontpage, a page you can edit, they do not have seprated databases or files, they are pages pre-builded at visual composer

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 14 posts - 1 through 14 (of 14 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?