Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #148425
    sheilarossiter
    Participant

    My text for my header is not appearing on the homepage. I have looked in the forums. I don’t have anything checked that would make it not appear.

    #148456
    Skandha
    Participant

    @sheilarossiter: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

    #148881
    simonraybould
    Participant

    I’ve got this problem as well. The website in question is at presentationgenius.info

    Cheers… Simon

    #148895
    Skandha
    Participant

    @simonraybould: Hello Simon, I checked your site and the header media text seems to be showing up well. Can you elaborate the issue?

    Kind Regards,
    Skandha

    #148897
    simonraybould
    Participant

    Thanks for checking -and very quickly at that!

    I should have been more specific: the Header Media Text is showing, you’re right – but I rather expected the Header Media Title to show as well

    #148899
    Skandha
    Participant

    @simonraybould: You seem to have used a CSS due to which the Header Media Title is not showing.
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    .entry-title {
       display: none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #148901
    simonraybould
    Participant

    Damn!

    It does – thank you. I’d put it there to stop the titles showing on the other pages ‘cos they look blood awful when they show. Is there a simple way to hack? For example to call your title something else, so that the CSS doesn’t apply?

    If not, I’ll live with it (reluctantly)

    #148905
    Skandha
    Participant

    @simonraybould: To remove page titles on other pages except home
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.home) .page h1.entry-title {
    	display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #148922
    simonraybould
    Participant

    Words like a charm!

    Very much appreciated! Thank you!

    #149014
    Skandha
    Participant

    @simonraybould: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/corporate-fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #149044
    simonraybould
    Participant

    Loved working with this theme. When I had a problem it was sorted (and it turned out to be my fault) – the help went beyond just sorting my problem out too to being genuinely helpful!

    #149056
    Skandha
    Participant

    @simonraybould: Hello Simon, Could you please leave the review on the following link?
    https://wordpress.org/support/theme/corporate-fotografie/reviews/#new-post
    Sorry, for the trouble. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Header Media Title Not Appearing’ is closed to new replies.