• 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

Viewing 15 replies - 1 through 15 (of 15 total)
  • hannah

    (@hannahritner)

    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

    Thread Starter ___ELVIS___

    (@_elvis_)

    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

    hannah

    (@hannahritner)

    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

    Thread Starter ___ELVIS___

    (@_elvis_)

    Please look: https://www.dropbox.com/s/es5ujk5rpz0gvig/Header-footer.jpg?dl=0

    Header, deletete MenΓΌ

    Footer, Delete Witget

    hannah

    (@hannahritner)

    That link is not working…Can you try again?

    Hannah

    Thread Starter ___ELVIS___

    (@_elvis_)

    hannah

    (@hannahritner)

    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

    Thread Starter ___ELVIS___

    (@_elvis_)

    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]

    hannah

    (@hannahritner)

    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

    Thread Starter ___ELVIS___

    (@_elvis_)

    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

    hannah

    (@hannahritner)

    This would hide the entire topbar:

    .warenkorb .topclass {
        display: none;
    }

    Hannah

    Thread Starter ___ELVIS___

    (@_elvis_)

    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

    hannah

    (@hannahritner)

    Try adding this instead:

    .warenkorb .topclass {
        min-height: 30px;
    }
    .warenkorb .topclass .row {
        display: none;
    }

    Hannah

    Thread Starter ___ELVIS___

    (@_elvis_)

    Wow, very, very big THANKS. This works perfectly, super.

    hannah

    (@hannahritner)

    Happy to hear it! πŸ™‚

    Hannah

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Virtue Multiple header/footer’ is closed to new replies.