26

(5 replies, posted in Juicebox-Pro Support)

Steven wrote:

You can use <html> code within your captions to add an anchor <a> tag to create a link.

<caption><![CDATA[<a href="http://www.example.com/">Click here</a>]]></caption>

I've got a caption to work as a link as shown above, but the color seems to default to white even though I've made other non-linked captions a specific color.
How can I change the linked caption color? Do I add it to the XML?

That works for horizontal centering, but I'd like it to be centered vertically on the bar. Now it's lower than center.

I can't seem to find how to get the Back button centered on the button bar. I've tried every margin and padding but nothing works. I got it to go down though! Any ideas?
http://goo.gl/wIlGK

29

(496 replies, posted in Juicebox-Pro Support)

OK, this did it:

-moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

30

(496 replies, posted in Juicebox-Pro Support)

Steven wrote:

@paulr
Just remove the following lines from the code you posted:

    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .4);

I have removed this code and still have a shadow. I've tried making the color of the shadow the same as the background color, and still have a shadow. Any idea why I can't get rid of this thing?

31

(2 replies, posted in Juicebox-Lite Support)

Thanks. I guess I was hoping for the best of both worlds. A DIV that had a defined measurement and the slideshow at 100%. Hey, I can dream right?

32

(2 replies, posted in Juicebox-Lite Support)

I'm playing with the lite version and had a question before I update to Pro. I've inserted a slideshow into a DIV and everything is working as expected.  In the Pro version will there be a way to have the show be responsive if it is embedded in a DIV? Right now the slideshow remains the same size if the browser window is reduced.