[Resolved] Hide current title in pages and in blug articles

Home Forums Support [Resolved] Hide current title in pages and in blug articles

Home Forums Support Hide current title in pages and in blug articles

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #78262
    Philippe

    Hi Tom,

    I have created a new site for a friend.

    On this site I hide the title of curent page (not compatible with <h1></h1>, etc) with “Disable Elements =>Headline/Post Title”. I create a new custom title on top page and I adjusts the position with “Generate Spacing => Content Top : 30

    Like that everything is functional and attractive to the eye.

    Unfortunately “Disable Elements =>Headline/Post Title” not work on the blug pages (run on preview but not after publication).

    I must create a personalized CSS for hide all curent blug pages titles :

    .category .page-header {
          display: none;
    }
    .category .entry-title {
          display: none;
    }

    It’s work with these settings but height personalized title is not good compared to a standard page.

    Standard page : http://image.noelshack.com/fichiers/2015/08/1424606314-tt1.png

    Blug page : http://image.noelshack.com/fichiers/2015/08/1424606324-tt2.png

    How to display title of “Evénements” more up ?

    Tks by advence.

    #79365
    Philippe

    Hello,

    I do not have successful to solve the problem…

    If I request a post to be displayed by its item name everything is ok.

    But if I request a post to appear by categories, the title are too down.

    Thank you to advise me, the site is already on-line and it’s really not as pretty as it is currently…

    Excuse me for my bad english.

    #80026
    Tom
    Lead Developer
    Lead Developer

    Hi Philippe – sorry for not getting back to you, I wasn’t notified about this thread for some reason.

    Can you link me to a category page so I can inspect the code? I tried to go to one via the URL you sent via email (the slideshow link), but it redirected to a regular page.

    Let me know 🙂

    #80032
    Philippe

    Hello Tom,

    I have sending to you teh url by email.

    Tks by advance

    #80207
    Tom
    Lead Developer
    Lead Developer

    Haven’t received anything yet?

    #81201
    Philippe

    Resolved with this code on CSS :

    .page-content,
    .entry-content,
    .entry-summary {
        margin: 0em 0 0;
    }

    Tks for attempting to help me 🙂

    #81223
    Tom
    Lead Developer
    Lead Developer

    Nice! Great job 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.