I'm using the lightbox with imagetitle shown at the bottom of the page in a overlay. Well the thing is, that the title is always shown after the new Image has loaded completly and then it takes a second. Is there a way to show the title earlier? P.e. when the new image is shown? Where can I find the javascript of these lightbox settings?
You are using an old version of our theme 1.9.4 , the latest version for the moment is 1.9.5.1, please update your theme first and then the premium plugins too.
After this, to update the plugins to the latest version that we support, just go to Appearance > Install Plugins and update them.
If you use LayerSlider plugin but can't update it, please just go to Plugins and deactivate this plugin. Then go to Appearance > Install Plugins again, you now can update and activate this plugin again.
If you want to change anything that is not supported by Klaium or lightgallery itself, you have to change the lightgallery js file. It is in kalium/assets/js/light-gallery/js/lightgallery-all.min.js. I've exchanged the minified to uncompressed code to understand whats going on and made my changes. Search "// Add title if this.s.appendSubHtmlTo === lg-sub-html" comment and change in setTimeout function the timvariable "_time" to "0" (zero). Now the title doesn't wait till transition is done. The variable is simply a delaytime.
Hello,
I'm using the lightbox with imagetitle shown at the bottom of the page in a overlay.
Well the thing is, that the title is always shown after the new Image has loaded completly and then it takes a second. Is there a way to show the title earlier? P.e. when the new image is shown? Where can I find the javascript of these lightbox settings?
Hi Achim,
Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.
P.S. make sure you've disabled the Maintenance/Coming Soon mode
Best regards,
Laborator Team
Hi Achim,
You are using an old version of our theme 1.9.4 , the latest version for the moment is 1.9.5.1, please update your theme first and then the premium plugins too.
The easiest way to update our themes is if you use Envato Toolkit or Envato Market plugin. Just follow this little procedure http://drops.laborator.co/pLFH
After this, to update the plugins to the latest version that we support, just go to Appearance > Install Plugins and update them.
If you use LayerSlider plugin but can't update it, please just go to Plugins and deactivate this plugin. Then go to Appearance > Install Plugins again, you now can update and activate this plugin again.
Best regards,
Laborator Team
Hello,
for everybody who has to solve the same problem:
Kalium is using the lightgallery as lightbox. It is found here on github https://github.com/sachinchoolur/lightGallery
If you want to change anything that is not supported by Klaium or lightgallery itself, you have to change the lightgallery js file. It is in kalium/assets/js/light-gallery/js/lightgallery-all.min.js. I've exchanged the minified to uncompressed code to understand whats going on and made my changes. Search "// Add title if this.s.appendSubHtmlTo === lg-sub-html" comment and change in setTimeout function the timvariable "_time" to "0" (zero). Now the title doesn't wait till transition is done. The variable is simply a delaytime.
@Art: thx i'll make the updates.
Hi Achim,
Thank you for sharing this fix with us, so other users can see it and might find it helpful.
Best regards,
Laborator Team