I am developing here . On the internal product page , click the "Contact", "To Favorites", "Add to Black List", etc. links to get an empty screen instead of the expected input mini-block. This grief happened after the change of design cap files (although it was exported as accurately as possible). Advise how to monitor the error?
1 answer
To catch errors of such a plan, I advise you to use the Firebug plugin for Firefox . In general, here are the errors that this very Firebug showed:
NetworkError: 404 Not Found - http://an-alternativa.com.ua/templates/default_theme/css/system.css NetworkError: 404 Not Found - http://an-alternativa.com.ua/templates/default_theme/css/general.css NetworkError: 404 Not Found - http://an-alternativa.com.ua/templates/default_theme/js/jquery/jquery.js NetworkError: 404 Not Found - http://an-alternativa.com.ua/templates/default_theme/js/jquery/jquery.js NetworkError: 404 Not Found - http://an-alternativa.com.ua/templates/default_theme/css/images/arrow3.png For starters, check the path to the jquery.js file, and to the css-files, too, would not hurt to check.
|