Questions about Portfolio, Demand's Theme
-
AuthorPosts
-
silaedan
MemberHi everyone !
I’ve a lot of questions about your theme !! (theme perfecty adapted for what I needed by the way so thanks you !!!)
I have a Premium Plan so I can add CSS codes
1) For the display of my “portofolios page”, can I delete the “portofolio title” and just have the categories ?
2) Can I delete the “show all categories” (I don’t need a “all categories” displaying) and choose another one by default ?
3) Can I have a “fixed size” for the portofolio’s links. As you can see, depends on the lenght of each title, I have not the portfolio’s links well aligned.
4) Can I only edit the portofolio’s title font ? Center them ?
5) Can I add informations under the titles (in my case, add the directors for the short films for example)Sorry for this question’s bombing !! And thank you again for this great theme !!
Regards !
The blog I need help with is: (visible only to logged in users)
jleuze
Theme AuthorHi, I can help you with those questions!
1) For the display of my “portofolios page”, can I delete the “portofolio title” and just have the categories ?
body.post-type-archive-jetpack-portfolio #section-top { display: none; }
2) Can I delete the “show all categories” (I don’t need a “all categories” displaying) and choose another one by default ?
The portfolio page defaults to the Show All option, so you can’t remove this.
3) Can I have a “fixed size” for the portofolio’s links. As you can see, depends on the lenght of each title, I have not the portfolio’s links well aligned.
I wouldn’t suggest using a fixed height as this will break if you have a very long title that doesn’t fit in that fixed height. You could try to set a min-height, but there is some JavaScript involved, so it may not layout correctly if you adjust the height or width:
.grid-item.portfolio .entry-header { min-height: 171px; }
4) Can I only edit the portofolio’s title font ? Center them ?
Here’s an example of how you could set the font family and alignment:.grid-item.portfolio .entry-header .entry-title { font-family: sans-serif; text-align: center; }
5) Can I add informations under the titles (in my case, add the directors for the short films for example)
Not on the portfolio view, this would have to be added to the content for the portfolio posts.
Hi ! Thanks to this very helpful answer !!
All of your solutions are actually working !!!!!!! For the show all, and subheads, that’s ok without solutions ! ;)
I have a little additional question but not related with portofolios, maybe I have to create a new topic. Or may I ask here ?
But thanks you for your help !!
jleuze
Theme AuthorYou’re welcome! Feel free to ask any other questions you have about this theme in this thread.
- The topic ‘Questions about Portfolio, Demand's Theme’ is closed to new replies.