Fabian Stanke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PhotoNav] Error with PhotoNav plugin resulting in no imageThank you for taking the time to report your problem.
Unfortunately, when I visit your site, my error console reports the following errors:
[Error] Failed to load resource: the server responded with a status of 503 (Service Unavailable) (prova-immagine-zoom, line 0) [Error] Failed to load resource: the server responded with a status of 503 (Service Unavailable) (Napoli2_HDR.jpg, line 0)Also, the page seems to be a maintenance page and there doesn’t seem to be a photonav element on that page.
Cheers
Forum: Plugins
In reply to: [WP-PhotoNav] Error with PhotoNav plugin resulting in no imageI’ve just had a quick look, but it’s really hard to debug on your website, because jQuery seems to be wrapped up somehow by Modernizr, which – in addition – is minified.
I did set a breakpoint in the PhotoNav initializer, but the debugger doesn’t even get there, so I’m pretty sure it’s not a problem with PhotoNav.
Did you try to rule out other problems, e.g. by switching off other plugins?Forum: Plugins
In reply to: [WP-PhotoNav] Error with PhotoNav plugin resulting in no imageThanks for the report.
PhotoNav does use WordPress’s jQuery mechanism, i.e. it does not bring any other/second copy of jQuery as you can easily verify by looking at the in the plugin directory.
Do you have a link to an exemplary page where the error happens? Without looking at the error myself I’m afraid I won’t have any chance of fixing it.
Regards,
Forum: Plugins
In reply to: [WP-PhotoNav] duplicate container cssHi,
Good to hear that the problem has been resolved.
The CSS classes are all referenced in a qualified fashion (starting with photonav…) inside wp-photonav.css, thus any collisions should be won by the plugin (over the theme).
But you’re right, different class would probably further lower the chances of problems.
Thank you for your feedback,
CheersForum: Plugins
In reply to: [WP-PhotoNav] 1.2.1 errorsHello,
You’re right. Those are orphaned resource hooks (from experimenting with an extension of the media uploader) which are removed in new version 1.2.2 (just released).
Thank you for reporting and for your analysis/explanations!
Cheers,
FabianForum: Plugins
In reply to: [WP-PhotoNav] 1.2.1 errorsHi there,
As you can verify in the WordPress repository, the plugin does not include any uploader.js or uploader.css files. If there are any such files in your install, you should probably delete them. Also I did not get any PHP errors during testing.
In which situation do you get these errors? Do you have a testing install set up?
Cheers,
FabianForum: Plugins
In reply to: [WP-PhotoNav] Not working with color box anymore since update to 3.7.1This should be fixed with version 1.2.1
Forum: Plugins
In reply to: [WP-PhotoNav] Not working with color box anymore since update to 3.7.1Hi Nooriji,
Thank you for reporting this issue! It seems to be reproducible and I will look at it as soon as possible.
Cheers.
Forum: Plugins
In reply to: [WP-PhotoNav] Which Capability at multisiteHi again,
With version 1.2, the editor dialog has been completely re-written. Please leave a message if the problem persists. thanks!
Cheers.
Forum: Plugins
In reply to: [WP-PhotoNav] Image range changed when updatingThank you for confirmation. I’ll mark this as resolved.
Forum: Plugins
In reply to: [WP-PhotoNav] Scrolling form left to right instead of right to leftHi again,
starting with version 1.2 (released today) it is possible to specify the animation direction by defining animate=left or animate=right
Cheers.
Forum: Plugins
In reply to: [WP-PhotoNav] IPADHello,
Thank you for your feedback! This should work in both drag modes (drag or drag360) starting from version 1.2 (released today). Check out http://fmos.at/wp-photonav/ for a demonstration.
Cheers.
Forum: Plugins
In reply to: [WP-PhotoNav] Image range changed when updatingHi, thank’s for reporting the issue. However, the example (link) is missing. If you mind, you can report issues on github or on the plugin homepage also.
Regards
Forum: Plugins
In reply to: [WP-PhotoNav] Scrolling form left to right instead of right to leftHi eltono,
Sorry, there is currently not possible to configure the direction of the animation. I have it on my list for future releases though.
Regards
Forum: Plugins
In reply to: [WP-PhotoNav] Which Capability at multisiteHi Mario,
I use the
media_buttonsaction to register the icon in the post editor. I’m not aware that this can be configured for administrators/normal users. Do you have any additional hints?Cheers, Fabian