So, the transparent black bar shows, but the text that I have placed in the "nivoSliderCaption" field does not. Otherwise the slider functions fine. I have double checked the customized CSS that I have for the nivo-slider.css file, against the default one, and there doesn't seem to be causing an issue there. It is really just the text of the caption that does not display. Can someone help?
If I change the CSS for the HTML caption, to display:block, or inline. It displays below the slider, but I am wanting the caption to display over the black transparent bar.
Is it possible for you to share a public link to the website where the caption does not show. Then it's easier to see what css that is applied to the caption element. Then I maybe could help you debuging the css, and point you to a solution.
This div is being apply by some javascript. So maybe you have some other javascipt on your website that conflicts with the nivo slider.
I have setup a dev site, and install the package, and here is how my files looks like. On this dev site, I only test the packages, so I have no other javascript running or css and so on.
Thanks for your hard work! My set-up is the same, I've removed all javascript and additional css and still no captions. Any ideas before I give up and try something else?
Thanks for your hard work! My set-up is the same, I've removed all javascript and additional css and still no captions. Any ideas before I give up and try something else?
Caption not displaying
So, the transparent black bar shows, but the text that I have placed in the "nivoSliderCaption" field does not. Otherwise the slider functions fine. I have double checked the customized CSS that I have for the nivo-slider.css file, against the default one, and there doesn't seem to be causing an issue there. It is really just the text of the caption that does not display. Can someone help?
If I change the CSS for the HTML caption, to display:block, or inline. It displays below the slider, but I am wanting the caption to display over the black transparent bar.
I'm having the exact same problem - any ideas?
Thanks
Darren
Hi Darren,
Is it possible for you to share a public link to the website where the caption does not show. Then it's easier to see what css that is applied to the caption element. Then I maybe could help you debuging the css, and point you to a solution.
/Dennis
Hi Dennis,
Of course, it's http://umbraco.shaw-online.com/
I spent all last night trying to figure this one out, so any help with be really appreciated.
Thanks again!
Darren
Hi Darren,
I have now taking a look at you code, the reason way you don´t get the caption outputted is because you don´t get any data into the nivo-caption div.
This div is being apply by some javascript. So maybe you have some other javascipt on your website that conflicts with the nivo slider.
I have setup a dev site, and install the package, and here is how my files looks like. On this dev site, I only test the packages, so I have no other javascript running or css and so on.
The razor file looks like:
The nivo-slider css looks like this:
When I add the macro to the template it looks like this:
Hope this can help you in some way.
/Dennis
Brilliant, Dennis.
Thanks for your hard work! My set-up is the same, I've removed all javascript and additional css and still no captions. Any ideas before I give up and try something else?
Thanks in advance
Darren
Brilliant, Dennis.
Thanks for your hard work! My set-up is the same, I've removed all javascript and additional css and still no captions. Any ideas before I give up and try something else?
Thanks in advance
Darren
PS. The site currently had everything removed
Hi Darren,
For some reason you still get no data into the div
If you wan´t to see my Umbraco setup, drop me an email at [email protected], and I will give you access.
/Dennis
With the help of Dennis, I've solved this!
It's transpires that is you have a space in your media type name it won't show the caption:
'Image 1' will not show the caption.
'Image1' will show the caption.
Darren
is working on a reply...