Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I18N Gallery
you removed the file, but it's still requested in html, so .. you need to remove it from plugin (mvlcek why is it there anyways?)

regarding noConflict, it's called 2 times, at the end of responsive and scripts.js files in your template, just comment them with // and it should fix the slider
Reply
(2016-07-26, 21:09:42)morvy Wrote: you removed the file, but it's still requested in html, so .. you need to remove it from plugin (mvlcek why is it there anyways?)

regarding noConflict, it's called 2 times, at the end of responsive and scripts.js files in your template, just comment them with // and it should fix the slider

Argh.  It still doesn't work!  I'm so grateful for your time.  Any other possibilities?   Huh
Reply
you still left one `jQuery.noConflict();` in script.js (line 143, last one..)

also I'm afraid if Fancybox will work with jQuery 1.11.1 because it's quite old now, it had issues with 1.9.0, but there is a patch for this on StackOverflow

// I found out, that "migrate" plugin also preserves compatibility, so I believe it's there from this reason. But I still wouldn't use it and use patched scripts instead, as migrate is another file that has to be downloaded etc.. (sorry, I really thought it's just a nagging extension for developers)
Reply
Hey all,
I'd like to know if there is a way to add galleries to templates directly as PHP. I tried to search it in thread, failed.
Thanks.
Reply
Hello, sorry if this problem is already mentioned , i am a Get simple CMS beginner and don't undertand everything.

I am using GreyOnePage theme, the thumbnail display is OK, but on click on the picture, it just open picture (up-left) in white page (Not showing in lightbox or cycle, fancybox, prettyphoto, s3slider or supersized even if i use something like : (% gallery name=my-gallery type=prettyphoto %)

It seems that something is missing in the theme, can't find what. I have the same problem with "The Photo Gallery" plug-in , so it must come from a misconfiguration of the GreyOnePage theme.

Thank you for your help
Reply
@barknezz, maybe you should try to check mvlcek's website, everything is nicely explained there: http://mvlcek.bplaced.net/get-simple/i18ngallery

@Bill, open Console in your browser and check if there are any errors. It seems like a problem with jQuery not loaded correctly (so the link is not handled by lightbox and is opened as standard link)
Reply
(2016-08-05, 09:48:25)morvy Wrote: @barknezz, maybe you should try to check mvlcek's website, everything is nicely explained there: http://mvlcek.bplaced.net/get-simple/i18ngallery

@Bill, open Console in your browser and check if there are any errors. It seems like a problem with jQuery not loaded correctly (so the link is not handled by lightbox and is opened as standard link)

Ok i have got this error :

(index):248 Uncaught TypeError: $sel.fancybox is not a function

Code:
 <script type="text/javascript">
     $(document).ready(function(){
       var $sel = $("[rel=fancybox-photo-test]")
         $sel.get(0).href = 'http://www.website.fr/data/uploads/photos/businessdesign1.jpg';
 $sel.get(1).href = 'http://www.website.fr/data/uploads/photos/businessdesign2.jpg';
 $sel.get(2).href = 'http://www.website.fr/data/uploads/photos/futurotextile1a.jpg';
 $sel.get(3).href = 'http://www.website.fr/data/uploads/photos/futurotextile2.jpg';
 $sel.get(4).href = 'http://www.website.fr/data/uploads/photos/project.jpg';
 $sel.get(5).href = 'http://www.website.fr/data/uploads/photos/smart.jpg';
       $sel.fancybox({
         
         cyclic: true
       });
     });
   </script>
What should i do ?

Thanks for your help again
Reply
so fancybox js file is not included, so fancybox function cannot exist, that's why it says it's not a function.. link to the website would help, or at least code from head and all footer stuff
Reply
Oh my goodness, Morvy! You made it work! I have been trying to figure this thing out for weeks and have asked several JS / jQuery friends for advice to no avail. I owe you a latte big time. Thank you so much! <3
Reply
(2016-08-05, 17:23:53)morvy Wrote: so fancybox js file is not included, so fancybox function cannot exist, that's why it says it's not a function.. link to the website would help, or at least code from head and all footer stuff

Thanks morvy 

here is the link to the beta site : 

http://www.lesbureauxdelesplanade.fr/

How do i include fancybox js ?

Thanks for helping me.
Reply
@katya, you're welcome

@Bill, have you added that $sel code yourself ? I would replace it with $('#photos').fancybox(); but put it AFTER get_footer();
Reply
(2016-08-08, 00:09:02)morvy Wrote: @katya, you're welcome

@Bill, have you added that $sel code yourself ? I would replace it with $('#photos').fancybox(); but put it AFTER get_footer();

Ok, i have got it thanks !
Reply
(2015-08-06, 19:02:37)Riianna Wrote: Is there a code snippet to show recent photos in sidebar? like 1-5 photo with slider or something with link to gallery  Angel

Anyone? Big Grin.
For now in sidebar i use this snippet with thumb random, but what if i want to show 4 random images in sidebar?.
Code:
<?php get_i18n_gallery_link('my-gallery-name',
array('url'=>'my-gallery-slug', 'thumb'=>random)); ?>
Reply
Hello,
I will work even if the gallery on my server PHP7?
PHP7 longer supports ASP tags ..
https://www.digitalocean.com/company/blo...for-php-7/


Attached Files Thumbnail(s)
   
Reply
@b3da this plugin doesn't use ASP tags at all..
Reply
Hello,

I would like to know, if I can make a navigation based on tags or bookmarks? I would like to create one giant cycle slideshow and inside there are tagged images: The first three images are tagged (for example) lions, the next three images are tagged elephants and so on.

The navigation I'd like to create lists those tagnames as buttons (underneath), so I can jump right to the tagged images accordingly (and I don't have to wait or press for a certain image to show up).

