Problem with javascript?
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Problem with javascript?
Looks like I have managed to pinpoint the problem file:
If I remove this line only from overall_header, the white page dissapears and the board starts working normal. Without the prettyphoto mod of course...
Code: Select all
<script src="{ROOT_PATH}prettyphoto/jquery-1.4.4.min.js" type="text/javascript"></script>
Problem with javascript?
Then go here to get the latest jquery version and use that instead: http://docs.jquery.com/Downloading_jQuery
Problem with javascript?
I have saved the latest version of jquery on the server and changed that overall_header line to:
Is that all I need to do?
If it is, I have tested it and it doesn't work. The problem is still there...
Code: Select all
<script src="{ROOT_PATH}prettyphoto/jquery-1.7.2.min.js" type="text/javascript"></script>
If it is, I have tested it and it doesn't work. The problem is still there...

Problem with javascript?
You havent changed the line in overall_header.html
But this doesnt explain why it works on your testboard and not on your live board.
Also you tell me that it works fine on prosilver which leads to some kind of problem with the style, but only on your live board.
But this doesnt explain why it works on your testboard and not on your live board.
Also you tell me that it works fine on prosilver which leads to some kind of problem with the style, but only on your live board.
Problem with javascript?
I have done the changes, but I reverted back as the problem still existed...
Do you think it would be a better idea to uninstall the prettyphoto and use higslide mod instead?
Do you think it would be a better idea to uninstall the prettyphoto and use higslide mod instead?
Problem with javascript?
Well, I have replaced prettyphoto mod with the higslide one, and so far it looks like it's working fine. The white page has gone, so I'm happy now... 
Thanks for all the support, I appreciate it!

Thanks for all the support, I appreciate it!