Thumbs problem in Fotorama lightbox

Topics related to client-side programming language.
Post questions and answers about JavaScript, Ajax, or jQuery codes and scripts.
mowgli
Posts: 9

Thumbs problem in Fotorama lightbox

I really like and use Fotorama. In this site is posted a full and very good explanation of it. Thanks to the author! I downloaded and wanted to use the "fotorama lightbox". It works perfect but ... it doesn't show any arrows or other navigation symbols (the same in all other examples) . And it hasn't the new upgrades of the new version.
So I changed the plugin and the associate css with the new version. Perfect! Now there are all the navigation symbols and I have all the new upgrades.
But ... the thumballs navigation (to start Fotorama and link to id picture) shows only one humb instead of all!!!!!!
I tried anything but not able to solve this problem.
Can someone help me, please? I really want to use this "lightbox".

Admin Posts: 805
Hi
Try this change in the "fotorama.css".
Find and Replace this code:

Code: Select all

fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}
With this (replacing "none" with "inline")

Code: Select all

fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:inline}
Or Download the archive with Fotorama from the page: Fotorama Image Gallery (it is actualized with Fotorama 4.6.2, and shows the navigation arrows).

In the Fotorama Contact page I found this:
- If you’ve found a bug in Fotorama or have an enhancement idea, file a report in the issue tracker on GitHub.

mowgli Posts: 9
Wow, you're full right! After working on it for 6 hours I found the same solution and I came here to write it. Maybe if I came here before, I'd see your answer sparing a lot of time!!!!! :)
Really thanks indeed.
I see you made today the actiualized version. I downloaded it yesterday night for the second time (just to be sure) but it still was the old version. Thanks for yuor contribute.. I really like this plugin.
I know about Gibut, but the answers are not so many ....
Thanks again.