Thanks! Works for me too :)
Subliner
Posts
-
Blank homepage since update -
Here I have the Blank homepage after update tooRe: 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 update@arminunruh Thanks!
-
Lightbox add-on not working after 3.0.0 update@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 updateI repeat all and looks working now :)
-
Lightbox add-on not working after 3.0.0 update@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 updateSame here too :(
-
Hover on simple Images@mariusjopen It´s done!
Thanks!
-
Hover on simple Images@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 mobileYes. Works!
Thanks @mariusjopen :)
-
mouseover image on thumbnails hides original image on mobileSame problem on mine.
-
Hover on simple Images@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!