-
Author
Tagged: Header Menu Fade-out
-
September 1, 2015 at 17:02 #75692pevcclubsgParticipant
Hey
I have following problem:
I would like to fade out the navigation menu (kleo-main-header) for certain pages (not the complete header –> the social container should be displayed)This certain pages are recognised by the url of the page. So for example on all pages whose url contains “/members/” the menu should be not displayed.
Is it possible to edit the Theme in a way that for these pages the menu isn’t loaded or the menu is at least hidden (via css)?
Hope you can help me
GreetingsSeptember 1, 2015 at 17:39 #75705RaduModeratorHi,
You can hide the top bar like this
COPY CODEbody.page-id-7 .header-color.social-header {display:none;}
This will be set display none for the social header only in page with id 7, if you want to hide in multiple pages you will do like this
COPY CODEbody.page-id-7 .header-color.social-header,body.page-id-8 .header-color.social-header, body.page-id-9 .header-color.social-header {display:none;}
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 4, 2015 at 15:05 #76197pevcclubsgParticipantHey Radu,
thanks for your reply. I understand your solution.
My problem is that the pages are created dynamically that means for every event i create, every new member that signs up and every job i create there is a new page.
So it is not possible to take all the IDs.
I think it should be possible to add this css by requesting the URL.
In my case the URLs would be: “/members/”, “/job/”, “/events/”.Is there any way to realize that?
Greetings
September 7, 2015 at 18:02 #76458RaduModeratorIn case of page members you can use like this
COPY CODEbody.members
Please give me or tell me what plugin generate these pages
/job/
/events/REgards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2015 at 18:41 #76466pevcclubsgParticipantThanks for ur reply!
I dont know how that should work.
I use following plugins:
Members: Buddypress
Jobs: WP Job Manager
Events: Events ManagerRegards
September 8, 2015 at 19:05 #76616RaduModeratorHi,
Kleo don’t comes with the WP Job Manager and Events manager plugin, can you provide URL with the job manager page and events manager page to take a look ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 15:08 #77022pevcclubsgParticipantHey
both pages are user restricted so u dont have access but the page is pevcclub.ch
Regards
September 10, 2015 at 17:12 #77042RaduModeratorHi,
Please provide me dummy account to can see that pages.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 10, 2015 at 23:38 #77100pevcclubsgParticipantDummy Account:
Username: aaaaaa
PW: aaaaaaPages:
http://www.pevcclub.ch/job/investment-analyst-private-debt/
http://www.pevcclub.ch/events/alpine-capital/
http://www.pevcclub.ch/members/aaaaaa/September 11, 2015 at 20:20 #77240RaduModeratorHi
Css path to style only single job pages
COPY CODEbody.single-job_listing {} body.single-job_listing .header-color.social-header {display:none;}
CSs path to style only single events pages
COPY CODEbody.single-event {} body.single-event .header-color.social-header {display:none;}
Best Regards
Radu
CSs path to style only single member pages
COPY CODEbody.members .header-color.social-header {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.