Maybe You can give me some advice what is the reason of my problem
Thank you
You were right - the problem seems to be with JQuery.
Even after disabling it in settings you still have two JQueries in your page - on line 26 and line 201.
Those two seem to be included by 'The Photo Gallery' and 'Twitter fetcher' plugins that are used in your template.
I suggest you to remove these lines somehow and include JQuery manually in your template.php, before any <script> tag.
I just played around with this plugin and created a new template to include the Twitter Bootstrap 3 Carousel.
It's not well coded, more quick and dirty, but it gets the job done and could kickstart a proper implementation. Anyone interested?
Can anyone save me reading all 53 pages in this thread :-)
Is there any way to add an extra field (in addition to Title, Description and Tags)? It would be really useful for me if I could add something like a price field.
I know I could use other solutions, like Special Pages or Catalog plugins etc, but the whole way I18n Gallery works suits my project so well. I had thought of re-purposing the tags field, but if someone has a method to add and extra field it would be so much better.
I am looking for a way to have a button in my content area open up a prettyphoto-based gallery.
Somehow it seems that the short codes supplied can only be used with an image thumbnail as the link or a regular text-link, but to create my button I need to set a custom class on the link.
(2015-03-08, 09:18:18)revotron Wrote: I just played around with this plugin and created a new template to include the Twitter Bootstrap 3 Carousel.
It's not well coded, more quick and dirty, but it gets the job done and could kickstart a proper implementation. Anyone interested?
Just post it, but better to make topic under Scripts & Components, otherwise it will be lost soon.
Now the gallery works just fine, but the navigation-bar won't show dropdown-menus anymore. Does anyone mabye know what's the problem here?
You are including jquery in your template. Go to Galleries/Settings and check "Do not include jquery".
As you are using jquery >= 1.9, you need to use the newest version of i18n_gallery: 2.2
is finally updated to use jquery 1.9+, namely 1.11.2. This should make it easier to combine it with other plugins and themes.
clicking on an image in "Edit Gallery" allows you to replace the image.
Thank you for your reply and for the updated version!!
One more question: I'd like to use the s3slider as some kind of newsbox, where you can read the title and the headline of a certain post. Is it possible to write html in the "description"-space? as it is possible for the type "cycle"? So I would like to use it as a content-slider basically.
Hello All. As I can see this have not been addressed before.
I have issues to include the cycle function, what I have problem with Is effect and navigation type.
Everything works if I create a new page and add this code "(% gallery name=my-gallery-name %)"
But I want it in the template so In the template I added this code "<?php get_i18n_gallery('my-gallery-name'); ?>"
I can see the first picture in the slide but the slide itself do not start and also the navigation meny do not change accordingly to my choice. What do I do wrong and what do you need from me to tell me what I do wrong ?
The page is not online so I cant give the page url but I have made sure everything in the troubleshoot guide have been followed. here Is my template.php, it built on a opensource theme I downloaded on the net. the call Is under <div id="middle">
(2015-04-27, 20:07:55)Dimi Wrote: ...
Everything works if I create a new page and add this code "(% gallery name=my-gallery-name %)"
But I want it in the template so In the template I added this code "<?php get_i18n_gallery('my-gallery-name'); ?>"
...
(2015-04-27, 20:07:55)Dimi Wrote: ...
Everything works if I create a new page and add this code "(% gallery name=my-gallery-name %)"
But I want it in the template so In the template I added this code "<?php get_i18n_gallery('my-gallery-name'); ?>"
...
I am not sure if this has been addressed here but I had an issue getting the plugin up and running. My host is using apache 2.4 without mod_access_compat. Becuase of this I was getting 500 Internal Server Error. In order to solve the problem I had to replace all of the .htaccess files with the correct 2.4 syntax. I copied the .htaccess used by GS itself and pasted the code into each of the .htaccess files.
For Allow access files
Code:
#
# GetSimple CMS htaccess ALLOW file
#
# prevent breaking plugin htaccess, prefer compat, since require is not overridable by order
# apache < 2.3
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
# apache > 2.3 with mod_access_compat
<IfModule mod_access_compat.c>
Allow from all
</IfModule>
# apache > 2.3 without mod_access_compat
<IfModule mod_authz_core.c>
<IfModule !mod_access_compat.c>
Require all granted
</IfModule>
</IfModule>
For Deny access files
Code:
#
# GetSimple CMS htaccess DENY file
#
# prevent breaking plugin htaccess, prefer compat, since require is not overridable by order
# apache < 2.3
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
# apache > 2.3 with mod_access_compat
<IfModule mod_access_compat.c>
Deny from all
</IfModule>
# apache > 2.3 without mod_access_compat
<IfModule mod_authz_core.c>
<IfModule !mod_access_compat.c>
Require all denied
</IfModule>
</IfModule>
I would assume this is an issue for all of the i18n plugins?
Only for plugins that need an htaccess to override something, but yes alot of plugins have an assets or css js folder so this will be an issue for you. GS includes default deny and allow htaccess in admin/inc/tmp but having a plugin delete and move those by itself might be problematic permissions wise, its best for authors to update their plugins, it would be nice through if it could be automatic.
(2015-04-30, 03:26:45)shawn_a Wrote: Only for plugins that need an htaccess to override something, but yes alot of plugins have an assets or css js folder so this will be an issue for you. GS includes default deny and allow htaccess in admin/tmp but having a plugin delete and move those by itself might be problematic permissions wise, its best for authors to update their plugins, it would be nice through if it could be automatic.
Yes I agree it would be nice. Maybe GS could provide a default .htaccess file that developers could copy into their directories. I am sure that would present its own headaches, just a thought.
(2013-04-16, 04:38:17)dblewett Wrote: I want to center my rows of thumbnails, rather than having each row aligned left. I tried simply surrounding the call to gallery with center attribute, but had no effect. I've looked through the various files, but I'm very much a novice when it comes to that stuff.
Suggestions?
You have to add CSS rules to your style sheet. You may start with
but you will need more rules to correctly display the frames, etc (if it is possible).
I am in the process of converting my get-simple websites to responsive and am stuck with i18gallery as the above code messes it all up and I don't know how to convert my gallery to responsive. Any help?
2015-05-03, 10:37:39 (This post was last modified: 2015-05-03, 10:40:31 by simplycrazy.)
(2015-04-24, 01:54:57)Oleg06 Wrote: Martin, Google are increasingly demanding to place scripts at the bottom of the template. May be it makes sense to correct all your plugins?
imho, google can go fly a kite. i put scripts (when i use them) where i want or need them in source. google's suggested location is only relevant to, and only speeds up rendering of, a visitor's first page view, after that, the stuff should be browser cached anyway.. and if you use cdn for the big stuff, likely to be cached even on that first hit. gzipping and proper caching is far more important than the location of a script in your output source code. it (scripts on the bottom) was a trend promoted by google originally to ensure that their google analytics scripts did not have any impact on page render times for all the sites that get sucked into giving google their visitor histories.