Posts: 88
Threads: 19
Joined: May 2012
Having issues getting this plug in to activate.
I downloaded new version, unzipped , then uploaded. It did not write files where needed because I could unzip on the server or activate it (not sure which does the writing), so I followed instructions here
http://mvlcek.bplaced.net/get-simple/i18ngallery under installation, but still no luck. I added the cookie snippet to the gsconfig and all the other things on the list.
I am using version 3.1. I had installed The photo gallery first but didn't get it working the way I wanted, so I switched to this plug in. I have removed the photo gallery plug in files from the plug in directory. I also found one in the data/pages folder and removed it. Could there be something else causing a conflict?
My test site is here
http://sherriarnaiz.com/CMS/GS/
I'm trying to create a sandbox for my clients to test this. Wanted to try out responsive templates and add some new plug ins so I wiped out my old site and upgraded to 3.1. I have been at this all day and had numerous other problems. Removed and reuploaded files several times to fix. Now site is functional but this plug in (which I added last) is not working.
Any suggestions for how to fix this are much appreciated.
Thanks!
Sherri
Posts: 2,928
Threads: 195
Joined: Feb 2011
what is this?
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://sherriarnaiz.com/CMS/GS/theme/SA-twitter-bootstrap/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
this is really a bad mistake
do only load the script once! And why loading it with window.jQUery / Document write????????
Posts: 88
Threads: 19
Joined: May 2012
this is really a bad mistake
do only load the script once! And why loading it with window.jQUery / Document write????????
______________
This may be part of a template that I am using Twitter Bootstrap. I will investigate and modify if I can without ruining the functionality of the theme.
Thank you for taking a look.
Posts: 88
Threads: 19
Joined: May 2012
Ok. I've looked through the theme files and I cannot find this anywhere.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://sherriarnaiz.com/CMS/GS/theme/SA-twitter-bootstrap/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
I have no idea where it's being called. I will have to download the entire GS folder and do a sitewide search as it's not turning up when using the edit theme interface.
Posts: 1,204
Threads: 30
Joined: Jun 2010
This bootstrap theme frightenes me :\
Edit heading,wide, and template.php, move
Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
to <head> section in template files, delete
Code:
<script>window.jQuery || document.write('<script src="<?php get_theme_url(); ?>/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
, and set "do not load jquery" in i18n_gallery plugin.
Addons: blue business theme, Online Visitors, Notepad
Posts: 88
Threads: 19
Joined: May 2012
yojoe Wrote:This bootstrap theme frightenes me :\
Edit heading,wide, and template.php, move Code:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
to <head> section in template files, delete Code:
<script>window.jQuery || document.write('<script src="<?php get_theme_url(); ?>/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
, and set "do not load jquery" in i18n_gallery plugin.
Will do!
Posts: 88
Threads: 19
Joined: May 2012
Ok. I have removed code and moved the <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> code to the head.
Still unable to activate the i18n gallery. :-(
Not sure what else I can try other than a different theme.
Posts: 1,204
Threads: 30
Joined: Jun 2010
I think there's a conflict with jquery and modernizr. Also you have GA tracking code in <head>, and it's not a place for it.
Try with another theme, as this bootstrap needs some more attention.
Addons: blue business theme, Online Visitors, Notepad
Posts: 88
Threads: 19
Joined: May 2012
Didn't notice where the GA code inserted. I'll remove the plug in and just add it my self to the template. I'm swapping out the theme and trying Metro Theme since it uses Bootstrap too. I'll take a more careful look at the out put. I was presuming they were correct.
Posts: 6
Threads: 1
Joined: Mar 2010
hi,
comment out the following and the gallery works...
<!--<script src="<?php get_theme_url(); ?>/js/libs/modernizr-2.5.3-respond-1.1.0.min.js"></script>-->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php get_theme_url(); ?>/js/libs/jquery-1.7.1.min.js"><\/script>')</script>-->
Posts: 88
Threads: 19
Joined: May 2012
I gave up and bought a new domain and switched hosts. Reinstalled and managed to get everything working. I think I was having too much difficulty with FTP to the old host and that was corrupting files.