Lightbox add-on not working after 3.0.0 update
-
can you please go to lay options -> custom css & html and then change your custom code.
instead of "$" please use "jQuery".
so this:
$(window).on("scroll", function () { if ($(this).scrollTop() > 5656) { // distance at which the menu dissapears $('.sitetitle.txt').fadeOut(800); $('.laynav.primary').fadeOut(800); } else { $('.sitetitle.txt').fadeIn(800); $('.laynav.primary').fadeIn(800); }
would then look like this:
jQuery(window).on("scroll", function () { if (jQuery(this).scrollTop() > 5656) { // distance at which the menu dissapears jQuery('.sitetitle.txt').fadeOut(800); jQuery('.laynav.primary').fadeOut(800); } else { jQuery('.sitetitle.txt').fadeIn(800); jQuery('.laynav.primary').fadeIn(800); }
-
@arminunruh Thanks! that worked with my custom code for menu fade out, and with update lightbox addon is now back up. Still one problem though. With Lightbox addon, it is only displaying "every other" image. So, skipping one image in between views. Please advise.
Thanks for your help!
-W -
@arminunruh Just noticing now.. It is only skipping "every other" when I am using arrow keys on my keyboard to navigate, which is what i usually do. Seems to function fine when i am using mouse to advance.
-
@arminunruh I don´t have any $ in my custom code & css. Only css and the gtag google code. Another idea to check?
Thanks!
-
@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.
-
@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 :(
-
yea i'm fixing the arrow key issue now!
-
@arminunruh Awesome, thanks!
I am also noticing another issue. This is in gridder when you are editing site.
I noticed that if i am trying to set "offset" or "spaces" parameters for an image and i control/select the image for the pop up menu.
If an image appears at the right hand edge of the gridder working page the pop up menu is displayed outside of the page where i cannot get to the controls.
This only happens when dealing with an image to the right hand edge of the window since this pop-up menu only appears to the right.
I can't remember if this was an issue happening with the old gridder, i just stumbled on it yesterday.
Thanks for your quick reply and action on these bugs btw! it's really helpful, and i'm grateful for the support.
W -
oh yea i will fix this!
-
@arminunruh Thanks!
-
@arminunruh Thanks! everything's looking good for me now. Appreciate it!
-
please create a new topic
and before see if u updated both the carousel and lay theme
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