• Resolved marcelino671

    (@marcelino671)


    I changed the header in file header.php, but it changed only the header of homepage, no change in another pages.

    How to change the header for all pages?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Ignite!

    It should change in other pages as well, but it may depend on what kind of change you’ve made. Could you tell me what updates you’ve made?

    Also, I highly recommend using a child theme for this. You can put a copy of header.php in a child theme and edit it there instead. Otherwise, you won’t be able to update to newer versions of Ignite without overwriting your changes.

    Here’s an empty child theme you can use: download child theme.

    Thread Starter marcelino671

    (@marcelino671)

    Hi, first, thanks for made this theme!

    I’m already using a child theme, I copied the header.php from Ignite theme and move it to my child theme folder, and I only changed inside the div with title.info class:

    <div id="title-info" class="title-info">
    		<?php get_template_part('logo')  ?>
    
            <img id="contato" src="<?php echo get_stylesheet_directory_uri(); ?>/images/contato-small.png" usemap="#social">
    
            <map name="social">
                <area shape="rect" coords="0,0,198,50" href="https://www.facebook.com/pages/Cowabunga/1451123611808403" target="_blank" alt="Facebook">
                <area shape="rect" coords="0,50,198,100" href="http:\\twiter.com" target="_blank" alt="Twiter">
                <area shape="rect" coords="0,100,198,150" href="http:\\gmail.com" target="_blank" alt="Gmail">
            </map>
    
    	</div>

    Ty for help!

    Theme Author Ben Sibley

    (@bensibley)

    Hmm ok, there’s not any reason why that code should only affect the homepage and not other pages.

    Are you using any caching plugins like W3 Total Cache or WP Super Cache? If so, try emptying your cache and refreshing your browser to see if that makes a difference.

    Otherwise, could you link me to your site, so I can take a look at it?

    I want to delete the headers on all my Ignite pages – because they are huge and simply duplicate what is written in the header bar. Can you give me step by step guide on how to do this? I have managed to do it on sites where I have used 21012 or 2013 but not on this one. I am reluctant to change the theme because it works very well for this particular site – its clean, clear and very attractive.

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for the kind words ??

    Can you check this screenshot and tell if this is what you’re looking for: https://i.imgur.com/oIJbr93.png

    In that example, the page title is in the menu, but hidden on the page itself.

    Hi Ben
    I posted my problem 1 week ago regarding my static page,with Home Page as my Front Page and Posts for Post Pages.
    I am not getting my Menu Right and I see the Footer with Credits to WP etc…Does not look Aesthetic or Professional. Have followed your steps to creating the Menu But it’s not turning the way your theme shows.

    Recent Posts are not showing my Postings in the order I want them listed on the widget. How do I set them. I have also mentioned some other issues I need answered in the first posting like the banner size for your theme or header.

    Talking CSS, html etc is Greek to me.

    I am using a Plugin called Hook Pages to use “embed images” for content, and have to use static page…
    Kindly check my site

    Thank you,
    Ms LotusLyn

    Theme Author Ben Sibley

    (@bensibley)

    Can you link me to a part of your site that uses Ignite? On the homepage, all I’m seeing is a page that says it’s using a theme created by “Hook Pages”.

    Have you followed the steps for replacing the footer text in my previous response? The only text added by Ignite says, “Ignite WordPress Theme by Compete Themes” and can be replaced by adding any content to the Footer Text section in the Customizer. Any other text in or near the footer was not added by Ignite.

    For the recent posts widget, the only option is to display them in chronological order. You could use a plain Text widget and add a list of links to posts there instead if you want to share specific posts in a specific order.

    For the banner image, I can’t help without an answer to my previous questions.

    Hi Ben,
    Am sorry I didn’t realise you responded via email until I read your last sentence.
    Please check here
    Re: Banner/collage graphic …. above Menu.
    The Hook Page is the default/Home Page, the rest of Pages are Post pages where my articles are.
    I am unable to recall the changes after upgrade as I was fiddling about the settings to get them right. Will follow through instructions and advice given.
    Footer showed “Optimization WP Plugins & Solutions by W3 Edge”, plus “Ignite WordPress Theme by Compete Theme”.
    Do I still need to have a Child Theme? I have downloaded and saved it.
    That’s all for the moment,
    Tq & Kind regards,

    LotusLyn

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for the link.

    You might need to use a child theme for other updates, but so far, everything can be done right from the Customizer.

    For the footer text, the W3 Edge plugin may have a way to turn off the link they added to the footer. If not, the following CSS will at least hide it:

    .site-footer + div {
      display: none;
    }

    That CSS can be copied and pasted into the “Custom CSS” section in the Customizer.

    Hi Ben,

    Kindly explain how to upload my banner as requested in my previous posting here.

    I don’t have a Logo, but I would like to add a banner, 468×60 or a collage graphic 500×253 provided by my Product Owner.

    Would like to have it placed above the Menu.

    You can view my site here

    Theme Author Ben Sibley

    (@bensibley)

    Sure, we actually added a new widget area in a recent Ignite Plus update called “Before Content Area”, and a new widget simply called, “Image”.

    You could add an Image widget to the Before Content Area to display the ad at the top of every page like this: https://i.imgur.com/g1rjgU4.png

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Change HEADER in all pages’ is closed to new replies.