• Resolved Hearthstone

    (@hearthstone)


    When I create a Page, it will appear as a menu but the problem for me is that it will also show the Page title a second time when I enter that page.

    It’s enough to have the Page title in the menu, don’t want it a second time on the Page itself.

    So how do I fix this?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Please can you post a link to your page. I’ll see if I can solve this without the use of an additional plugin.

    Thread Starter Hearthstone

    (@hearthstone)

    Thanks Andrew.

    But can I ask you one more question, is it possible to edit and delete something in some of the files instead of installing the plugin?

    @afzaal1985: It’s at https://www.hearthstone.no

    Do not edit the Twenty Twelve theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes. Or install a custom CSS plugin.

    Hi,

    I’ve popped over to your site site, but can’t see the problem. Please can you setup a test page without the under construction notice so I can see what code’s being output.

    Thanks,

    Afzaal

    NOTE: Never edit theme files directly. Always add changes using a Child Theme
    [Please stop posting your hyphenated junk]

    Thread Starter Hearthstone

    (@hearthstone)

    azfaal, take a look now.

    Do you have a plugin ativated that only allows users to see the content if they’re logged in?

    I get the following message in the main content section of the page:

    Ops..

    Siden er under arbeid men du er velkommen tilbake senere.

    I’ll keep an eye out for your response.

    Afzaal

    Thread Starter Hearthstone

    (@hearthstone)

    No. I can see the page “TEST” and I’m not logged in at the moment.
    Just next to “HJEM” there is “TEST” and when you enter that page, you get that second title “Test” on that page that I do not wish to have.

    Try adding:

    .entry-header .entry-title {
    position:absolute;
    top:-9999px;
    left:-9999px
    }

    to your child’s stylesheet. This will remove the page title from graphical browsers but leave it available for non-graphical users – such as Googlebot.

    Thread Starter Hearthstone

    (@hearthstone)

    When I did that, there is much space left between the context and the menu.

    I believe the title is gone but the space where the title was on, is still there.

    So how do I fix that?

    No – the space where the title used to be has disappeared. What you’re referring to now is the margin at the top of the content area – which is a completely separate edit. Add:

    .site-content {
        margin-top:0;
    }

    Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter Hearthstone

    (@hearthstone)

    Ah! Alright, thanks then ??
    Guess we can say it’s [resolved]!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Wish to remove second page title, but how?’ is closed to new replies.