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

U

user-4'33''

@user-4'33''
About
Posts
29
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • feature Proposal: place elements horizontally in a Stack Element
    U user-4'33''

    Another feature proposal: In a stack element you can only place elements on top of each other.
    Why not also be able to place things next to (horizontally) one another?

    Thank you for your great work <3

    Feedback

  • Delay appearance of Project thumbnail mouseover image
    U user-4'33''

    Thanks!

    This code worked for me:

    /* delaying the the appearance of project thumbnail mouse hover images */
    .thumb.has-mouseover-img img {
        transition: opacity 1.0s ease;
    }
    
    .thumb.has-mouseover-img img.mo_thumb {
        opacity: 0;
        transition: opacity 1.0s ease 0.2s;
    }
    
    .thumb.has-mouseover-img:hover img:first-child {
        opacity: 0;
    }
    
    .thumb.has-mouseover-img:hover img.mo_thumb {
        opacity: 1;
    }
    
    General Discussion

  • Any options for using an external CSS-editor?
    U user-4'33''

    @arminunruh ... sure, for that reason I asked if someone is using an external program for editing the CSS.

    I know that this issue is not a major focus for Lay Theme but developing a quick workflow within the given text box is pretty hard.

    How is the Custom CSS being inserted into the main code? Maybe here could be a possible interface for an external editor?

    General Discussion

  • feature request: add a search function to the documentation page
    U user-4'33''

    Thank you very much for all the great work! Really love using Laytheme...

    One thing that might help others is to add a search function to the documentation so one can quickly research for specific terms or issues.

    Have a nice day ^_^

    Feedback
  • Login

  • Don't have an account? Register

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