- This topic has 6 replies, 2 voices, and was last updated 6 years ago by
Tom.
-
AuthorPosts
-
February 22, 2015 at 5:26 am #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.
February 24, 2015 at 4:07 am #79365Philippe
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.
February 25, 2015 at 12:11 pm #80026Tom
Lead DeveloperLead DeveloperHi 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 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 25, 2015 at 12:27 pm #80032Philippe
Hello Tom,
I have sending to you teh url by email.
Tks by advance
February 25, 2015 at 3:36 pm #80207Tom
Lead DeveloperLead DeveloperHaven’t received anything yet?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 28, 2015 at 9:32 am #81201Philippe
Resolved with this code on CSS :
.page-content, .entry-content, .entry-summary { margin: 0em 0 0; }
Tks for attempting to help me 🙂
February 28, 2015 at 12:08 pm #81223Tom
Lead DeveloperLead DeveloperNice! Great job 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.