Topic: JB Pro and WordPress image location [SOLVED]
Greetings and thanks for producing and supporting such a wonderful gallery display tool!
99% of my galleries are for posts that have attached media. For those, all I have to do is click the [Add JuiceBox Gallery] button.
Now I need to be able to build galleries that will use images associated with different posts. For example, I might have 10 portrait session posts, each with media and a single JB gallery. Now I want to show off my "best of" portraits. I create a post and will have to manually build the JB gallery.
No big deal; I just need a little help with the XML syntax. This is standard WordPress...
All the files live in wp-content/uploads/YYYY/MM/ folders
I was trying to follow the instructions at https://www.juicebox.net/support/creation/ Step 4
<image imageURL="images/tall.jpg" thumbURL="thumbs/tall.jpg" linkURL="http://www.example.com" linkTarget="_blank" >
<title>This is my title.</title> <caption>This is my caption.</caption> </image>
I modified the URLs, but no joy. I tried using JB Builder to generate the code locally, then edit the paths, but still came up empty.
<image imageURL="wp-content/uploads/2019/12/191011-rff-altria-0001-web-ready.jpg"
thumbURL="wp-content/uploads/2019/12/191011-rff-altria-0001-web-ready.jpg"
linkURL="wp-content/uploads/2019/12/191011-rff-altria-0001-web-ready.jpg"
linkTarget="_blank"
sourcePath="wp-content/uploads/2019/12/191011-rff-altria-0001-web-ready.jpg">
</image>
I'm sure this will be a simple fix on my part :D
If you need any more info, just let me know.
Thanks again!