I was hoping that you could help me figure out a solution to creating these customisations within your theme.
I would like my home page to have a fixed left navigation bar when the rest of my site has a top navigation bar. There is a plugin (Custom CSS by FRESHFACE) that I've tried and tested that allows me to execute code to specific pages.
So do you think it would be possible to provide me with CSS for these customisations - of which I could execute on specific pages:
1. Left-Fixed-Navigation with custom width (for the homepage alone).
3. For the top navigation (for the remainder of my pages) to stay within the boxed layout - I saw a CSS snippet within your public tickets but this simply hid my navigation bar behind my boxed content.
If you can think of other solutions, I would appreciate your advice.
1. To do this you would need to create a custom header and page template. Also the css used when using the left navigation is not the same used when normal navigation.
Thanks for your swift response. I have taken my website off maintenance mode temporarily so that you can view it. I will keep it online until tomorrow evening.
1. I\'m now in the process of this - I\'ve duplicated the defult-sample.php page into about-us-page.php. What of this php file would I need to change for my header to be a left-navigation?
2. I am still only seeing my left-navigation when working will a full-width layout. Don\'t worry, I\'ll deal with this at a later date, I\'d rather get the custom page and header sorted first.
1. You would need to change a lot of thing, you will need to change the header type php info and the media-queries_edge_nav.css to be load instead the media_queries_wide
3. Which browser are you using, we don\'t see this problem here.
Do not hesitate to contact us if you have other questions.
3. Apologies, I didn\'t have the #header_container { z-index:1 ; } as a CSS customisation when I sent that. It is in place now, if you could kindly take a look at my Homepage, it still isn\'t working. My header either stays fullwidth rather than being contained within the boxed layout, or it \"hides\" beneath the boxed content.
Hi guys,
I was hoping that you could help me figure out a solution to creating these customisations within your theme.
I would like my home page to have a fixed left navigation bar when the rest of my site has a top navigation bar. There is a plugin (Custom CSS by FRESHFACE) that I've tried and tested that allows me to execute code to specific pages.
So do you think it would be possible to provide me with CSS for these customisations - of which I could execute on specific pages:
1. Left-Fixed-Navigation with custom width (for the homepage alone).
2. There seems to be an issue activating the left-fixed-navigation alongside the boxed layout? Unsure if it's just me, or a widespread issue. Without boxed - http://pasteboard.co/1xD7kbUF.png With boxed - http://pasteboard.co/1xCHG1dS.png
3. For the top navigation (for the remainder of my pages) to stay within the boxed layout - I saw a CSS snippet within your public tickets but this simply hid my navigation bar behind my boxed content.
If you can think of other solutions, I would appreciate your advice.
Thank-you for your help.
Hi Emma, thanks for purchasing Thefox!
1. To do this you would need to create a custom header and page template. Also the css used when using the left navigation is not the same used when normal navigation.
2. The left navigation with boxed layout should looks like this : https://drive.google.com/file/d/0B4U2I7SLFLQYZHlMZGktYnVSUUE/view?usp=drivesdk
3. Can you tell us what the snippet you used, also since your site is on maintenance mode we couldn\'t check / see the problem.
Do not hesitate to contact us if you have more questions!
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Thanks for your swift response. I have taken my website off maintenance mode temporarily so that you can view it. I will keep it online until tomorrow evening.
1. I\'m now in the process of this - I\'ve duplicated the defult-sample.php page into about-us-page.php. What of this php file would I need to change for my header to be a left-navigation?
2. I am still only seeing my left-navigation when working will a full-width layout. Don\'t worry, I\'ll deal with this at a later date, I\'d rather get the custom page and header sorted first.
3. #header_container { z-index:1 ; } there is either no change: http://pasteboard.co/1FbIezku.png or the header \"hides behind the content: http://pasteboard.co/1FbPyNEK.png
Many thanks
Hi,
1. You would need to change a lot of thing, you will need to change the header type php info and the media-queries_edge_nav.css to be load instead the media_queries_wide
3. Which browser are you using, we don\'t see this problem here.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hi,
Thanks for the information :)
3. Apologies, I didn\'t have the #header_container { z-index:1 ; } as a CSS customisation when I sent that. It is in place now, if you could kindly take a look at my Homepage, it still isn\'t working. My header either stays fullwidth rather than being contained within the boxed layout, or it \"hides\" beneath the boxed content.
Hello,
No need to add z-index for this, try to add this custom css :
#top_bg { overflow: hidden; z-index: 1; }
That should fix the problem.
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Perfect, thank you!
You\'re welcome!
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme