-
Author
-
December 19, 2015 at 20:20 #94289grigrichtersParticipant
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
December 20, 2015 at 13:47 #94377LauraModeratorHello, to remove the header of the theme, just add this to style.css of child theme
COPY CODEdiv#header { display: none; }
But maybe you would prefer to hide the menu, not the header?
If so, use this instead:COPY CODEul#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 solutionLaura 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 🙂
December 20, 2015 at 13:55 #94378grigrichtersParticipantThanks! but will that also remove my Hero Menu plugin? I am using a third party plugin for my menu. thx, Grig
December 22, 2015 at 00:35 #94745LauraModeratorHello, 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 solutionLaura 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 🙂
December 22, 2015 at 00:40 #94754grigrichtersParticipantI 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,
GrigAttachments:
You must be logged in to view attached files.December 23, 2015 at 23:13 #95142LauraModeratorHello, 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 solutionLaura 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 🙂
December 23, 2015 at 23:14 #95144grigrichtersParticipantok. 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
December 27, 2015 at 23:52 #95367LauraModeratorHello, 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 solutionLaura 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 🙂
January 1, 2017 at 16:26 #148431grigrichtersParticipanthey, 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,
GrigJanuary 4, 2017 at 10:27 #148698LauraModeratorHello, did you move all the changes to the child theme and activated it?
This css should hide the headerCOPY CODEdiv#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 solutionLaura 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 🙂
January 5, 2017 at 12:19 #148881grigrichtersParticipantThanks Laura, I did but the Title of the pages (white header area) is still there: http://asteroidday.org/video/scientists-rock-ep2/
thanks,
GrigJanuary 5, 2017 at 23:52 #148994LauraModeratorHello, try adding this too
COPY CODEh1.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 solutionLaura 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 🙂
January 16, 2017 at 13:09 #149889grigrichtersParticipantstrange 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,
GrigJanuary 19, 2017 at 03:29 #150166LauraModeratorHello, 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 menuJust 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.