When viewing an article in the Nivo lightbox you are using for your Content Slider.
—> You need to click 2 times “next” or “prev” arrows to see the next article.
That make this great module look buggy for users that will probably abandon after the first click.
Hello.
Thank you for contacting us.
We have checked our site and don't have that issue with the lightbox.
Please give us your site URL, we will help you check it.
Thanks.
I Just upload the live website (in construction) on my testing server and add the Admin links and password.
Same problem on this live server(tested on Chrome/Firefox)
Steps to reproduce
— In the front Page go to the Portfolio bottom section
— Click any elements (base on normal Joomla articles)
— When viewing the article in the lightbox, click the prev/next (< >) buttons — You need to click 2 times to make it go to the prev/next
Happen 100% of the time
This is a testing environment, I don’t care what happen to the website. Can be replace in minutes
The issue is when you put more than one "Content Slider" module on one page. We have checked and fixed the issue when calling the Nivolightbox.
Now it works fine, please recheck it.
Thanks.
Hi again.
Maybe the issue is from the custom default file in the template. After disabled, the file in the template the module works fine. Please check your custom code again.
Thanks.
Sadly without my override, the text link bring the article in Joomla main content, not in the Lightbox. Do you have a setting to have both image and text link opening the article (with navigation) in the lightbox.?
——————————————————————————————————
Ok, I finally make it work by changing my original override code around line 141-42
What make it work without double click is that that I change —> data-lightbox-gallery="gallery1" (use for the image) by data-lightbox-gallery="gallery2"
Now the image and the Title link open both the article in the lightbox with navigation and need only one click for prev/next
I upload the fix to live now for you to see.... That should be a possibility without having to do an override.
Last edit: 2 years 5 months ago by Patrick Toulze. Reason: I was wrong — OK FIX