Thread Rating:
  • 3 Vote(s) - 3.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I18N Gallery
delete this line in the template
Code:
<script type="text/javascript" src="<?php get_theme_url(); ?>/js/jquery-1.8.3.min.js"></script>
Reply
(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!!! Big Grin

Many many many many many many thanks you are god Big Grin
Reply
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 Big Grin

many thanks
Reply
(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 Big Grin

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
Reply
(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 Big Grin

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
Reply
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


Attached Files Thumbnail(s)
   
Reply
(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'); 
Reply
How to add alt to gallery/slider images ?.
Reply
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?
Reply
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.
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).


Attached Files Thumbnail(s)
   
Reply
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?
Reply
open browser console and check for errors there or in network tab
Reply
Got it, thanks!
Reply
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.


Attached Files Thumbnail(s)
   
Reply
have you tried deleting them through FTP ?
Reply
(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?
Reply
Flush the caches? (Admin, Settings, 'Flush All Caches'.)
--
Nick.
Reply
Hi
Is any one who can make upgrade to fancybox v3

Thanks
Reply
@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
Reply
(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.
Reply
I'd say that http://chocolat.insipi.de would suit your needs
Reply
(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 Wink
Reply
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?
Reply
(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/).
Reply
(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.
Reply




Users browsing this thread: 3 Guest(s)