Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #436301

    I have a portfolio grid on my home page. It is displaying the 3 most recent portfolio-items. Looks good but I would like to not show the read more links. The image and title are already links to the same place… the read more seems redundant.

    I would also like to remove the post info (in this case it is the date)… but only in the Portfolio Grid… not if I do a blog listing of portfolio-items… does that make sense?

    Thanks very much for any help.

    #436911

    Hey draig!

    Hmm, the portfolio grid should only be displaying the title or the excerpt. Do you mean the single portfolio view? Go ahead and send us a link to your page so we can take a closer look.

    Cheers!
    Elliott

    #437015

    Hi Elliot,

    I was confused in my explanation. I was experimenting with using the “Blog Posts” element to list Portfolio Items because it allows selection by tags. This means I can put the specific portfolio items I want there.

    What I really want is to use the Portfolio Grid because of its ajax preview, but it only sorts by Portfolio Categories. So there appears to be no way to target specific Portfolio Items via tags or post id… If you have a suggestion for some way to do that, I’m all ears. If I use the Portfolio Categories, there will end up being way too many. This is a busy news site.

    So if using the Portfolio Grid isn’t gonna work, then I figured to use the Blog Posts element to display Portfolio Items and thus my question of hiding the post info (date).

    I’m currently testing on a localhost site, not the active site… so I don’t have a page to show you. I can make one soon though. There is a lot of functionality in Enfold and I am doing all sorts of experimenting to see how to use it for our site.

    Thanks for your patience

    #437753

    Hi!

    Try adding this to your custom CSS.

    .type-portfolio time, .type-portfolio .text-sep-date {
      display: none;
    }

    Cheers!
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.