Okay
  Public Ticket #3599321
Portfolio: Post Loop Builder
Open

Comments

  •  2
    mzowada started the conversation

    Hello! I'm created a list of courses inside the portfolio section, however I don't want them to be clickable. How do I disable the ability for them to be clicked? 

    Next, what is the purpose of project attributes? Categories is used to filter the items, can I use project attributes to display certain features of a portfolio item?

    Thanks

  •  8,406
    Tahir replied

    Hey Again,

    - You can set the "External Project URL " to "#" if you dont want it to link anywhere.

    - The Project Attributes can be used for display or organization in the WP Backend.

    Thanks.


    ThemeNectar Support Team 

  •  2
    mzowada replied

    How do I use it for display? I was hoping to use it do display the number of credits for a course on the portfolio widget. Is that possible? I noticed that on the Salient Wordpress example some courses have a description as "New" that isn't a category. How is that done? 

  •  2
    mzowada replied

    Also, when I add "#" to the external link, the portfolio item is still clickable, but it just takes the user to the top of the page. I'm wondering if I can make the portfolio items unclickable. 

  •  8,406
    Tahir replied


    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.


    ThemeNectar Support Team 

  •   mzowada replied privately
  •  8,406
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid-item a[href='#'] {
        pointer-events: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    mzowada replied

    Tahir you are the best!!! I've actually worked with you on a couple projects the last two years and you have been great!!!!

    Any ideas on how to add attributes onto the portfolio cards? I've attached a mockup of what I'm trying to achieve. I saw something akin to it on an example page. 

    Attached files:  Screenshot 2024-03-05 at 9.38.10 AM.png
      Screenshot 2024-03-05 at 9.38.52 AM.png

  •  2,723
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    Currently, there is no option to display these in filters for users. You can read more of this in our guide here https://themenectar.com/docs/salient/salient-portfolio-plugin/#:~:text=Project-,Attributes,-%3A%20The%20secondary%20taxonomy.

    I hope that helps.

    Kind regards,