Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i18N Gallery won't Activate
Author Message
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-12 15:17:45
i18N Gallery won't Activate
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
Find all posts by this user Quote this message in a reply
Connie Offline
Super Moderator

Posts: 2,722
Joined: Feb 2011
2012-05-12 16:07:53
i18N Gallery won't Activate
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????????

|--
Die deutsche GetSimple-Webseite: http://www.Get-Simple.de = the german Get-Simple-Website!
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Find all posts by this user Quote this message in a reply
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-15 01:04:43
i18N Gallery won't Activate
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.
Find all posts by this user Quote this message in a reply
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-15 01:11:10
i18N Gallery won't Activate
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.
Find all posts by this user Quote this message in a reply
yojoe Offline
GS Freak

Posts: 1,162
Joined: Jun 2010
2012-05-15 01:43:57
i18N Gallery won't Activate
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.

Themes: Getsimple BlueBusiness theme
Plugins: Online Visitors, Notepad
Visit this user's website Find all posts by this user Quote this message in a reply
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-15 07:13:23
i18N Gallery won't Activate
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!
Find all posts by this user Quote this message in a reply
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-15 07:58:30
i18N Gallery won't Activate
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.
Find all posts by this user Quote this message in a reply
yojoe Offline
GS Freak

Posts: 1,162
Joined: Jun 2010
2012-05-15 08:06:31
i18N Gallery won't Activate
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.

Themes: Getsimple BlueBusiness theme
Plugins: Online Visitors, Notepad
Visit this user's website Find all posts by this user Quote this message in a reply
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-15 08:27:59
i18N Gallery won't Activate
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.
Find all posts by this user Quote this message in a reply
ogee Offline
Junior Member

Posts: 4
Joined: Mar 2010
2012-05-16 20:49:38
i18N Gallery won't Activate
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>-->
Visit this user's website Find all posts by this user Quote this message in a reply
sarnaiz Offline
Junior Member

Posts: 28
Joined: May 2012
2012-05-17 09:02:25
i18N Gallery won't Activate
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.
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)

Contact Us | GetSimple | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication
Generate Leads from Documents vCard Hosting