11 years ago
x38
Member
Hi!
On widgets tab, I cannot drag and drop widgets to sidebars/footers or remove them from there. I already had this issue and it was solved by installing "Use google libraries" plugin. But now widgets doesn't work even with this plugin. If I change my theme to default - everything works great. Any help? |
11 years ago
Alice
Support Service
Hi!
Please, try to follow the instructions: |
11 years ago
x38
Member
Alice, thanks, worked #3 solution.
in inc/administrator.php changed <code> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> </code> to <code> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script> </code> |