Site malner.ru
Made on modx. In the header of the carousel site, when you click on the button to change the picture, an error is displayed: "Forbidden you do not have permission to access / assets / templates / default / on this server."
What could be the problem?
I noticed that in the head there is such a code

<base href="http://malner.ru/assets/templates/default/" /> 

when you go to href = "http://malner.ru/assets/templates/default/" , the same error is displayed.
Folders in the way assets / templates / default with access 777. Please tell me what could be the reason?
Thanks in advance.

    2 answers 2

    You haven't activated the carousel, try changing $ calls to jQuery . Plus, there is an error in the console: http://malner.ru/assets/templates/default/js/jquery.tinycarousel..min.js - there is an extra point on the way before min.

    In general, of course, it is advisable to look into the console and try to understand what is written there.

    • Extra point before the link removed. This I activated today what I saw in the js folder, but tinycarousel.min.js did not help. Please tell me how to replace $ calls with jQuery, can you write an example? I will already try to fix on the model. Thanks for the help! - Michael
    • Repaired. At the modx forum, it was suggested that you just swapped script calls like this: <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="js/jquery.tinycarousel.js"></script> - Michael

    Resolved:
    On the modx forum, it was suggested that the script calls should be swapped:

     <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jque‌​ry.min.js"> </script> <script src="js/jquery.tinycarousel.js"></script>