Best support I never received in my life.
This guy is very serious and available.

Very good person.
Giadina.

Hi Steven,

I have done (sent).
Incredible support. The only one to give this kind of attentions.
Very good, Thank you,

Regards,
Giadina.

Hi Steven,

i tried without the final slash.
$pageURL = $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
if ($pageURL != "www.yoursite.com") {

In this case the plugin download  all the images on the home page.
They appear also on the popup.

We need to find the right:  conditional expression as you said.
tell me where I can send you the login access.

Thank you,
Regards,
Giadina

Hello Steven,
I really appreciate your support, very strong.
Listen how I can give you the access in private mode?

thank you,
Giadina

5

(5 replies, posted in Juicebox-Pro Support)

Hi Steven, thanks.

I understand that the iframe option could be useful to have it as a standalone photo gallery and not as a wp-plugin alternative.
Thank you. I understand.

Regards, Giadina

6

(5 replies, posted in Juicebox-Pro Support)

Hi Steven,

Listen, I think that on this code, to use with wordpress/flickr I need one or more value to add:
<iframe src="http://www.example.com/gallery/index.html" width="800" height="600" frameborder="0" scrolling="no"></iframe>

It's ok, the the src url, but like this, the plugin respond with: "Juicebox Error: Config XML file not found" of course.

Could please tell me the right code to add into the iframe in way that plugin find the gallery script and the xml file?

Thank you,
Regards,
Giadina

Steven,
tell me do you refer to the wp-juicebox.php ?
The code you suggested me above?

I mean in wp-juicebox.php

Change the start code from

---
function shortcode_handler($atts) {
        extract(shortcode_atts(array('gallery_id'=>'0'), $atts));
        if (is_singular()) {
            if ($gallery_id != 0) {

                $gallery_filename = $this->get_gallery_path() . $gallery_id . '.xml';

                if (file_exists($gallery_filename)) {
----

to:

----
function shortcode_handler($atts) {
        extract(shortcode_atts(array('gallery_id'=>'0'), $atts));
        $pageURL = $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
if ($pageURL != "www.alexis.it/") {
            if ($gallery_id != 0) {

                $gallery_filename = $this->get_gallery_path() . $gallery_id . '.xml';

                if (file_exists($gallery_filename)) {

----

I tried this, but it seems don't work.
I probably forgot some code...

Thank you for your help.
Regards,

Giadina :)

Steven,
Listen, I think, if you can, that if you tell me where I have to place the code will be better...
Not sure if it's on query.php.

Sorry Steven,
I know this is not your job..
Thank you,
regards,
Giadina

Steven,
Ok, I got it.
Is in wp_include query.php correct?

Steven,

I am sorry, believe me, I have not found the place where to add the code.
I thought on function.php theme/wp but is not there.

I am starting to think that maybe could be into the header.php go the home page.

However I found two conditional tag, it seems in this theme is not present the: if (is_singular()) {
I found this on the twenty ten/header.php

On my header I have:

line 5: <?php if (is_page() || is_single()) { global $post; ?>
line 39: <?php if (is_page() || is_single()) { ?>

So the question is:
I add a complete new code line:
$pageURL = $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];
if ($pageURL != "www.alexis.it/") {

I suppose it will need to have some more code at the start and end on this.

Thank you for your help.
Maybe can I send you a coffee though paypal?

Regards,
Giadina

11

(5 replies, posted in Juicebox-Pro Support)

Hi Steven,

Thank you, You're right.
On the default theme work fine in all the browser.

I go to try to isolate the css.
Maybe could be much easy that use iframe code on each post.

Thank you, I go to try.
Regards,
Giadina

12

(5 replies, posted in Juicebox-Pro Support)

Hello, nice plugin but I think will never work fine.
It seems a nightmare to set.

I have issues on the gallery (grab from flickr).

On IE9 the gallery appear but the
go ahead + back + full screen + thumbnail list buttons don't work, it seems as the mouse over function is disabled.

The only thing you can do is to click on the 5 thumbnails on bottom.
Any other icons don't work.

I tried different doctype as you suggested without to fix this.

On Mozilla browsers: Safari, FF, Chrome WIN/MAC, the same.
In this case, you can see the gallery as the image attached: http://tinypic.com/r/2mfhqo9/6
If you little move the browser window size, the gallery appear fine even if, you only have the thumbnails on bottom work.

I tried to set the gallery size h:w in percent and in pixels without to fix it.

So, hope you will have a fix.
I appreciated your support, I am starting to be worry that will be impossible to fix all the issues.

Anyway, tell me please how to fix this.
Regards, Giadina

Hi Steven,
Thanks a lot for your support.
The script now don't download everything on the home page.

Please take a look to: http://www.yoursite.com/
Open "Parigi: Guy Laroche en bleu" the second post.

This Theme work with a popup system and with a traditional post page.
On the popup I receive: Open post to view WP-Juicebox Gallery Id 4.

If you reach the post trough a traditional post page at:
http://www.yoursite.com/parigi/parigi-g … he-en-bleu

You will see the gallery. Actually have some issues I am working to fix.
Don't worry about this, I tried to see the post in the Default WP Theme and looks and work fine.
So, I think I need to find a solution for my theme.

THE QUESTION:
Do you have some tricks/tips to have on the popup the gallery run?
I mean at the place of "Open post to view WP-Juicebox Gallery Id 4."
Have the gallery showed. It seems the behavior it's like this, because for some reason there is not a embed code.

Steven, i understand if you request me a development cost to fix this.
Or maybe do you have some "right direction" on how to fix it.

Thank you for your strong support.
Regards,
Giadina

Hello, I both the pro plugin.
I have a photo blog, and I use the plugin to play/grab images from my Flickr account.
I use this string on post:(example) [juicebox gallery_id="4"]

My home page on source show these codes:
<!--START JUICEBOX EMBED.-->
<script type="text/javascript">
    new juicebox({
        backgroundColor : 'rgba(255, 255, 255, 1.0)',
        containerId : 'juicebox-container4',
        configUrl : 'http://www.mysite.com/wp-content/uploads/juicebox/4.xml',
        galleryHeight : '650px',
        galleryWidth : '100%'
    });
</script>
<div id="juicebox-container4"></div>
<!--END JUICEBOX EMBED.--></p>

I tried different themes, Twenty Ten and Twenty Eleven included.

ISSUE:
The behavior of the plugin is not as i thought to have.
My home page show about 15/20 posts with just the featured image as thumbnail.

In each of them I grab from Flickr about 20/30 images.
My Home Page have about 20 post presentation.
Actually on my home page the plugin, for some reasons i don't know, download about 150/180 images in one shot even if nobody open any post as a single page. Iit seems absurd this function.

Usually a right behavior should be to download the images of the "POST A" when the "POST A" is open (click/user-action).
The plugin don't follow this way. It download all the photos of each post, even if, is not open as a single page.

This is a big problem for me because i have a photo blog!
My home page is became very very slow with more of 5 mega of data and 180 different call/urls!

Could you help me to fix this issue?
My wish should be to have the plugin working only if the relative post with the photo gallery is open from the user.

Hope you can help me.
Regards, Giadina