-
-
Hi, I want to use the Portfolio option with a grid to show previous work, but I don’t want the ‘Read More’ button. How can I remove the link?
-
Hello,
Can you give us a little more information? What type of portfolio are you using? Can i see a link of your page?
Best regards!
-
Hi, I’m developing the site locally on my laptop, so can’t send a link. I’ve uploaded a screen shot here: https://www.andrewlevey.co.uk/images/ScreenShot_TowerPortfolio.png.
I’m building the site for a choir and want an easy way of building a page to show past performances. Initially I was going to use an image and text, but I’d then need to move them all around when a new show becomes a past performance. I therefore noticed that I could use the Portfolio option in the Tower theme to do this.
I’m using the Post Grid with the portfolio as the data source, which gives me thumbnails of the images that I want and a short description. However, the image becomes a link and there’s a ‘Read More’ button at the end. Clicking on either takes you to the main portfolio page with a huge image and the same text. Essentially, everything I want is in the grid, so I want to disable the links to the Portfolio pages.
Ideally it would be good if I could disable the links to the main portfolio page for some of the posts, and leave them on others (for some shows we may have more images that we could share).
Is this possible?
-
Hello,
To hide the “Read More” button of “Post grid” element, please add this code into the page’s custom css box:
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { display: none; }Sorry but disabling the read more link only for some items, is not possible.
Best regards!
-
Hi, thanks for this. I’m probably being really stupid but I cannot see a Custom CSS Box for the page that holds the Portfolio. Can you tell me exactly where I need to paste the code?
Also, will this stop the image being a link too, or just remove the ‘Read More’ button?
-
I’m using the Tower theme with Visual Composer in case that makes a difference.
-
Hello,
You can add the code here: see screenshot. The code hides the “Read More” button of “Post grid” element. You want to disable the links to the main portfolio page for some of the posts, and leave them on others. Sorry, this is not possible, we just gave you the code to hide the button, as you requested.
Let us know if you need further help.Best regards!
-
Thanks for this. That has removed the ‘read more’ button which is great, but the image is still a link. I understand that it’s not possible to remove the links on some portfolio items and not others, but is there a way to disable the links for all items?
This code is great for the button, but I still need to disable the link from the image.
Thanks
Andrew
-
Hello,
Please add this code into your custom css box:
.vc_gitem-zone .vc-zone-link { pointer-events: none; }Let us know.
Best regards!
-
-
You must be logged in to reply to this topic.