juju95
Forum Replies Created
-
Sorry for the late answer
just tried with a fresh 3.8.1 install with just these plugins loaded :
– Nextgen gallery
– Jetpack
– CDN Nextgen Gallery / PhotonAnd still normal images / medias a loaded with wp cdn but none of nextgen galleries. Really don’t know where can be the problem …
because all the images of my site are ok with photon except the nextgen galleries ( using imagebrowser )
in the plugin, i get feedback in all processes when it stop at
add_action( ‘ngg_get_image’, array( $this, ‘action_ngg_get_image’ ) );
if i put send mail in the action_ngg_get_image function, it seems never called
same here, media are ok with photon but no photon on nextgen galleries anymore, any update ?
Forum: Plugins
In reply to: [Post Thumbnail Editor] Buggs with last versionSorry for the late answer
– Your first post : Yes working like that, will use it while you find a solution for the bugg
– The second one : My second problem was a jquery conflict between your plugin and the Jetpack ( jquery.spin.js specificaly from JetPack )
I disabled the jetpack modules using it and i don’t have the error anymore
Forum: Plugins
In reply to: [Post Thumbnail Editor] Buggs with last versionfor the second problem i got the solution here
http://wordpress.org/support/topic/breaks-widgetsIt’s a conflict between jetpack spiner and other js libraries
Just have to download the file given by the jetpack authors
https://github.com/georgestephanis/nuke-spinand install it as a new plugin
But still have the first problem with featured image and still no js error
Forum: Plugins
In reply to: [Post Thumbnail Editor] Buggs with last versionif i go to media, thumbnails i get spiner javascript errors :
`Uncaught TypeError: Cannot read property ‘presets’ of undefined jquery.spin.js?ver=1.3:94
Uncaught Error: Mismatched anonymous define() module: function () {Forum: Plugins
In reply to: [WP Multi File Uploader] No resize of images / Plain uploadGood, was what i needed too, a config page would be really great to this sort of changes we make will be saved at next update of your pluggin 🙂
Just a question, how to change the directory where the files are uploaded ? would be great to be able to put them in a files or tmp dir in uploads
Thanks in advance