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. General Discussion
  3. Mouseover thumbnail opacity

Mouseover thumbnail opacity

Scheduled Pinned Locked Moved General Discussion
11 Posts 3 Posters 472 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.
  • K Offline
    K Offline
    kristyjcheng
    wrote on last edited by
    #1

    Hello,

    I'm currently using the mouseover image for thumbnails option and would like the mouseover image to fade in. I'm not sure if I have the correct classes for the thumbnails, is this right?

    .thumb has-mouseover-img mo_thumb{
    opacity:0;
    transition-duration: 150ms;
    transition-timing-function: ease-out;
    }
    .thumb.has-mouseover-img:hover mo_thumb{
    opacity:1;
    transition-duration: 150ms;
    transition-timing-function: ease-out;
    }

    Thank you!

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

      Dear @kristyjcheng
      can you post a link to your website where you want to have the effect?

      Best!

      Marius

      www.mariusjopen.world

      K 1 Reply Last reply
      0
      • mariusjopenM mariusjopen

        Dear @kristyjcheng
        can you post a link to your website where you want to have the effect?

        Best!

        Marius

        K Offline
        K Offline
        kristyjcheng
        wrote on last edited by
        #3

        @mariusjopen Hi Marius, my website is kristyjcheng.com! I have the mouseover effect for the SPCA project currently.

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

          Dear @kristyjcheng
          I need to ask Armin for that!

          Best!

          Marius

          www.mariusjopen.world

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kristyjcheng
            wrote on last edited by
            #5

            Hi @mariusjopen, any updates on this? Sorry to bother!

            1 Reply Last reply
            0
            • mariusjopenM Offline
              mariusjopenM Offline
              mariusjopen
              Global Moderator
              wrote on last edited by
              #6

              Dear @kristyjcheng
              not yet. In a bit!

              Best!

              Marius

              www.mariusjopen.world

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

                please use this css:

                .no-touchdevice .thumb.has-mouseover-img:hover .ph{
                	img:first-child{
                		opacity: 0;
                	}
                	img.mo_thumb{
                		opacity: 1;
                	}
                }
                .touchdevice .thumb.has-mouseover-img.hover .ph{
                	img:first-child{
                		opacity: 0;
                	}
                	img.mo_thumb{
                		opacity: 1;
                	}
                }
                .thumb.has-mouseover-img img.mo_thumb{
                	opacity: 0;
                }
                .thumb.has-mouseover-img img.mo_thumb,
                .thumb.has-mouseover-img img:first-child{
                	visibility: visible;
                }
                

                the new lay theme update will include this as an option

                1 Reply Last reply
                0
                • K Offline
                  K Offline
                  kristyjcheng
                  wrote on last edited by
                  #8

                  @arminunruh Hi Armin! I tried adding this code to my site but the css is telling me "Unknown property 'img' Expected RBRACE" on the lines with img:first-child. Any ideas on what to do?

                  1 Reply Last reply
                  0
                  • mariusjopenM Offline
                    mariusjopenM Offline
                    mariusjopen
                    Global Moderator
                    wrote on last edited by
                    #9

                    Dear @kristyjcheng
                    are you still able to save it and does it work anyway?

                    Best!

                    Marius

                    www.mariusjopen.world

                    1 Reply Last reply
                    0
                    • K Offline
                      K Offline
                      kristyjcheng
                      wrote on last edited by kristyjcheng
                      #10

                      @mariusjopen I have it applied to my website right now, it makes the hover image not show up at all?

                      EDIT: @arminunruh just updated Laytheme, the new option works now! Thank you for the mouseover hover option!

                      1 Reply Last reply
                      0
                      • mariusjopenM Offline
                        mariusjopenM Offline
                        mariusjopen
                        Global Moderator
                        wrote on last edited by
                        #11

                        Great! Happy to hear!

                        www.mariusjopen.world

                        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