Portfolio sidebar items display

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Portfolio sidebar items display

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6142
    hornetking
    Member

    Hi,

    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

    #6151
    Ernesto
    Member

    Hi! 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!

    #6232
    hornetking
    Member

    I 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.

    #6251
    Ernesto
    Member

    Hi, 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.

    #12959
    halffinn
    Member

    Hi,
    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,
    – Jeremy

    #12972
    Veena
    Moderator

    Hi Jeremy,

    Pls open a new thread for this.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.