Support ForumHow to remove header for 1 or multiple pages? – Support Forum https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/feed/ Mon, 06 May 2024 18:07:31 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2054 <![CDATA[How to remove header for 1 or multiple pages?]]> https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2054 Tue, 25 Mar 2014 18:21:42 +0000 dantan1 Hello!

Need your help again. I am trying to get a clean page without any header, logo, menu items. I want to use this as a sales landing page with no outbound clicks for distraction till bottom of page. There is no shortcut option to remove header from the page right?

Found some forum on WP forum and experimented on a child theme header.php but can’t get it right. A thin horizontal section still appears on the top.

<?php if( !is_page( array(5687, 5692)) ){ ?>
……
<?php } ?>

Can you let me know which codes I should encase in?
If I paste after </head?> the thin empty section appears at top. If I paste before <head> the whole page is empty including all other pages on the website.

Thanks!

]]>
https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2059 <![CDATA[Reply To: How to remove header for 1 or multiple pages?]]> https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2059 Wed, 26 Mar 2014 06:38:51 +0000 IshYoBoy Hi,

The advice to use a child theme and copy the header.php in there is correct! Do not change the header.php file in the parent theme as with the next theme update your changes will be lost.

Add the opening tag on line 54 right before the:

<?php if ( ishyoboy_use_expandable_header() ){?>

and then add the closing tag at the complete end after:

<!-- Header part section END -->

so the code would look like:

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2060 <![CDATA[Reply To: How to remove header for 1 or multiple pages?]]> https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2060 Wed, 26 Mar 2014 07:59:46 +0000 dantan1 Thank you for the support again. It works perfectly!

Cheers

]]>
https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2061 <![CDATA[Reply To: How to remove header for 1 or multiple pages?]]> https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-2061 Wed, 26 Mar 2014 10:08:59 +0000 IshYoBoy Great! Thanks for getting back to us!

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-13929 <![CDATA[Reply To: How to remove header for 1 or multiple pages?]]> https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-13929 Mon, 29 Aug 2016 15:05:30 +0000 rjsampson1 I’m having a similar issue…

I set up a child theme, however the only files I seem to be able to edit are style.css and functions.php. I do not see any of the other files, in the child them, that I can edit, to insert the “don’t display header” code in this string.

I would also like to remove the “header” (logo, tagline, header menu), but NOT the top menu from pages.

I would also like to be able to change the color, and font size, of that top menu. I’m not sure how to do that, either.

I’ve identified page ID’s…

I’m starting with a test homepage: https://downtowntabbyinc.com/home-2-2-2/

Please help!

]]>
https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-13936 <![CDATA[Reply To: How to remove header for 1 or multiple pages?]]> https://support.ishyoboy.com/forums/topic/how-to-remove-header-for-1-or-multiple-pages/#post-13936 Tue, 30 Aug 2016 06:21:02 +0000 IshYoBoy Hi rjsampson1,

yes, you right, basically child theme contain only files you mentioned.
You need to copy file header.php from parent theme into child theme and edit it in child theme.

Check this topic about child theme:

What is a child theme and how, but mainly why to use it?

How to hide or show some parts of header for some pages:
Find your part of header ( e.g. logo ) in header.php and wrap it into this code

So you should see something like this:

Color and font size you can change in “Theme Options -> Color Options” and “Theme Options -> Font Options”.

Cheers


If you are happy with our theme and support please rate us in your Downloads Section on ThemeForest. A 5 star rating is always a great motivation for us!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>