Tihomir Dmitrovi?
Forum Replies Created
-
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Not recognised by my responsive themeHi Ben,
Right now, WpJaipho can not handle the lightbox gallery solutions. I plan to solve this problem in the future.However, I see that you meanwhile added a photoswipe on your site. I guess you actually closed the issue with it, and that we can close this topic?
p.s. Link you pasted in first post is invalid – there is an extra ) at the end. You might consider to update it.
WpJaipho 1.4.2 is published and the picture selection should work OK now.
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Problem with single quote ' in descriptionWell, I could not find the relation to magic quotes, but I found that NextGEN Gallery handles it by itself.
The WpJaipho 1.4.2 is published and it should cover the issue.
Hi Michael,
No, it is not normal. Actually it is a bug which occurs when the permalinks are activated in NextGEN options.I’ve made a fix, and it will be published in a matter of days.
Forum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsGreat! And thanks, I’ll make a notice on it and probably check how to override particular settings option (already done a similar thing with a nextgen gallery).
I just installed Yoast’s plugin (I’m still on all in one seo) and the option is off by default. That explains why nobody reported problem till now (regarding the extremely huge popularity).
Thanks on a review update!
I hope it will go well from now on with wpjaipho.
Stay well.Forum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsNo, there are no explicit url parameters that plugin searches for.
But in order to determine what’s wrong, you can try to manually change few things in wpjaipho.
– wpjaipho.php – remove if block in line 43 ($enabled variable should contain the result of user agent matching)
– functions.php – change jaipho_is_wp_gallery_call() to always return true (this will use wpjaipho’s gallery.php instead of theme attachment template)Forum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsI have zero experience with a nginx and I do not know does the wpjaipho works with it.
Please, go to your site config.php and turn the WP_DEBUG on true. If it is a live site with visitors, set the WP_DEBUG_DISPLAY to false and WP_DEBUG_LOG to true. Log file is at wp-content/debug.log and there should be an answer what is wrong. This should be a first step in debugging but it did not came on my mind until you mentioned nginxForum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsWpJaipho does detection in php. By default it will be activated on iPhone, iPad, iPod and Android devices. You can add others on settings page with “Custom user-agents” option (e.g. you can add Chrome to test it with your browser).
If no matching device (User-Agent header actually) is detected, WpJaipho does nothing and it can not be detected with view source.
If activated, you can not miss it – it has own template, from top to bottom.That issue with photoswipe, is it only with Genius or it is also with Twenty Twelve? Have you tried their official demo with your Android?
Forum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsGenius framework, well here is the answer. It is a heavy wp modification, it loads pages with an Ajax and god knows how much filters does it applies and blocks other ones.
Technically speaking it should not be too much problem to have such framework and still run WpJaipho, but it is a premium framework and I can’t see how does it works and how to disable it when user enters the gallery. You can ask them on their support forum how to do it and I’ll gladly do a modifications.
You can also try to use Mobile gallery. It is something like WpJaipho but it does not requires separate page load. It might work (please post back the result, I’m very interested in it)
Forum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsQuick one before I get hands on my pc (I’m on iPhone right now): how did you tested the wpjaipho (local or live installation, iphone or desktop browser)?
Forum: Reviews
In reply to: [WPJaipho Mobile Gallery] Note: check Yoast's WordPress SEO settingsWhat seems to be a problem? What are the symptoms? Are you using native or nextgen gallery? Do you have some other gallery plugin active too?
And, btw, https://www.jaipho.com is working OKForum: Plugins
In reply to: [WPJaipho Mobile Gallery] Problem with single quote ' in descriptionYou probably have magic quotes on in your php settings, or something like. I’ll put a check on it in next WpJaipho release.
Untile then, you can remove addslashes() calls in wpjaipho\library\Pipho\Image.php file.
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Supports Zoom in iOS ?Yes, Zoom is planned, but I’m not sure when it will be done. Six months or something like.
You can check on Jaipho roadmap https://www.jaipho.com/content/roadmap to see what else is in plan.Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Jaipho 1.4 hanging at splash screenI was extra fast this time. Plugin is updated (v1.4.1) and the fix for new lines is in it.
Forum: Plugins
In reply to: [WPJaipho Mobile Gallery] Jaipho 1.4 hanging at splash screenHi, the problem is in new lines that you have on some image descriptions and the current WPJaipho version is not able to handle it properly – it triggers javascript error.
You can temporary disable slide descriptions (WPJaipho admin option).
New version, which will include this fix too, will be out in a day or two.