Or, is there any way to achieve the effect by which projects appear on a Category page by their title only? In such a manner that on mouse rollover the project thumbnail image appears?
Good idea, at the moment there is no such effect. Gonna write it down though and think about it.
Hey!
When u hover over an element, there is a "class" button. U can use that for custom css styling. Here's an example "create a custom button style": http://laytheme.com/documentation.html#custom-css-styling
In Lay Theme, normally an element will always overlap a preceding element.
Also elements inside a row will always overlap elements of a previous row.
With the latest lay theme version you can also right click an empty spot of a row and set a row class. That might help with some z-index things you want to do.
Hey!
If u have 1.6.0 or later, then you can update within the backend. If you have a version before 1.6.0 you need to deactivate and delete the theme and upload the latest version.
I meant the images beside the projects. Both are inserted via the Image button. Anyways, your last sentence gave me the right answer: I missed the "Edit Caption" button in the gridder header. Thanks!
ah yeah its probably because there are so many videos on the doc page. yeah my mbp gets really loud too if i watch for example an hd video in chrome in fullscreen -.-
has nothing to do with the theme though, cause laytheme.com is not made with lay theme :)
Hey!
lay theme works for wordpress, so basically if you have an internet-browser that is not too old you can use lay theme on a mac or windows or linux :D
hey!!
not possible :/
If you are a developer, lay theme might not be the right choice for you cause you can't change its code that much. This summer im going to work on a standalone version of the gridder and with that people can just code their own themes and then use the gridder with any theme.
yeah will be fixed with the next update that im working on right now.
@INTERNET you can send me an email with your website wordpress login data to armin.unruh@gmail.com
And a link to this topic and then i can fix it so u have the fix before the next update is out.
Hey Christina!
Ah yea, will fix that for the next update.
For now you can set that opacity back to 100% and use this css in "lay options" -> "custom css" -> "css for mobile version":
Hey!
On that website I see "@media only screen and (max-device-width: 480px) {}" as a text on the site. You should probably put <style></style> tags around that css if you want that to work.
Now to your question:
In "Lay Options" -> "Custom CSS & HTML" there are two CSS fields:
"Custom CSS for desktop" and "Custom CSS for mobile". If you want some css to apply to both mobile and desktop you need to put your css into the two fields.
Maybe it's easier if you just put a style tag into the field "Custom <head> content" (which is below "Custom CSS for Mobile Version"):
<style>
/*your styles for mobile and desktop here*/
</style>