Viewing 6 replies - 1 through 6 (of 6 total)
  • Same here. I’m trying to create a landing page and I want to remove the header and sidebars of my website, but I’m not seeing this option. Is it possible?

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey guys,

    Thanks for posting! Sorry, Venu, for missing your post. Anyway, if you’re using the BB theme, you can simply set the page template to No Header/Footer and you’ll be given a blank slate that you can fully customize using the BB plugin. If you only want the header gone, this can be done sitewide via Theme Customizer > Header.

    If, however, you’re on a different theme, you’ll have to edit the page template file manually to remove them, unless they offer it. Re menu, our premium version offers a Menu module that you can use. You may want to look into that. ??

    Ben

    Thread Starter Venu Arethoti

    (@arethotivenu)

    Hey Ben,
    Thanks for your reply. I am using my custom theme only.I am planning to provide facility to my users to create their own website through my site.
    When users registered to my site,i need to provide access to create website to them.When i am trying to create website through page builder its showing existing theme header and footer.

    How can we hide the header and footer through page builder.Is there any option.Please let me know.

    Thanks in advance…

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Venu,

    The easiest way around that would be to hide it via CSS. You could probably get away with something like header, footer { display: none; } but that depends on the theme. The drawback is that your site still has to load everything on those areas.

    The only other way is to delete the content from your header and footer files. Or at least only show them when a certain condition is met. Just make sure the wp_head() and wp_footer() hooks are still there.

    Hope this helps!

    Ben

    Thread Starter Venu Arethoti

    (@arethotivenu)

    Thanks for quick replay Ben. Let me know which version of page builder will suite for me.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Venu,

    Sorry but the header and footer are controlled by the theme you’re using, not the page builder. It doesn’t matter whether you use the latest version or Pro version, the page builder simply doesn’t have control over those elements. Your only choices to remove them are above.

    Hope this makes sense.

    Ben

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How can we delete Default theme header, How to create Menu’ is closed to new replies.