A project without link, but imagehover active
-
I would like to add a project to the Projectindex without creating the page.
I know it's not possible, so I fixed it by creating a blank page and disabling the link like this:.projectindex-project-link [data-id="xxx"]{ pointer-events: none; }
It works, but I would like the imagehover addon to still show the image.
How can it be done? -
javascript. delete the css
then use this jsjQuery(document).on('click', '.projectindex-project-link a[data-id="xxx"]', function(e){ e.preventDefault(); e.stopPropagation(); });
i think this should work
thats on my todolist, being able to create "dead" links in the projectindex
-
Dear @arminunruh thanks a lot for your time!
I tried your js but it doesn't work, it basically keeps the link active anyway.
Anyway it would be cool to implement "dead" links for the ProjectIndex... 😣Actually I would like to create a list of more or less clickable links, using the imagehover addon, that doesn't "break down" every time I want to add more linkable texts.
I suppose it's a bit the same problem with the links reported here:
http://laythemeforum.com:4567/topic/8317/hyperlinks-in-text?_=1669023169957😟
-
I think it would be interesting to implement an element with which you can only manage a list of links.
Like the ProjectIndex, but dedicated only to small texts or customizable links.
For each item I can use the imagehover addon, attach a link at will, and which I can edit with drag and drop (maybe like a menu).This is because currently managing a list of links with the text tool doesn't work as well.
Let me explain: I can insert a list of links, but if I want to add or move items they lose their style and links, and I have to redo them.Do you think it's possible?
-
ahh i understand!
because if you copy paste the text, it loses its link right?
-
@arminunruh Exactly. That's what I mean
-
yee im going to work on this!
-
@arminunruh WOW. can't wait! :)
-
@arminunruh Any news on this issue? :-)
-
uhm nope not yet
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it