Search…

X3 Photo Gallery Support Forums

Search…
 
cherif
Topic Author
Posts: 3
Joined: 22 Jan 2012, 19:05

Thumbnails will not show after Wordpress integration !!

23 Jan 2012, 04:28

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Thumbnails will not show after Wordpress integration !!

24 Jan 2012, 23:13

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 ...
 
cherif
Topic Author
Posts: 3
Joined: 22 Jan 2012, 19:05

Re: Thumbnails will not show after Wordpress integration !!

25 Jan 2012, 03:11

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Thumbnails will not show after Wordpress integration !!

26 Jan 2012, 04:56

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 ...
 
cherif
Topic Author
Posts: 3
Joined: 22 Jan 2012, 19:05

Re: Thumbnails will not show after Wordpress integration !!

26 Jan 2012, 05:40

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 :)