Yes you did, thanks a lot Karavas !
line 50 concerns only the flash method though
If you don’t use flash for your slideshow, you’ ll have to find and replace “home_url()” by “site_url” on line 132 also
line 132 : ‘domain: “‘ . trailingslashit ( home_url() ) . ‘”,’ .
becomes
line 132 : ‘domain: “‘ . trailingslashit ( site_url() ) . ‘”,’ .
Hi, I’m having this problem too with the slideshow.
Robert.glez, have you found a way to solve your problem ?
Would it be a solution to edit the js/nggslideshow.js ? If so, how would you guys do ? (I’mm no good at Javascript)