Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1414025
Portfolio
Closed

Comments

  • shetriedwhat started the conversation

    Hi, can you refer me to a helpful resource on setting up my portfolios on Soledad? I watched your youtube videos on portfolios but they completely leave out how to assign photos to a specific portfolio? I am so confused and have searched and searched and have found NO helpful instructions.

  •  2,699
    PenciDesign replied

    Hi,

    The image for each project will based on featured image for that project. 

    It's the same with edit content for posts. Check this image

    Best Regards,

    PenciDesign

  • shetriedwhat replied

    Hmm. I guess it won't work for my purposes because I wanted to assign each of my blog posts to a portfolio category but can't figure out how to do that. The portfolio categories and blog categories are different in wordpress.


    Well, I will give up on that for now. 

    Is there a way to remove the blog post title under the image in a blog post grid? I really want to create a category page with a grid of just images (no title text) that each link to the specific blog post once clicked. Can you advise the best way to do this?

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me the link for that page to I can see your blog posts grid?

    And do you mean you want to do that for category pages only?

    Best Regards,

    PenciDesign

  • shetriedwhat replied

    I haven't launched the site yet so can't send you a link. Attached is an image though. I am using the visual composer to create category pages and using the featured category element but I want to remove the title text and date. I was able to figure out how to remove the date before but haven't been able to remove the title text.


    I am primarily interested in removing the title text on the category pages, but if possible I may also do on sections of the homepage.

  •  2,699
    PenciDesign replied

    Hi,

    If so, can you tell me what's featured category style you're using?

    Best Regards,

    PenciDesign

  • shetriedwhat replied

    Sure, I am using the Style 13 Grid with 3 columns.

  •  2,699
    PenciDesign replied

    Hi,

    Ok. Please try add more this code to Customize > Custom CSS to do that:

    .penci-fea-cat-style-13 .grid-header-box{ display: none; }
    .penci-grid.penci-fea-cat-style-13 li .item > .thumbnail{ margin: 0; }

    Best Regards,

    PenciDesign

  • shetriedwhat replied

    Thank you SO much!!

  • shetriedwhat replied

    Hi as a follow up to my previous question you helped me with, is there a way to add pagination to a featured category grid with style 13? 

    I have a large resource library and I would like to create something where it displays up to 15 posts and then you can click on the next page and it would reload to http://URL/page/2 with the next 15 posts...etc.

    https://svgandme.com/test/

    Thanks again!

  • shetriedwhat replied

    If there is no way to add pagination to a featured category grid...

    is it possible to get a 3 column grid style for the latest post grid which does have pagination? Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Yeah, there is no way to add pagination to a featured category grid.

    But, you can make 3 columns grid style for latest posts grid by add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 1170px){
    .container.penci_sidebar .penci-grid>li{ width: 31.62%; margin-right: 2.57%; }
    .container.penci_sidebar .penci-grid>li:nth-of-type(3n+3){ margin-right: 0; }
    .container.penci_sidebar .penci-grid li:nth-of-type(2n+1){ clear: none;  }
    .container.penci_sidebar .penci-grid>li:nth-of-type(3n+1) { clear: both; }
    }
    

    Best Regards,

    PenciDesign

  • shetriedwhat replied

    Great, thanks! Which of the Latest Post layouts do I need to choose for this to work?

  •  2,699
    PenciDesign replied

    Hi,

    You just need select Grid post layout.


    Best Regards,

    PenciDesign

  • shetriedwhat replied

    Hmm It doesn't seem to be working. I copied the code into the Custom CSS but no 3rd column

  •  2,699
    PenciDesign replied

    Hi,

    Can you show me the link for that pages? And please keep the custom css inside Custom CSS box to help me can check what's the issue.


    Best Regards,

    PenciDesign

  • shetriedwhat replied

    https://svgandme.com/test/

    I will try to figure out how to take away the post titles based on your comment previously, but if its easy for you to add to the code you provided that would be amazing. Thanks so much again for your help!

  •  2,699
    PenciDesign replied

    Hi,

    You've copied wrong the codes I sent you in my previous comment.

    Also, please set Page Template for this page is "Page VC Builder with Sidebar"


    Best Regards,

    PenciDesign

  • shetriedwhat replied

    Oops that must have been because I copied from the email and not the support box - sorry about that! Fixed it now and almost there! Just the spacing seems off

  •  2,699
    PenciDesign replied

    Hi,

    Have a bit issue with the layout, please replace the code I sent you to this code:

    @media only screen and (min-width: 1170px){
    .container.penci_sidebar .penci-grid>li{ width: 31.62%; margin-right: 2.57%; }
    .container.penci_sidebar .penci-grid>li:nth-of-type(2n+2){ margin-right: 2.57%; }
    .container.penci_sidebar .penci-grid>li:nth-of-type(3n+3){ margin-right: 0; }
    .container.penci_sidebar .penci-grid li:nth-of-type(2n+1){ clear: none;  }
    .container.penci_sidebar .penci-grid>li:nth-of-type(3n+1) { clear: both; }
    }


    Best Regards,

    PenciDesign

  • shetriedwhat replied

    You are AMAZING!! Thank you so much!

  •   PenciDesign replied privately
  • shetriedwhat replied

    Posted a 5 star review :)