Yesss !!! I works ! Thank you thank you thank you

;-D

Elisabeth

Hello (Steven ?)

I've done searching in the forum but I've not found any adequate answer : my galleries are not displayed on android browsers (chrome and samsung native browser).
I've set up the last version of juicebox, set "auto" at image size, saved and loaded changed files of one of my galleries but there is no change.

Could you help me ?

My gallery here : http://www.extrados.fr/spip.php?article33
Or, without the iframe : www.extrados.fr/galeries2/danemark/index.html

Thanks

Elisabeth

3

(23 replies, posted in Juicebox-Pro Support)

Hi Steven
it was a bit of work but now it's ok, even with my iframes !
Too bad I don't know PHP enough to be able to adapt the SEO script so that there is just one file which gets the good gallery's name. I had to create 24 different SEO files. But not so hard.
Thanks a lot !!!!!
Elisabeth

4

(23 replies, posted in Juicebox-Pro Support)

Hello Steven

thanks for the code ; it was not so hard to implement !


But if you can help me a bit more I would be very pleased.

Each gallery in my website is called from a php page (http://www.extrados.fr/spip.php?article17 for example), and displayed in an iframe :

<iframe id="gallery" src="#" width="100%" height=750  frameborder="0" scrolling="no"></iframe>
<script type="text/javascript">
    document.getElementById('gallery').src = "http://www.extrados.fr/galeries2/#SOUSTITRE/index";
</script>

  (the little script is for Google translation)

#SOUSTITRE is the keyword which indicates the gallery I want, "amerique" in this example.

If i load directly the url http://www.extrados.fr/galeries2/amerique/index the SEO code works perfectly and in the page  source code I see all the links to the images and the comments.

But through the iframe, in the parent page source code you won't see that.

I've tried to replace the iframe by an include, but it doesn't work, I tried to set directly the embedded code in the parent page, does not work...

Have you any idea ?

Because if there was a way, it would be better for SEO, AND the comments would be translated when I apply Goggle translate...

Thanks.

Elisabeth

5

(2 replies, posted in Juicebox-Pro Support)

It works !!!!
Thanks a lot !!!

Elisabeth

6

(2 replies, posted in Juicebox-Pro Support)

Hi everybody

I have a problem with Google translation issue : in every page of my website (http://www.extrados.fr/spip.php?article17 for example) you can translate in several langagues, using Google translate. (my original website is in french)
BUT, the link to each gallery is in an iframe, its source refering to a keyword, and even with the “span class=”notranslate”> tag, Google translates the iframe src so that in place of the gallery it is displayed “Juicebox Error: Config XML file not found.”

What can I do with that ?
The code source is :
<span class="notranslate"><iframe src="http://www.extrados.fr/galeries2/amerique/index" width="100%" height=750  frameborder="0" scrolling="no"></iframe></span>

"amerique" is the name of the gallery, in this example.

Thanks for your help .

Elisabeth

7

(23 replies, posted in Juicebox-Pro Support)

Hello

I had bought Simpleviewer because it was the only gallery which was able to display my art as I wanted; but it took me several months to realize that it was because of Simpleviewer that my SEO  just crashed : when I had one or two messages a week  in my guestbook since 6 years, in 2012 I had... three.
So I set Juicebook and it is the same thing.
I'm going to try your php code but frankly, I did'nt pay to have my SEO going to zero and to be forced to work hard in order to understand and set your code.
Elisabeth