Page 1 of 1

Thumbnails will not show after Wordpress integration !!

Posted: 23 Jan 2012, 04:28
by cherif
Hello there,

i managed to embed imagevue into wordpress page & its working great. the only problem is thumbnails will not show. instead it's giving me ( JPG )
just like this http://oi41.tinypic.com/fmswa0.jpg. although it's working correctly on the native flash website http://i42.tinypic.com/28vf1w0.jpg.

here's a link for the page http://www.urbannomadcreations.com/catalog/.

Thanks a million for your help

Re: Thumbnails will not show after Wordpress integration !!

Posted: 24 Jan 2012, 23:13
by mjau-mjau
What version of Imagevue are you using? Please can I have a direct link to the WP gallery embed? It is something to do with paths ...

Re: Thumbnails will not show after Wordpress integration !!

Posted: 25 Jan 2012, 03:11
by cherif
Thanks alot for your reply .. i'm using Imagevue X2.7.2

and here's a link for the embeded wp page : http://www.urbannomadcreations.com/catalog/
and another one for the original gallery page: http://www.urbannomadcreations.com/catalogs/

best regards,
Cherif

Re: Thumbnails will not show after Wordpress integration !!

Posted: 26 Jan 2012, 04:56
by mjau-mjau
I checked your gallery, and the problem occurs because in the Wordpress embed version, it is trying to load the thumbnails relative from the /catalog/ folder. I find this strange, because normally, Imagevue loads files from a globalpath, defined from the location of the imagevue2.swf.

You can try to set the globalpath parameter in your embed code:
Code
swfobject.embedSWF("http://www.urbannomadcreations.com/catalogs/iv-includes/imagevue2.swf", "swfcdb31", "930", "650", "9.0.0", "", {allowFullScreen: "true", foreground_color: "EEEEEE", background_color: "EEEEEE", theme: "white", globalpath: "http://www.urbannomadcreations.com/catalogs/"}, {wmode: "window", menu: "false", quality: "best", bgcolor: "#FFFFFF", allowScriptAccess: "always", allowFullScreen: "true"}, {});
It might also help to upgrade your gallery, but if the above does the job, then case solved ...

Re: Thumbnails will not show after Wordpress integration !!

Posted: 26 Jan 2012, 05:40
by cherif
i actually went around it & embedded the index.php page instead. a plugin did the trick beautifully.

thank alot for your reply .. your software is fantastic man :)