2014-01-13, 17:24:24
(This post was last modified: 2014-01-13, 17:25:28 by graphiclunch.)
(2014-01-11, 00:27:42)mvlcek Wrote:(2014-01-10, 22:45:08)graphiclunch Wrote: I found out that is because I've added a "Scroll to top" javascript.
Isn't there a way to have them both?
"Scroll to top" uses jQuery 1.9, whereas the gallery requires a jQuery < 1.9.
Maybe "Scroll to top" also works with jQuery 1.4.3 like I18N Gallery. You just need to make sure that you don't include jQuery 1.9 in your template.
(2014-01-10, 22:45:08)graphiclunch Wrote: I am also getting these errors:
Warning: include(../../../gsconfig.php) [function.include]: failed to open stream: No such file or directory in /home/dan28884/public_html/plugins/i18n_gallery/browser/imagebrowser.php on line 116
Either you don't have a gsconfig.php or some security setting on your web server prevents including the file. Does the imagebrowser work?
Hi Martin,
Problems solved!
I deleted the jQuery 1.9 on the pages where I have the gallery and kept it on the other pages, that did the trick.
About the warnings, that was because gsconfig.php was renamed temp.gsconfig.php after a move.
Thanks for your help!