Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Portfolio sidebar items display
Tagged: categories, portfolio, sidebar
- This topic has 5 replies, 4 voices, and was last updated 11 years, 1 month ago by
Veena.
-
AuthorPosts
-
April 22, 2014 at 9:40 am #6142
hornetking
MemberHi,
Here is a portfolio entry on my website:
http://www.mbalambala.fr/portfolio/lcd-touchbook/I would like the items titles to come on top of the items themselves. That would be ‘Catégories’ on top of ‘Communication’, and ‘Caractéristiques Techniques’ on top of the list above, both with the border underneath.
I believe I should edit the CSS but I’m not sure what to change and how.
Thank you
April 22, 2014 at 5:45 pm #6151Ernesto
MemberHi! you´ll need to go to your theme folder and in the file single-portfolio.php look for line 69-70 and replace them with:
http://pastie.org/9101051
This will change the order of the description and the category.Then, look for line 80 and 81 and replace them with:
http://pastie.org/9101055#
This will change the order of the list and the label.Let me know if that worked!
April 24, 2014 at 9:30 am #6232hornetking
MemberI did what you said and it broke the code: the page became blank. But thanks to this information I managed to change it by myself.
Now, I would like to change the portfolio labels font size (‘catégorie’ & ‘caractéristiques techniques’), and add some margin under ‘Communication”.
I tried to edit the stylesheet between lines 5871 and 5899, but despite erasing the cached files it did not change a thing.
Thanks for your help.
April 24, 2014 at 6:01 pm #6251Ernesto
MemberHi, you´ll need to go to your Custom CSS Section of your Theme Options Panel and enter the following codes:
.portfolio-label {font-size: 30px;} .portfolio-sidebar p {margin-bottom: 5px;}You´ll need to replace the number of pxs for your desired size and margin.
March 23, 2015 at 6:02 pm #12959halffinn
MemberHi,
I needed to do the same, and I have been successful in changing the labels, except for the “Visit Website” button, “Previous Project” and “Next Project”.I have a child theme set up, and I looked through loop-portfolio.php and other portfolio theme files, but I didn’t find these.
Also, I have a 2nd change I’d like to make on the portfolio section. I’d like to have separate pictures for the thumbnail on the main portfolio page, and then on the full single portfolio display page. Is that possible?
Can you point me in the right direction?
Thanks,
– JeremyMarch 24, 2015 at 9:10 am #12972Veena
ModeratorHi Jeremy,
Pls open a new thread for this.
-
AuthorPosts
- The forum ‘Agile Theme Support’ is closed to new topics and replies.