Jason Byatt
Jason Byatt

Reputation: 21

PrettyPhoto doesnt popup only online?

I'm currently experiencing an issue with prettyPhoto playing youtube videos. Playing the video locally on my machine it will work like the below:

screenshot

However, uploading the site online and when clicking the same shortcut it loads at the bottom of the page like below

screenshot

If you need to look at my code please ask. I'm just puzzled to why this works locally and not online. The file structure is exactly the same.

Upvotes: 2

Views: 683

Answers (1)

Kai Husen
Kai Husen

Reputation: 103

3rror404 is most likely right. I've had path issues when using pretty photo before.

Check if the paths are relative or absolute. You might also want to check inside the JavaScript/CSS files to make sure those paths line up.

If you're pretty confident that it's not a path issue then i would check for JavaScript errors within the page. You could use Google Chromes debugger or grab Firebug for Firefox.

Good Luck!

Upvotes: 2

Related Questions