-
AuthorPosts
-
August 9, 2019 at 5:37 pm #1126306
Hi, I would like to remove the link to the portfolio page for the second masonry on my homepage.
I tried some suggestions on the forum, but can’t get it to work.This is the code I’m using now in quick css.
/* No link for upcoming masonry */ .page-id-13 #av-masonry-2 { pointer-events: none !important; }Can you help me to make it work?
I’ve created a section id for itas well, section-masonry-noclick, but that didn’t work either.Best regards, Haiko.
August 10, 2019 at 12:38 pm #1126403Hey rhae,
Please try this instead:
.home #av-masonry-2 a { pointer-events: none !important; }Best regards,
RikardAugust 10, 2019 at 12:43 pm #1126406Hi Rikard,
Thank you for your reply. I’m afraid that code doesn’t do the trick, I still go to the portfolio page after clicking on the tile.
Best regards, Haiko.
August 11, 2019 at 3:51 am #1126565Hi Haiko,
I can’t see the CSS I gave you applying, it should work as I’ve verified it twice. Please try deleting the old CSS and JS files under Enfold->Performance (this functionality doesn’t need to be used while your site is in development).
Best regards,
RikardAugust 11, 2019 at 1:25 pm #1126626Hi Rikard,
I’ve deleted them, and used another browser to double check it, but I’m afraid it doesn’t work yet :(
The code is near the end of my custom CSS. Is it possible for you to log in using the supplied credentials and check what might happening?Best regards, Haiko.
August 12, 2019 at 4:23 am #1126702Hi Haiko,
I placed the CSS I posted at the very top of the Quick CSS box and it’s working. You likely have some badly formatted CSS or comments in there which causes CSS below not to execute.
Best regards,
RikardAugust 12, 2019 at 11:42 am #1126779Hi Rikard,
that must have been it. Thank you, problem solved.
Best regards, Haiko.
August 13, 2019 at 5:43 am #1127064 -
AuthorPosts
- You must be logged in to reply to this topic.
