Thanks! Works for me too :)
Subliner
Posts
-
Blank homepage since updateNov 2, 2022, 6:26 PM -
Here I have the Blank homepage after update tooNov 2, 2022, 1:51 PMRe: Blank homepage since update
I tried disabling all plugins and stills but if I change to another theme it works nice.
I tried to disable custom code too.
Homepage is blank but if I scroll it appears.
Thanks!
-
Lightbox add-on not working after 3.0.0 updateApr 20, 2020, 9:11 PM@arminunruh Thanks!
-
Lightbox add-on not working after 3.0.0 updateApr 20, 2020, 1:56 PM@gauchedamned said in Lightbox add-on not working after 3.0.0 update:
@Subliner Did you update the addon and theme? They are continuously running updates. I had updated first and my lightbox has come back (mostly) with just the one issue now, where it is skipping to every other image when using arrow keys on keyboard to advance. It had come back without me first fixing the custom code. Armin must have seen errors in my custom code in dev view and offered a solution for that. That custom stuff had only controlled a menu fade out i have, but it seems independent of the addon working. Try updating and running it.
I just check your issue in my site and it´s happening exactly the same with the arrows and keyboard :(
-
Lightbox add-on not working after 3.0.0 updateApr 20, 2020, 11:15 AMI repeat all and looks working now :)
-
Lightbox add-on not working after 3.0.0 updateApr 19, 2020, 9:44 PM@arminunruh I don´t have any $ in my custom code & css. Only css and the gtag google code. Another idea to check?
Thanks!
-
Lightbox add-on not working after 3.0.0 updateApr 18, 2020, 9:57 PMSame here too :(
-
Hover on simple ImagesJun 11, 2019, 8:22 AM@mariusjopen It´s done!
Thanks!
-
Hover on simple ImagesJun 8, 2019, 4:09 PM@arminunruh Hello!
It´s working for me, but it will be perfect if I can something like a "fade to white" .. Put white transparency when hover to see the black text better.
Thanks!
-
mouseover image on thumbnails hides original image on mobileMay 27, 2019, 9:15 AMYes. Works!
Thanks @mariusjopen :)
-
mouseover image on thumbnails hides original image on mobileMay 25, 2019, 12:40 PMSame problem on mine.
-
Hover on simple ImagesMay 25, 2019, 10:59 AM@arminunruh said in Hover on simple Images:
.img img{
transition: all 300ms ease;
}.img:hover img{
filter: brightness(0.9);
}.img .caption{
opacity: 0;
transition: opacity 300ms ease;
}.img:hover .caption{
opacity: 1;
}Hello Armin
This post is just what I am looking for, but there is something that I am not doing in the right way. I add the code to my Custom CSS and something is working because when I put the mouse over I can see the darkening of the image but I can not see the caption. Tha code that I put is:
.img img{ transition: all 300ms ease; } .img:hover img{ filter: brightness(0.9); } .img .caption{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .img:hover .caption{ opacity: 1; }
The only thing that I need is to see the caption over the image at the center of the photo that is not a project thumbail. This one, for example is in a Category and inside a project too. The darkening works in every situation but I can not see the caption.
Thanks!
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- 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:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it