Thanks, teazmo
Reply
It is the first time I have used this gallery. 
Works as expected on pc screen but when viewed on a tablet/ipad the opened image scrolls to the bottom of the screen, when I move it to the scentre it resets to the bottom, of its own accord. 
 Any ideas what I may have done? I have tried other sites using the same system and they function correctly
I am using the Prettyphoto option.
Reply
(2016-09-27, 06:46:00)Cavetroll Wrote: It is the first time I have used this gallery. 
Works as expected on pc screen but when viewed on a tablet/ipad the opened image scrolls to the bottom of the screen, when I move it to the scentre it resets to the bottom, of its own accord. 
 Any ideas what I may have done? I have tried other sites using the same system and they function correctly
I am using the Prettyphoto option.

Happy to report that after a lot of faffing about i solved the problem, it was a conflict with another file in the plugin folder ( which probably did not belong there.
Reply
Hi mvlcek, I was wondering if you could add an option when adding new photos to an existing gallery to let you choose their position in the list of photos. You already have an option to Add all images, could that be changed to something like, Add all images to beginning of gallery - and- Add all images to end of gallery? This would be a huge time saver and a frequent request from my customers that manage their own websites that are using this plugin. It's only an issue when you have a large gallery that is updated regularly, most folks want the newest photos at the top, so there's a lot of dragging and dropping. Thanks for your time!
Reply
hi

thx for the best gallery plugin!

gallery link parameters don't seem work:
Code:
(% gallerylink name=Designathon url=designathon thumb=random thumbwidth=300 %)

i get the linked thumb on the page, but random and thumbwidth have no effect.
How to fix?

thx!
Reply
How to show prettyphoto in page, not in lightbox?.
Reply
hi

thx for an awesome plugin!

currently, we can view a gallery by clicking "View" in the gallery editor. That loads a "preview" page.

Code:
http://mydomain.org/?name=mygalleryname&preview-gallery

That proves you're already providing a url to view the gallery-- without the need to create a page for the gallery. 

currently, your plugin requires that we create a new page on our site to view each gallery. If we have 40 galleries, that's 40 extra pages filling up our backend-- making it more confusing (and risky) to navigate and edit non-gallery pages. 

Request: Please let us use that preview page to view the galleries on our live site-- instead of making us create a separate page for each gallery. This would greatly simplify the usage of this plugin.

You're almost there! Currently, we can put a gallery thumb on a page using a shortcode:
Code:
(% gallerylink name=mygalleryname url=mygalleryname thumb=0%)

If i try to put the preview url into the gallerylink shortcode-- it almost works!
Code:
(% gallerylink name=mygalleryname url=?name=mygalleryname&preview-gallery thumb=0%)

There's only one problem-- if i use the above shortcode, a slash gets appended to the end of the url, breaking it:
Code:
http://mydomain.org/?name=mygalleryname&preview-gallery/
If only the plugin did not append that slash, then i could view the gallery by putting the preview url into the gallerylink code. Then i would not have to create another page for every gallery.  

So, please stop appending a slash to the url parameter-- that's all that's needed to allow us to use the preview page to view a gallery, and eliminate the need to create a new page for every gallery.

thx!
Reply
Hello everybody

im completly new on GS but im using that to help a friend for her website

Im becoming crazy, this website is a music accademy and i need to put a gallery with every events of the school. I dont care which kind of gallery but im just looking for somenthing to show the imgs for ppls that visit the website.
Im trying to use I18N Gallery plugins (and i try many and many others but dont work well) but i dont know why dont show pictures correctly

Can some1 help from 0? 
I downloaded plugins and i put that with FTP online in plugins folder
i actived everything from "PLUGINS" but dont work like i want or like descripitions saying
i need somenthing like fancybox effect of I18N but i need that the image keep the positioning on screen 

www.laccademiadellamusica.altervista.org 

Im so sorry for my bad english i hope some1 will answer soon. 
Many thanks
Reply
Try disabling the plugin Fansibox and enable the use jQuery in the plugin settings I18N Gallery.
Reply
(2016-12-28, 09:23:19)Oleg06 Wrote: Try disabling the plugin Fansibox and enable the use jQuery in the plugin settings I18N Gallery.

I do that but dont work is the same
I remove the flag on "Do not include JQuery"

Sad
Reply




Users browsing this thread: 3 Guest(s)