2016-12-29, 02:24:11
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
2016-12-29, 08:22:34
(2016-12-29, 02:24:11)Oleg06 Wrote: [ -> ]delete this line in the template
Code:<script type="text/javascript" src="<?php get_theme_url(); ?>/js/jquery-1.8.3.min.js"></script>
OMG
It work!!!
I love you!!!

Many many many many many many thanks you are god

2016-12-29, 09:08:52
there is only the last problem...
Removing that line disappears the bar from mobile to switch on the other pages
PLS it is perfect if i can fix this...only last help
many thanks
Removing that line disappears the bar from mobile to switch on the other pages
PLS it is perfect if i can fix this...only last help

many thanks
2016-12-29, 15:30:25
(2016-12-29, 09:08:52)st3v3r Wrote: [ -> ]there is only the last problem...
Removing that line disappears the from mobile to switch on the other pages
PLS it is perfect if i can fix this...only last help
many thanks
you could move the line above <?php get_header(); ?>
http://prntscr.com/dp63kw
In this case, you will need to disable the use of the jQuery in the plugin settings.
though on a computer mobile menu works
http://prntscr.com/dp64be
sorry for the translation Google
2016-12-29, 23:37:03
(2016-12-29, 15:30:25)Oleg06 Wrote: [ -> ](2016-12-29, 09:08:52)st3v3r Wrote: [ -> ]there is only the last problem...
Removing that line disappears the from mobile to switch on the other pages
PLS it is perfect if i can fix this...only last help
many thanks
you could move the line above <?php get_header(); ?>
http://prntscr.com/dp63kw
In this case, you will need to disable the use of the jQuery in the plugin settings.
though on a computer mobile menu works
http://prntscr.com/dp64be
sorry for the translation Google
Many thanks now everything working
I really dont know how to thank you
2017-02-07, 22:28:55
Hi,
Excuse my English :-)
I try use i18n gallery, but I can't install it. I downloaded plugin, copied it to the plugins directory, enable sitewide cookies and check website base url. In admin I see only tab with {i18n_gallery/TAB}. I click on the TAB - there are i18n_gallery/GALLERIES, i18n_gallery/CREATE_GALLERY and i18n_gallery/SETTINGS. After click on every of them I see white empty box.
Could somebody help me?
Thank you
Excuse my English :-)
I try use i18n gallery, but I can't install it. I downloaded plugin, copied it to the plugins directory, enable sitewide cookies and check website base url. In admin I see only tab with {i18n_gallery/TAB}. I click on the TAB - there are i18n_gallery/GALLERIES, i18n_gallery/CREATE_GALLERY and i18n_gallery/SETTINGS. After click on every of them I see white empty box.
Could somebody help me?
Thank you
2017-02-10, 09:22:52
(2017-02-07, 22:28:55)kan-garoo Wrote: [ -> ]Hi,
Excuse my English :-)
I try use i18n gallery, but I can't install it. I downloaded plugin, copied it to the plugins directory, enable sitewide cookies and check website base url. In admin I see only tab with {i18n_gallery/TAB}. I click on the TAB - there are i18n_gallery/GALLERIES, i18n_gallery/CREATE_GALLERY and i18n_gallery/SETTINGS. After click on every of them I see white empty box.
Could somebody help me?
Thank you
Seems like a language issue. In
plugins/i18n_specialpages.php
, try to replace PHP Code:
i18n_merge('i18n_specialpages', substr($LANG,0,2));
i18n_merge('i18n_specialpages', 'en');
with
PHP Code:
i18n_merge('i18n_specialpages', substr($LANG,0,2)) || i18n_merge('i18n_specialpages', 'en');
2017-03-06, 02:30:23
How to add alt to gallery/slider images ?.
2017-03-23, 08:23:18
Hi!
Do you happen to know if there is a possibility to create an automatic list of all available galleries? Or a way to fetch the names of all created galleries?
I would like to create 2 elements:
* a template that will automatically add gallery to gallery page without any code paste
* a widget that will contain 1 thumbnail from 6 newest galleries
Do you know if it is possible or can you give me any hints?
Do you happen to know if there is a possibility to create an automatic list of all available galleries? Or a way to fetch the names of all created galleries?
I would like to create 2 elements:
* a template that will automatically add gallery to gallery page without any code paste
* a widget that will contain 1 thumbnail from 6 newest galleries
Do you know if it is possible or can you give me any hints?
2017-04-23, 05:23:52
Hi, thanks for the nice work!
It would be nice if there would be set the width of a thumbnail link explicitely if configured for fancybox and similar. It is already implemented for height.
To achive this for fancybox, add to 'plugin_fancybox.php' at line 157.
I have not seen another way (like making a pull request) - sorry if this is the wrong way contributing.
Setting height and width to the same value that looks quite modern because of the regular grid (see screenshot).
It would be nice if there would be set the width of a thumbnail link explicitely if configured for fancybox and similar. It is already implemented for height.
To achive this for fancybox, add to 'plugin_fancybox.php' at line 157.
PHP Code:
<?php if ($tw) echo 'width: '.$tw.'px;'; ?>
I have not seen another way (like making a pull request) - sorry if this is the wrong way contributing.
Setting height and width to the same value that looks quite modern because of the regular grid (see screenshot).
2017-06-15, 04:45:03
Hi,
nothing happens when I click on the link to add a photo. I use gt 3.3.13 and the latest plugin.
I checked this:
check if the file plugins/i18n_gallery/loadtab.php was copied to admin - correct it manually if necessary
check if a directory data/i18n_gallery exists and is read- and writeable - correct it manually if necessary
check if a directory backups/i18n_gallery exists and is read- and writeable - correct it manually if necessary
Can anybody help?
nothing happens when I click on the link to add a photo. I use gt 3.3.13 and the latest plugin.
I checked this:
check if the file plugins/i18n_gallery/loadtab.php was copied to admin - correct it manually if necessary
check if a directory data/i18n_gallery exists and is read- and writeable - correct it manually if necessary
check if a directory backups/i18n_gallery exists and is read- and writeable - correct it manually if necessary
Can anybody help?
2017-06-15, 07:43:29
open browser console and check for errors there or in network tab
2017-06-16, 05:35:06
Got it, thanks!
2017-08-18, 07:41:23
Hi,
I'm having an issue with the gallery plug in and I'm not sure what is happening. The client was trying to create a new gallery and found that they got an error. I have updated to the most current version of GS and the only plug in that needed updating was the I18N search. So all is current.
There are two "empty" galleries in the overview.php page and they cannot be deleted. You will see from the screen shot the error message and the galleries.
Any suggestions for how to fix this?
Thank you for any help you can provide.
I'm having an issue with the gallery plug in and I'm not sure what is happening. The client was trying to create a new gallery and found that they got an error. I have updated to the most current version of GS and the only plug in that needed updating was the I18N search. So all is current.
There are two "empty" galleries in the overview.php page and they cannot be deleted. You will see from the screen shot the error message and the galleries.
Any suggestions for how to fix this?
Thank you for any help you can provide.
2017-08-18, 21:48:39
have you tried deleting them through FTP ?
2017-08-19, 04:17:04
(2017-08-18, 21:48:39)morvy Wrote: [ -> ]have you tried deleting them through FTP ?
I cannot find where I would delete through FTP. I have looked in /data/i18n_gallery and there are only that galleries that I have corresponding images for and they all work and look correct.
The galleries are functioning, it's just that I have the two ghost galleries in the overview page and cannot delete them.
Thank you for your suggestion. Maybe there is some where else I should look?
2017-08-20, 22:28:14
Flush the caches? (Admin, Settings, 'Flush All Caches'.)
2017-11-05, 02:37:41
Hi
Is any one who can make upgrade to fancybox v3
Thanks
Is any one who can make upgrade to fancybox v3
Thanks
2017-11-05, 06:41:26
@tomkow do you want it for a personal website? because fancybox requires to buy a license for a commercial project .. it should be fairly easy to upgrade, maybe just swapping fancybox's javascript file could be enough
2017-11-06, 22:11:34
(2017-11-05, 06:41:26)morvy Wrote: [ -> ]@tomkow do you want it for a personal website? because fancybox requires to buy a license for a commercial project .. it should be fairly easy to upgrade, maybe just swapping fancybox's javascript file could be enough
Thanks morvy I did not notice that. Can you recommend any other gallery plugin fot GS with full responsive support. The most important is enlarge photos should be display in full screen.
2017-11-06, 22:33:32
I'd say that http://chocolat.insipi.de would suit your needs
2017-11-08, 22:58:52
(2017-11-06, 22:33:32)morvy Wrote: [ -> ]I'd say that http://chocolat.insipi.de would suit your needs
Thanks and now need to find some spare time to test it

2017-12-08, 03:43:26
I have just added an SSL certificate to my site. But the moment I did that my i18n Gallery file browser stopped working so I can not add images to a gallery. How do I sort this out?
2017-12-08, 04:16:12
(2017-12-08, 03:43:26)andyash Wrote: [ -> ]I have just added an SSL certificate to my site. But the moment I did that my i18n Gallery file browser stopped working so I can not add images to a gallery. How do I sort this out?
Did you update the Website URL with the new address under Settings (https://yourdomain.com/)? Also, make sure you're signed in to GS using the secure URL (https://yourdomain.com/admin/).
2017-12-08, 04:45:48
(2017-12-08, 04:16:12)bensayers Wrote: [ -> ](2017-12-08, 03:43:26)andyash Wrote: [ -> ]I have just added an SSL certificate to my site. But the moment I did that my i18n Gallery file browser stopped working so I can not add images to a gallery. How do I sort this out?
Did you update the Website URL with the new address under Settings (https://yourdomain.com/)? Also, make sure you're signed in to GS using the secure URL (https://yourdomain.com/admin/).
Thank you, but I just figured out that in my file upload process the i18n Gallery files had 777 permissions and when I chmod the permissions to 755, the file browser started working.