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. Addons
  3. imagehover for project arrows, workaround with manual links

imagehover for project arrows, workaround with manual links

Scheduled Pinned Locked Moved Addons
5 Posts 2 Posters 86 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.
  • M Offline
    M Offline
    MartinRL
    wrote on last edited by
    #1

    Hello there,

    I would like to apply the imagehover feature to the project arrows, so on mouseover they show the thumbnail of the project they are leading to.

    So far I’ve only found this thread which asks for something similar albeit more complex: http://laythemeforum.com:4567/topic/3513/custom-hover-effect-at-project-arrows-using-project-thumbnails-as-arrow/4

    And some years ago I see you were contemplating implementing the feature into the plugin: http://laythemeforum.com:4567/topic/6239/image-hover-prev-next-project-in-footer/2

    It just seems like such a natural thing :-) would you still consider doing it?

    If that doesn’t work, I’d even be willing to manually link the corresponding images on every one of my 50+ project pages… but even for that ChatGPT is asking me to use Ajax, which is way beyond my skills... Any advice for an easier solution?

    Thanks!
    Martin

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

      hey!
      if you use this:
      https://laytheme.com/documentation/navigation-between-projects.html#next-project-link

      you cant add an imagehover link?
      select your text, click this:
      Screenshot 2025-01-29 at 10.22.35.png

      then click this:

      Screenshot 2025-01-29 at 10.23.17.png

      now,
      Screenshot 2025-01-29 at 10.23.39.png

      set imagehover link here

      i know its not the "project arrow" feature but the alternative. :O you can use this in combination with the footer feature to have this underneath all projects for example

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MartinRL
        wrote on last edited by
        #3

        Hi Armin, thanks for your quick reply!

        I am using the feature in the text editor like you suggest for my mobile version, but in the desktop version I would like to use the bullet points, as you see here: https://martinrobertlutz.de/tara-bogart/

        I was wondering if that could be done with some css/java.

        Or even with a simple check box you might include in the addon ;-) Though I'm happy to use code if you have a solution up your sleeve. I've been trying different css/java with ChatGPT's guidance, but it seems not to work with the dynamic loading of the varying thumbnails.

        Best,
        Martin

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

          Enter this css in "lay options" -> "custom css & html" -> "custom css for desktop"

          .pa-thumb-wrap {
              display: none;
          }
          .pa-prev::before{
              content: "●";
              float: left;
          }
          .pa-next::after{
              content: "●";
              float: right;
          }
          .pa-prev:hover .pa-thumb-wrap{
              display: block;
          }
          .pa-next:hover .pa-thumb-wrap{
              display: block;
          }
          .pa-prev:hover::before{
              display: none;
          }
          .pa-next:hover::after{
              display: none;
          }
          

          then in customize, in the preview go to a project.
          then in the tab "project arrows"
          as arrow type choose "thumbnails":
          Screenshot 2025-01-29 at 11.06.15.png

          it doesnt work super well but thats all i can do.
          other than that its not really possible no

          1 Reply Last reply
          0
          • M Offline
            M Offline
            MartinRL
            wrote on last edited by
            #5

            Works like a beauty, you are a wizard!!!

            Thank you so, so much :-)

            Martin

            1 Reply Last reply
            1
            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