caption in overlay showing as black box for vimeo file PART2

plocploc / 2013-02-18 13:58:38   

Vaska,

Sorry if I did insist in the previous thread. It's because you said "I will fix that bug" so I could'nt imagine that it has been already fixed...

Do you have the slightest idea where I can find that code you posted months ago ?

Or what should be the key word for a search ?

Thanks

Vaska A / 2013-02-18 14:16:45   

Yep, the thread about experimental visual index.

plocploc / 2013-02-18 19:29:26   

Thanks
That's a decisive indication !
Neither "experimental visual index" or "plugin.jxs_ndxzbox.php" don't show up any result
"visuel index" over 40

Do you have the number of Sherlock Web Holmes ?

Vaska A / 2013-02-18 20:40:12   

Do you have the number of Sherlock Web Holmes?

No, I don't. Don't think that's an appropriate question, as well.

Right now, I'm focusing on something higher on the priority pole. I WILL fix it, and already have, but it's not yet available - it will be out soon enough. I don't have time to do anything else at the moment.

plocploc / 2013-02-19 11:58:01   

Don't think that's an appropriate question, as well.

It was just a joke because looking for the code you mentionned was like looking for a needle in a haystack. Sorry if my french sense of humour is not good in translation. (And my french sense of tense makes me understand the future as past and the past as future)

I do understand that you have higher priority off course and a lot of works (thanks for that). I was just asking to resolve my little problem.

That's all.

plocploc / 2013-03-21 07:15:36   

Hello

A month later I have to come back with my problem. And I do apologize for that...

I still can show up a caption in the overlay of the visual index...

Caption works when it's a picture but doesn't when it's a video...

Visual Index is nice for what I want, but I need to give some informations within the caption box... That's why, on tip-toe, I'm begging again for that...

All the best
Cheers,

lemathieu A / 2013-03-21 10:24:25   

Hello,
there is (almost) always a solution to any problems.
So, you want a picture showing in a visual index page ? It's simple.

1/ Upload your vidéo in an exhibit
2/ make a snapshot of your video
3/ upload this pic into the same exhibit
4/ choose "No Show" as your exhibit options
5/ Publish your page
6/ you should see a thumbnail of your video in your visual index

plocploc / 2013-03-21 16:39:16   

Dear lemathieu

Sorry if my english is not so good, my previous post was not clear
I don't want to show a picture in my visual index, I want to show the caption of the vidéo...

I have uploaded several pictures and a video in the same visual index page. And the visual index is "overlay au click" (in my french version). Within this overlay, the caption of the pictures are visible while the video's caption is not... But I'd like to show that caption for both pictures and video...

If you've got any idea to do even with a dirty way, I'll sent you a smelly french cheese !

Merci and all the best

lemathieu A / 2013-03-21 18:17:00   

Show us the page you're talking about.

plocploc / 2013-03-21 19:32:30   

As you can see, following that page


aymericvergnon.net/index.php/surgun/documents/

If you see captions when looking at pictures, you can't see caption for the final item which is video...

lemathieu A / 2013-03-21 20:41:58   

Sorry, but i see an old woman.
hmplus.net/uploads/…

plocploc / 2013-03-22 07:24:47   


The visual index is overlay on click. So when you click on the thumbs you'll have a full page pictures WITH a visible caption
And the video you can't see the caption

In french to be clear :

C'est dans l'overlay que j'ai un problème de légende... Elles apparaissent bien pour les images mais pas pour la vidéo

lemathieu A / 2013-03-22 08:16:09   

Sorry, i was reading "thumbnails" as you said "captions". My fault.

Simply add

  1. z-index: 100;

in you ndxzsite/css/overlay.css to your

  1. #dialog-toggle { display: none; padding: 3px 6px 6px 0; }
plocploc / 2013-03-22 10:54:32   

I did that but still I don't have the caption within the overlay of the video...

lemathieu A / 2013-03-22 11:07:43   

Sorry, you need that as well

  1. display: inline; 

plocploc / 2013-03-22 11:40:56   

Thanks for you help but sorry still doesn't work...

To be sure, here is the code I have in the overlay.css

  1. #dialog-toggle { display: inline; padding: 3px 6px 6px 0; z-index: 100;}

Is that correct ?

arsondpi / 2013-03-22 12:54:05   

lemathieu is correct but there must be a css rule that overrides the above.

This seems to work though:

  1. div#inner-content #toggle { display: inline !important; padding: 3px 6px 6px 0; z-index: 100;}
plocploc / 2013-03-22 13:23:34   

Great ! Thanks !

Now I can see the caption of the video within the overlay

Just one little thing : this caption (concerning the video) is not affected by the same Css Style rule; is there a way to fix that...

Well at least, the caption can be seen !
Thanks again both of you

arsondpi / 2013-03-22 13:27:56   

You just need to apply the same css rules to the css selector above...

plocploc / 2013-03-22 13:38:14   

I added the same rules but the result is not exactly the same...
Nevermind it's very nice to have it, at least

Thanks again

lemathieu A / 2013-03-22 14:28:11   

Yiiiiiipa !
Thank you Pindaros !

This thread has been closed, thank you.