Tihomir Dmitrovi?
Forum Replies Created
-
Hi,
You have pre 5.3 PHP version.For now, you’ll have to edit wpjaipho.php. Just follow this two steps:
1. paste this function at the end of file
function jaipho_carousel_disable_filter() { return true; }
2. Change line 59 from
add_filter( 'jp_carousel_maybe_disable', function () { return true;});
to
add_filter( 'jp_carousel_maybe_disable', 'jaipho_carousel_disable_filter');
Next update will contain this changes.
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Does not work for meGlad to help.
For photo title and description, WpJaipho uses information from wordpress media library, so if you change it there, it will be in WpJaiphoo too.
Zoom? Sorry, still not supported ??Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Does not work for meNow, with 1.4.5 it should work.
It was about Jetpack carousel gallery.Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Does not work for meSorry I haven’t seen the post before.
Still need assistance?Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] NextGEN 2.0 not supportedThanks dude. I’ll try it and publish the fix.
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Gallery does not displaying the correct imagesHi
Do you have url where i can see it?
Are you using nextgen or native wp gallery?
Do you have multiple galleries on a single page?
Regarding the sort – wpjaipho just uses the native order of provided images. But let check it latter.Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Microsoft Surface RT – Mobile galleryI did not test it with Surface, but in general, it is written to work with any browser. Only downside is that the gestures works only with webkit browsers (safari, chrome).
To activate wpjaipho with Surface (by default it activates itself only for iphone, ipod, ipad and android) you have to enter user agent match in “Custom user-agents:” property. E.g enter “MSIE” in it.
You’ll have to check by yourself what user agent does Surface have, and is there any part of it you can relay on.Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Plugin does not work for IphoneSorry, I do not have much expiriance with that kind of plugins.
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Plugin does not work for IphoneWpJaipho is activated only when you are viewing image gallery on some page. On all other cases, WpJaipho does not have any influence on your site.
Do you have any gallery on your site? On which url I can check the issue you are talking about?
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Plugin does not work for IphoneHi,
Can you paste direct link to a page with gallery? I could not find it.Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Nextgen Pagination causes problemsWell, I tried the case on my installation and it all works well. I set pagination with and images attribute of a nggallery shortcode.
Can you please try to disable other plugins that might cause the problem? You can try with an usual suspects first, like lightbox galleries or other heavy javascript usage plugins. If you isolate the problematic plugin, I could reproduce the issue on my installation.
If you do not succeed with plugins, please check are there any Javascript errors (you can use firebug).
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] More than 123 pictures not displaying on iPadNo, there is no help on this right now. It is a Jaipho javascript issue and it is planned to be solved in the future https://www.jaipho.com/content/roadmap – New slider engine
Sorry on that.You can try https://www.ads-software.com/extend/plugins/photoswipe-for-nextgen-gallery/ . Photoswipe does not have that problem with large galleries
Glad to help.
I just published v1.4.3 which fixes that issue. Now, it should work even with the Scroll gallery activated.
Can’t understand what causes it.
Are there any other plugins on the website? If we can figure out which one is the cause, I’ll be able to reproduce bug on my local installation.
Hi,
Just clear the “Debug levels” value on settings page.Actually, it is a bug on debuging functionality and I’ll fix it in future.
Thanks for reporting it