michelapau
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] Front end upload error messageIt’s a shame not to use $wppa_alert in wppa_function.php I
I added/replaced the lines 4700/4701/4983
4697 function wppa_user_upload() {
4698 global $wpdb;
4699 static $done;
4700 global $wppa_upload_succes_id;
4701 global $wppa_alert; 4702 $wppa_alert=”;4980 // Alert text for failed upload
4981 if ( $fail ) {
4982 if ( ! $done ) {
4983 $m = ‘ ‘ . __( ‘Upload failed’, ‘wp-photo-album-plus’ ) . ‘ ‘.$wppa_alert.’.’;
4984 }now the front end specifies the error type
Bonjour,
J’ai eu le même problème cela vient de la ligne 222 dans “wc-api/helloasso-woocommerce-wc-api.php”
qui indique un statut “pending” en cas de succès au lieu de “processing”.
Vous pouvez soit modifier à la main en attendant une mise à jour..
soit passer par le hook “woocommerce_api_helloasso_order” en répétantet rectifiant le code du plugin
Ce qui permet également de lancer une fonction supplémentaire en cas de succèsForum: Plugins
In reply to: [WP Photo Album Plus] error in frontend uploadthanx all is working !!!
Forum: Plugins
In reply to: [WP Photo Album Plus] error in frontend uploadHi,
I tried 8.8.01.002. zip problèm is the same the photo is uploaded but an error server appear
I suppressed ?wppa-all.js?tu eventually see the error .
On the console the message is :
message: Error = SyntaxError: Unexpected non-whitespace character after JSON at position 44 (line 1 column 45), status = parsererror wppa-utils.js?ver=240626-133838:207
I also tried to run the website in english and nothing change.i will continue investigate next days
Forum: Plugins
In reply to: [WP Photo Album Plus] error in frontend uploadon Version: 8.4.00.001
frontend upload works fine on my sites
Forum: Plugins
In reply to: [WP Photo Album Plus] error in frontend uploadI tried tu build a wordpress site with only twenty twenty theme and wppa+ (with defaut settings and frontend upload activate)
The server error is still here , with differents settings also
but with defaults settings server error message is here and when i refresh the page the picture appear uploaded
Its seems like a bad callback ajax responsemessage in the console is still :
wppa-all.js?ver=240624-101426:4
Uncaught TypeError: Cannot read properties of undefined (reading ‘html’)
at Object.complete (wppa-all.js?ver=240624-101426:4:20345)Forum: Plugins
In reply to: [WP Photo Album Plus] slideonly responsiveYes its a theme issue
I add custom css and it works perfect
Many thanksForum: Plugins
In reply to: [WP Photo Album Plus] slideonly responsivei have tried :
[wppa type=”slideonly” album=”#lasten,0,25″]
[wppa type=”slideonly” album=”#lasten,0,25″ size=”auto”]
[wppa type=”slideonly” album=”#lasten,0,25″ width=”800″]there is actually no cache
the actual shortcode is [wppa type=”slideonly” album=”#lasten,0,25″]
it’s also the same, it’s working as single page
https://oipau.mlarroque.fr/les-dernieres-photos/
and not as featured post
https://oipau.mlarroque.fr/i will see my theme “hueman” maybe..
but it was working fine for a longtimeForum: Plugins
In reply to: [WP Photo Album Plus] slideonly responsivePrecision :
today i saw the post is a featured post
When I look at it as single post it is responsive
When I watch it with others on the home page it is no longer responsiveForum: Plugins
In reply to: [WP Photo Album Plus] bug on display thumb title and descriptionMy site works fine !!
thank you very much
MichelForum: Plugins
In reply to: [WP Photo Album Plus] bug on display thumb title and descriptionThank you very much for all your researchs and your reactivity
Forum: Plugins
In reply to: [WP Photo Album Plus] Personalised photo descriptionPerfect !
It’s works fine
Many thanksForum: Plugins
In reply to: [Events Made Easy] bug ? eme_eventsThank you very much !! Franky
Forum: Plugins
In reply to: [Events Made Easy] bug ? eme_eventsThe english message’s
This page is used by Events Made Easy. Don’t change it, don’t use it in your menu’s, don’t delete it. Just make sure the EME setting called ‘Events page’ points to this page. EME uses this page to render any and all events, locations, bookings, maps, … anything. If you do want to delete this page, create a new one EME can use and update the EME setting ‘Events page’ accordingly.Forum: Plugins
In reply to: [Events Made Easy] bug ? eme_eventsThe landing page says “Cette page est utilisée par Events Made Easy. Ne la modifiez pas, ne l’utilisez pas dans vos menus, ne la supprimez pas. Assurez-vous simplement que le paramètre EME appelé ? Events page ? pointe vers cette page. EME utilise cette page pour afficher tous les évènements, lieux, réservations, cartes, etc. Si vous souhaitez supprimer cette page, créez-en une nouvelle que EME peut utiliser et mettez à jour le paramètre EME ? Events page ? en conséquence”
I changed :
if (eme_is_events_page()) {
//make sure the filter is not called again (to avoid loops) by removing it and not check the_content count in $wp_current_filter
remove_filter(‘the_content’,’eme_filter_events_page’);
by :
if (eme_is_events_page() && $eme_count_arr[‘the_content’]==1) {