I hate to revive such an old thread, but I am finally getting around to troubleshooting this.  I've just been living with it.  I've taken a look at the source code for a page with a JB gallery that is working and a gallery that isn't, and it looks like WP is inserting something.

Good code:
<!--START JUICEBOX EMBED--><br />
<script src="/wordpress/wp-content/Juicebox_Galleries/MakerSquare2/jbcore/juicebox.js"></script><br />
<script>
  new juicebox({
    baseUrl : '/wordpress/wp-content/Juicebox_Galleries/MakerSquare2/',
    containerId : 'juicebox-container',
    galleryWidth : '800',
    galleryHeight : '600',
    backgroundColor: '#222222'
  });
  </script></p>
<div id="juicebox-container"></div>

Bad code:
<p><!--START JUICEBOX EMBED--><br />
<script src="/wordpress/wp-content/Juicebox_Galleries/Harmontown/jbcore/juicebox.js"></script><script>// <![CDATA[
  new juicebox({
    baseUrl : '/wordpress/wp-content/Juicebox_Galleries/Harmontown/',
    containerId : 'juicebox-container',
    galleryWidth : '800',
    galleryHeight : '600',
    backgroundColor: '#222222'
  });</p>
<p>// ]]&gt;</script></p>
<div id="juicebox-container"></div>

It's added a few things in there, seemingly at random.  Has anyone else had this problem?  It's happened with every version of WordPress (I'm on 4.0 now).

I've found a quirk (that may be normal).  The only way I can find to make certain my JB gallery embeds is to write the post and do any formatting prior to pasting the embed code.  If I go in afterwards and change any formatting or edit any text, although the embed code remains untouched, the gallery disappears on the page.

Got it.  Would I just copy/paste the contents of the <noscript> tags (including the tags)?

Sorry to be a problem child here, but although the <noscript> SEO stuff is showing up in TextEdit, when I upload and view the source code on my website, it's not there.  Any ideas?  Here's a link to the source code.
view-source:http://www.maxphotostudio.c … /#expanded

Thanks, Steven.  TextEdit was not displaying plain text. As always, I really appreciate your help!

If anyone in the future has this problem, go to TextEdit's Preferences and switch from Rich text to Plain text, then check Ignore rich text commands in HTML and uncheck Add ".txt" extension to plain text files.  Close TextEdit, and reopen and you'll be set.

@Steven

No dice- I'm sure I'm doing something wrong, but I upgraded to 1.3.2, made a new gallery to test, made sure SEO Content was checked, and saved.  When I open the index.html file in textedit, I see the gallery name in bold at top, "Gallery Description" directly below that, and then the image names and captions.  There is no <noscript> tag or any other text at all.

Sorry to revive an older post, but I was having an issue with this.  Steven, where would I find the SEO content that JBPro generated?

8

(15 replies, posted in Juicebox-Pro Support)

I'm wondering if it's possible to add alt tags for images via JB Pro.  The SEO features are great, but from what I understand, Google prefers alt tags over image titles and captions.

That did it.  I had WP-Juicebox installed.

I tried that out, but no luck.  http://www.maxphotostudio.com/index.php … dr-photos/

When viewing a gallery, the "Share" buttons (Facebook, Pinterest, Google+, and Twitter) all display as the "Expand Gallery" button; four arrows pointing out. 

http://i.imgur.com/Q4qlcKV.png

That did it!  Thanks for your patient help, Steven!  My permissions were wrong in addition to me having no understanding of a relative path.

That's what I'm having trouble understanding.  That is the correct path to the gallery folder.  I used an ftp uploader and created the folders "Juicebox_Galleries" and "Kali_Kate_HDR," then made note of the exact path where the gallery folder (Kali_Kate_HDR) is located.  That path, according to my ftp program, is "/public_html/wordpress/wp-content/Juicebox_Galleries/Kali_Kate_HDR."  When I look via Cyberduck, all the pertinent files and folders (config.xml, index.html, and the images, jbcore, and thumbs folders) are in the Kali_Kate_HDR folder.

If it helps, I'm also getting my path directly from Cyberduck, where I've uploaded the files.

I just went back and restarted from a clean page.  There's now a JB gallery, but it has the error "Juicebox Error: Config XML file not found."  The file is in the gallery folder; I'm uncertain what may be causing this.

Thanks, Steven.  I switched over to "Text" mode, but it's looking the same.  I went ahead and published, so you can see the results here.  http://www.maxphotostudio.com/index.php … dr-photos/

I've been using the Wordpress Juicebox plugin, but I'm not certain that the SEO tools are built in, so I'm working on making the switch to the desktop application.  I've created my gallery, uploaded it to my server, and am trying to use the baseURL method to point to the gallery (since it's Wordpress, I'm fairly certain I need to do it this way, though I could absolutely be wrong).  But, when I look at my page, all that shows is the html text.  I'm sure I'm doing something ridiculous, but I can't figure it out. 

The page I'm testing is here.http://www.maxphotostudio.com/index.php … ebfa26f33c

Worked like a charm!  That's the way I'll do it from now on.  Thank you, Steven!

I'm not using the flickrSetId- should I be?  I am creating galleries based on tags.

Unfortunately neither option helps.  The set is already organized chronologically, which is how I'd like it to show up in JB.  All the photos are from the same date, so changing the date wouldn't help.  I'm just wanting them to show up in the order taken, but no luck so far.

I have tried several different options via flickrsort, and I can't seem to get my slideshow in any kind of order. 

Example here: http://www.maxphotostudio.com/index.php … oth/toler/

The images are numbered according to capture time, but all different options leave it completely random.  The images are all in one specific set, and are ordered correctly on Flickr.

Any help is appreciated!

Whoops, just figured it out.  I need more coffee.

This may have been covered, though I can't find it.  I'm trying to change the number of flickr images from 50 to 500 via WordPress, but I can't find the option.  Thanks in advance.