-
AuthorPosts
-
April 8, 2014 at 10:54 am #248724
Hi!
Have tried to both google and searching this forum for a solution both with no results.
Is there any easy way to remove the link to the portfolio single-page from the portfolio grid?
As it’s right now the the name of the portfolio in the grid links to “/portfolio-item/name”.BR
PeterApril 8, 2014 at 1:13 pm #248754Hi hornellsab!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.grid-entry .inner-entry { pointer-events: none; }
Best regards,
YigitDecember 18, 2015 at 10:15 am #554881It would be nice to set this css style as standard:
.grid-entry .inner-entry a[href="#"]{ pointer-events: none; }
- This reply was modified 8 years, 11 months ago by Innovie.
December 18, 2015 at 3:23 pm #554997Hi!
Thanks for your suggestion. Please request it here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
YigitJune 21, 2016 at 3:38 pm #651529Hi,
I have the same problem with the Masonry Grid, which is showing nearly 100 portfolios with the nice sorting filter.
But I do not want any linking to portfolio-items.I did try this in CSS: .grid-entry .inner-entry { pointer-events: none; }
But the link-pointer can still be seen and the link goes to an empty portfolio-item (single-page).
How to solve this … when using the default Portfolio link setting?BR
AnetteJune 22, 2016 at 2:15 pm #652086Hi,
@anette777 Your page is empty on my end.
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your portfolio element and give it a custom CSS class and then change the code to following one.your-custom-class .inner-entry { pointer-events: none; }
Best regards,
YigitJune 22, 2016 at 10:02 pm #652384Hi Yigit,
Thank you for your quick reply. But it´s not working.1) I enabled the Custom CSS Class through function.php (in Enfold child) – and are now able to see the Custom CSS Class field in different elements.
2) In Masonry element I wrote ae-removeportfoliolink in the Custom CSS class field. I didn´t know if I should use the class on each portfolio-item too, so untill now I just wrote it on 1 portfolio-item called skp-auto-racing-4 (belonging to the filter = visitkort).
3) And my Quick CSS in Enfold Child is this:
.ae-removeportfoliolink .inner-entry { pointer-events: none; }But nothing has changed. I can still click on the portfolio “skp-aut-racing-4”. (And the cache was cleared.)
I know that the page is empty, cause I deleted everything in the portfolio-item – except the title, the category and the selected image.
But the problem is that users should not be able at all to click on any portfolio-item displayed in the Masonry grid.Will you take a look at it again. Thank you :-)
BR
Anette- This reply was modified 8 years, 4 months ago by anette777. Reason: Providing login credentials
June 25, 2016 at 7:36 am #653280Hi,
Thank you for the info. Please use this css code:
.ae-removeportfoliolink .av-masonry-entry { pointer-events: none; }
Best regards,
IsmaelJune 27, 2016 at 10:02 am #653725Hi Ismael,
Perfect ! … It works well now.
Thank you :-)June 30, 2016 at 4:42 am #655068 -
AuthorPosts
- The topic ‘Remove link on portfolio grid’ is closed to new replies.