Tagged: nav bar
Navigation bar fixed position
-
CreatorTopic
-
April 7, 2016 at 2:13 pm #25601
zomerstorm
Participant1. I would like to keep seeing the transparant top nav. bar when scrolling down my site. So not to have it replaced by the different nav bar. Is this possible and, if yes, how?
secondly, can i add my contact details (tel/mail) to the right top of the nav bar?
Thanks for the replies
Stan -
CreatorTopic
-
AuthorReplies
-
April 7, 2016 at 8:33 pm #25607
Jason Bobich
KeymasterHi Stan,
Unfortunately, there are no features for either of these things and would only be possible through your own child theme code customization.
1. I would like to keep seeing the transparant top nav. bar when scrolling down my site. So not to have it replaced by the different nav bar. Is this possible and, if yes, how?
I do remember another user mentioning they turned off the sticky menu from the theme options page (Appearance > Theme Options > Layout > Extras), and posted a CSS snippet they were using to make default header fixed. That might be something to check out, in getting you started with your customization.
http://support.themeblvd.com/forums/topic/rtl-bugs-and-other-stuff/#post-24183
secondly, can i add my contact details (tel/mail) to the right top of the nav bar?
If you want to output the social icons you’ve setup in your theme options, you can use the function
themeblvd_contact_bar()
and you could theoretically hook this where ever you wanted and then place it exactly how you want with CSS. The actionthemeblvd_header_menu_addon
is probably what you want to hook to.http://dev.themeblvd.com/tutorial/primary-framework-action-hooks/
April 13, 2016 at 2:58 pm #25690zomerstorm
ParticipantThanks for your reply Jason.
Two other questions regadring the denali theme:
1. is it possible to have a picture behind all text (in the background), like on your theme homepage example (mountinas on background). I would like something like this, but don’t know where to add the picture and have it just slightly visible on the background.
2. I like portfolio photos on the bottom, just above (or as part of) the footer . I’d like to have the pictures over the full width of the page (like on your theme homepage), but since my page has sidebars, it will not use the full width. Instead they become smaller to fit in the boxed area. Is there any simple way to solve this?
Thanking you in advance!
April 13, 2016 at 10:20 pm #25694Jason Bobich
KeymasterHave you checked out the videos on how to use the layout builder from your documentation?
First, checkout the overview:
Then, watch the video on how sample layouts works:
So, now that you’ve watched these, it’ll be extremely helpful to you create a page with custom layout and apply the Denali Homepage sample layout as a starting point for the page. This will allow you to quickly setup a copy of the theme demo’s homepage. From there, you can click through what’s there in the layout builder and see how it was all created.
-
AuthorReplies
- You must be logged in to reply to this topic.