Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Lay Theme Forum

  1. Home
  2. Showcase
  3. A project without link, but imagehover active

A project without link, but imagehover active

Scheduled Pinned Locked Moved Showcase
10 Posts 2 Posters 532 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    thechaosroad
    wrote on last edited by
    #1

    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?

    1 Reply Last reply
    0
    • arminunruhA Offline
      arminunruhA Offline
      arminunruh
      Global Moderator
      wrote on last edited by
      #2

      javascript. delete the css
      then use this js

      jQuery(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

      T 2 Replies Last reply
      0
      • arminunruhA arminunruh

        javascript. delete the css
        then use this js

        jQuery(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

        T Offline
        T Offline
        thechaosroad
        wrote on last edited by
        #3

        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

        😟

        1 Reply Last reply
        0
        • arminunruhA arminunruh

          javascript. delete the css
          then use this js

          jQuery(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

          T Offline
          T Offline
          thechaosroad
          wrote on last edited by
          #4

          @arminunruh

          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?

          1 Reply Last reply
          0
          • arminunruhA Offline
            arminunruhA Offline
            arminunruh
            Global Moderator
            wrote on last edited by
            #5

            ahh i understand!

            because if you copy paste the text, it loses its link right?

            T 1 Reply Last reply
            0
            • arminunruhA arminunruh

              ahh i understand!

              because if you copy paste the text, it loses its link right?

              T Offline
              T Offline
              thechaosroad
              wrote on last edited by
              #6

              @arminunruh Exactly. That's what I mean

              1 Reply Last reply
              0
              • arminunruhA Offline
                arminunruhA Offline
                arminunruh
                Global Moderator
                wrote on last edited by
                #7

                yee im going to work on this!

                T 2 Replies Last reply
                1
                • arminunruhA arminunruh

                  yee im going to work on this!

                  T Offline
                  T Offline
                  thechaosroad
                  wrote on last edited by
                  #8

                  @arminunruh WOW. can't wait! :)

                  1 Reply Last reply
                  1
                  • arminunruhA arminunruh

                    yee im going to work on this!

                    T Offline
                    T Offline
                    thechaosroad
                    wrote on last edited by
                    #9

                    @arminunruh Any news on this issue? :-)

                    1 Reply Last reply
                    0
                    • arminunruhA Offline
                      arminunruhA Offline
                      arminunruh
                      Global Moderator
                      wrote on last edited by
                      #10

                      uhm nope not yet

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      I also code custom websites or custom Lay features.
                      šŸ’æ Email me here: šŸ’æ
                      info@laytheme.com

                      Before you post:
                      1. When using a WordPress Cache plugin, disable it or clear your cache.
                      2. Update Lay Theme and all Lay Theme Addons
                      3. Disable all Plugins
                      4. 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:
                      1. Post a link to where the problem is
                      2. Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
                      3. If the problem is difficult to explain, post screenshots / link to a video to explain it
                      Online Users
                      Forgot your key, lost your files, need a previous Lay Theme or Addon version? Go to www.laykeymanager.com
                      laytheme.com
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Search