Tagged: 

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

    Hello. I am currently using the Portfolio Items module for our eBooks so that when they click on the thumbnail it brings up a landing page for that email (essentially it’s the portfolio page). I would like to do the same for our fact sheets, but the problem is I changed the permalink to /ebook instead of /portfolio, which I don’t want to change. Is it possible to add another, separate Portfolio module to use just for fact sheets?

    #915047

    Hey mitcsoftware,

    You would need to create a different custom post type and that would need a plugin or some custom coding.
    I would suggest something different.
    Convert portfolio to ” products ” and then add category ebook and portfolio and what else you want.

    That would fix the issues.

    Best regards,
    Basilis

    #915058

    Okay, I have one more quick question regarding the portfolio… Is there a way to hide the date when using a magazine content element? I want to use it to show a list of portfolio entries but don’t want the date to show up above the title of the entry.

    #915250

    Hi,

    Thanks for the feedback. You can hide the date with the following CSS in Quick CSS:

    .av-magazine-time {
      display:none;
    }

    Best regards,
    Rikard

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