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".
Thumbs problem in Fotorama lightbox
-
- Posts: 9
Thumbs problem in Fotorama lightbox
Admin
Hi
Try this change in the "fotorama.css".
Find and Replace this code:
With this (replacing "none" with "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.
Try this change in the "fotorama.css".
Find and Replace this code:
Code: Select all
fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}
Code: Select all
fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:inline}
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
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.

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.
Similar Topics
-
Problem JS script with php code
PHP - MySQL
First post
I try to add this script to build a energy-low-mode dark-modeLast post
But It only succeed with one item but I would like to have it with all items 6 rows...
I apologize the script is a bit too big, and it's only 1 item I don't get fixed but I'll leave it that way .... Thanks for the feedback -
Problem with value of $_GET from php to javascript
PHP - MySQL
First post
I found a script from: tutorialzine.com/2014/09/cute-file-browser-jquery-ajax-phpLast post
what I wanna use for my website.
But I can`t find out how to...
Thanks Chief for the support `it is working now` -
Problem with 'this' in function.call() in JavaScript
JavaScript - jQuery - Ajax
First post
Why the function.call() behaves differently with and without ' this ', in JavaScript?Last post
The result with 'this' in test.call() is same when 'this' is...
The call() function require the first parameter as 'this' object, if you do not need it, just pass null .
test.call(null, ...args);
In your...