Virtue Multiple header/footer
-
For a page I need a template with a second header / footer.
For this I have to adjust the page-fullwidth.php. That must be header2 and footer2
start.1. How do I customize the page-fullwidth.php?
The changes in the header are: No menu, no search
See the screenshot: https://www.dropbox.com/s/es5ujk5rpz0gvig/Header-footer.jpg?dl=0
2. How does the header2 and footer2 have to be adjusted?
Thanks for your help
-
Hey,
I’m not sure I’m following. Are you just wanting this for one page? Rather than editing the theme files, I would suggest using page builder to create the appearance of a second header and footer. Would that work for you?
See here- https://www.kadencethemes.com/using-page-builder/Hannah
Hi,
Thanks, but how can I edit the header and footer with the page builder? I think this is not possible and I have to create a new template.
Sascha
-
This reply was modified 9 years ago by
___ELVIS___.
So you wouldn’t actually be editing the header and footer, you would be creating a similar look within page builder. The actual header and footer can be edited within theme options. Does that make sense?
Could you link to an example of what you’re wanting so I can better understand?Hannah
Please look: https://www.dropbox.com/s/es5ujk5rpz0gvig/Header-footer.jpg?dl=0
Header, deletete MenΓΌ
Footer, Delete Witget
-
This reply was modified 9 years ago by
___ELVIS___.
That link is not working…Can you try again?
Hannah
okay, here is a new link http://www.picturesmile.de/Header-footer.jpg
So are you wanting some pages with the first header and footer, and some pages with the second? If so, you could do that using css and page id’s, but I would need a link.
Hannah
Hi, thanks for your help.
Um diese Seiten geht es:
http://www.picturesmile.de/warenkorb/
http://www.picturesmile.de/kasse/Der Inhalt der Seiten wird mittels Shortcode aufgerufen:
[woocommerce_cart] & [woocommerce_checkout]Try adding this to your custom css box in Theme Options > Advanced Settings:
.warenkorb #nav-main { display: none; } .warenkorb #containerfooter .row { display: none; }Does that do what you’re after?
Hannah
Super, thank you, but that is almost perfect. Since first menu above and the search is also to be blinded.
Please look again here: http://www.picturesmile.de/Header-footer_2.jpg
Do you have an idea?
Very, very good THANK YOU
This would hide the entire topbar:
.warenkorb .topclass { display: none; }Hannah
Hi, thank you very much.
I did not want to disable the topbar, but only the menu. The color strip should be visible. Is that possible?
Sascha
Try adding this instead:
.warenkorb .topclass { min-height: 30px; } .warenkorb .topclass .row { display: none; }Hannah
Wow, very, very big THANKS. This works perfectly, super.
Happy to hear it! π
Hannah
-
This reply was modified 9 years ago by
The topic ‘Virtue Multiple header/footer’ is closed to new replies.
