Support » Theme: Iconic One » Removing Header

  • Resolved packstackplay

    (@packstackplay)


    I would like to remove the repeated header from each of my pages. For example, the navigation is entitled ‘Home’ and when you click on it, the word ‘Home’ is repeated underneath.

    I’ve looked across this support platform and there are several ideas, none of which work for this theme.

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Are you using a child theme or a custom CSS plugin?

    Thread Starter packstackplay

    (@packstackplay)

    Urmmm..How do I find that out?

    Um – it’s your site. You can see what theme you are using and what plugins you have installed.

    Theme Author Themonic

    (@themonic)

    @packstackplay

    please share your blog URL so that we can check.

    Thread Starter packstackplay

    (@packstackplay)

    packstackplay.co.uk

    Thanks

    Theme Author Themonic

    (@themonic)

    If I understood you correctly you want to disable the page titles?

    click on edit page and leave the page title empty, hit save and see how it goes.

    Um – according the the theme review guidelines, all WPORG themes are supposed to generate a title in situations where the author has left the title blank.

    Theme Author Themonic

    (@themonic)

    I think pages without titles are allowed. You can check it in the latest Twenty Thirteen theme too.

    WP handles the menu http://core.trac.wordpress.org/ticket/23254

    Here is the guideline

    http://codex.wordpress.org/Theme_Unit_Test#.28no_title.29_2

    Thread Starter packstackplay

    (@packstackplay)

    Hi, Thanks Themonic, I tried removing the title, but it left the navigation box empty.

    I have looked at the links you have given me and I’m not sure what I’m suppose to do – they look like they are a fix, but does that mean I have to upload something? Or do I just change some html? There is a lot of different answers on there. You also mentioned Twenty 13 theme, but my theme is iconic one – were you just mentioning that in passing?

    On another thread, they gave some html that hid the title suggesting that the title was needed for SEO, but when I tried adding that HTML it didn’t change anything.

    As you can tell I’m a complete novice!

    Thanks Vicky

    Theme Author Themonic

    (@themonic)

    Ignore my previous response, that was for esmi.

    Removing title is definitely bad for SEO.

    If you still want to do this, another easy way:

    Paste the following in your custom.css

    .entry-header {
        display: none;
    }

    Thread Starter packstackplay

    (@packstackplay)

    Thanks Themonic, That works, but on the mobile device it shifts all text over the logo? Vicky

    Theme Author Themonic

    (@themonic)

    Hi Vicky,

    It shouldn’t be like this, you must be using some custom customizations.

    Have you considered the PRO version http://themonic.com/iconic-one-pro/
    It comes with free private email support.

    I would be more than happy to help you in customizing the site the way you want(no additional charge) if you go for the PRO version.

    Regards
    Shashank

    Thread Starter packstackplay

    (@packstackplay)

    Hi Themonic, I definitely haven’t customised anything (I have very limited knowledge of html!). I just went through and changed some colours from blue to grey and took out two of the social icons. The menu was there before I added the html you gave me, but it’s gone now. Thanks Vicky

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Removing Header’ is closed to new replies.