Adding buttons to portfolio page

Hey!

So I’m using the portfolio page to act as a course finder tool. Students will pick the criteria they like and it will show them the course they’re after.

I’m looking to do two things, one obviously far easier than the other.

  1. How do I add buttons that I can customise to link to our pdfs uploaded to our server? Made an example here - https://imgur.com/a/hUKyHzs

  2. Would it be possible to make a page where students can tick the boxes of the portfolio categories they want and the search will filter them? Not a requirement, just something that’s come to mind.

Hi There,

You can add the PDF link the project link when you edit the portfolio item:


That is technically possible. However, that would fall beyond the scope of our support since it would require custom development.

Thank you for understanding.

Hey

1). I already use this. I’d like to add more by customizing in the editor. I’ve found the right file to edit I just need to know how to add links. These would be permanent and never change so I’d be happy to hard code it in.

Hi There,

So you can use the HTML code like this:

<a class="x-btn x-btn-red x-btn-real x-btn-square x-btn-mini" href="http://yourwebsite.com/filename1.pdf" title="Example" data-options="thumbnail: ''" style="outline: none;" download>Download</a>

<a class="x-btn x-btn-red x-btn-real x-btn-square x-btn-mini" href="http://yourwebsite.com/filename2.pdf" title="Example" data-options="thumbnail: ''" style="outline: none;" download>Download</a>

You can find and copy all the HTML button code in this page: http://demo.theme.co/integrity-1/shortcodes/buttons/.


Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.