Tagged: Portfolio
-
AuthorPosts
-
October 16, 2013 at 2:38 pm #176440
Hi there,
Currently I am using the Ajax portfolio, which I think looks really great.
Actually, I think it’s so great I don’t want to use the single page porfolio items at all.
Is it possible to disable the link to the sing page porfolio from Ajax porfolio?
Currently when you click the portfolio tittle in the Ajax portfolio you’re linked to the single page entry.
I found that i’m able to overwrite the Portfolio Link setting and link to the external URL, and I figured I could link to an image that suits the porfolio item.
But if possible I’d prefer to disable the link.Is there any code for that?
Regards,
Jeroen
October 17, 2013 at 3:31 am #176807Hey MulderMind!
You can add this on your custom.css or Quick CSS to disable the link:
.av_table_col.portfolio-entry.portfolio-preview-content .portfolio-preview-title.entry-title a { pointer-events: none; }
Remove browser cache then reload the page a few times.
Cheers!
IsmaelOctober 22, 2013 at 11:39 am #178978Hi Ismael,
Tried it but it doens’t work.
If I click on the tittle of a portfolio item while in Ajaxe portfolio i still get linked to the single entry page.
i.e.: on this page: http://www.voorjou.info/voorjounieuw/in-out
If you click the first item and then on the tittle you goto: http://www.voorjou.info/voorjounieuw/portfolio-item/fijne-feestdagen-2/Anything else I can try?
wkr,
Jeroen
October 24, 2013 at 8:19 pm #180365Hi!
It seems to be working on my end. Can you please check once again and confirm that it is also working on your end?
Regards,
YigitDecember 12, 2013 at 2:27 pm #199480Hi there,
I’m facing a similar problem but with a a portfolio grid.
Is it possible to disable the link to the single page porfolio for a certain item category? We have items in the categories “marketing” and “development” and I just want the development items to be clickable.
Anything I can try?
Best
ThomasDecember 12, 2013 at 6:42 pm #199554Hi!
@allaboutapps can you post the link to your website so we can check if it is do-able?Cheers!
YigitDecember 12, 2013 at 7:37 pm #199577Hi Yigit,
Sure: http://www2.allaboutapps.at/app-referenzen/
Most of it is still dummy data though. Basically I’m trying to get all items from the category “Entwicklung” to be unclickable and just a picture in the portfolio.
Cheers
Thomas- This reply was modified 10 years, 11 months ago by allaboutapps.
December 14, 2013 at 11:25 am #200189Hey!
Try to insert following code into the quick css field
#top .entwicklung_sort{ pointer-events: none; /* Disables the links for Entwicklung portfolio items */ }
Best regards,
PeterDecember 16, 2013 at 3:24 pm #200681Hi Peter,
works perfectly fine, thanks a lot!
Best,
Thomas -
AuthorPosts
- The topic ‘No link to single page portfolio items’ is closed to new replies.