2013-05-12, 16:09:32 (This post was last modified: 2013-05-17, 20:37:43 by lakaroth.)
Hello there, during some experiments and test, i'v find this sort of error, for example, the i18n gallery plugin wont work correctly with some themes like "Escape Velocity" the fancybox, and others options dont work... how can i fix it?
B.Regards
(2013-05-12, 16:09:32)lakaroth Wrote: Hello there, during some experiments and test, i'v find this sort of error, for example, the i18n gallery plugin wont work correctly with some themes like "Escape Velocity" the fancybox, and others options dont work... how can i fix it?
B.Regards
Probably it's a problem with jQuery. Make sure that the theme uses jQuery 1.8.x or lower and that there is no jQuery.noConflict() call.
Check page's source (ctrl+u in most browsers) and search for "jquery" string.
The path to jquery library often contains version number. If not, just click on the link to jq library, and see the jquery version in sourcecode.
Addons: blue business theme, Online Visitors, Notepad
(2013-05-12, 22:30:44)yojoe Wrote: Check page's source (ctrl+u in most browsers) and search for "jquery" string.
The path to jquery library often contains version number. If not, just click on the link to jq library, and see the jquery version in sourcecode.
(2013-05-17, 20:10:18)lakaroth Wrote: Thanks for your answer, here a screenshot.
Depends on why jQuery 1.7 is included in your template.
But the easiest way is to have I18N Gallery not include jQuery itself by setting the appropriate option in I18N Gallery configuration settings.
He cant work because jquery.prettyPhoto.js is NOT in the corrects directory php get_theme_url
So just copy and past in theme directory jquery.prettyPhoto.js or maybe change the string in:
A lot of themes dont work with some plugins if you just unzip in theme folder and activated, up there's the solution for lot of problems.
Have a nice day guys!
Thanks again