AngeloLazzari
Forum Replies Created
-
HEllo, I had the same error and I partially solved like suggested in this thread. The problem is that I created the clientID and secret with my personal gmail account, but now is asking me to grant for the company gmail account. How the plugin generate that grant link? why is not redirecting me with the app account owner?
Forum: Plugins
In reply to: [Unlimited Elements For Elementor] Cannot use pagination on post gridHello, here is the config https://ibb.co/vv1Pb4G2
Sorry if this is happening again, finally it was a rounding issue from woocommerce in this case we use a reduced tax of 4$ and the little 0,01€ was missing in the subtotal calculation.
Anyway I noticed that if I put in the product decimal quantity fields values with “,” as separator, as 0,25 as in my case, your plugin is not working, I need to put the “.” to the values, as 0.25 even if I set in woocommerce tha the decimal separator is the “,”. Thank you very much again for you help, thanks
Hello! I got it: $decimal_quantity = (float)get_post_meta($product_id, ‘woodecimalproduct_item_qnt’, true);
thanks!
Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] Create cart button on cart pageI am sorry, now everything is ok, thanks
Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] Create cart button on cart pageI disabled the table plugin and I created a shortcode to display the product in a list but the behaviour is the same…. Here is the code I use to create https://codepen.io/Angelo-Lazzari/pen/jEWraeR and the page where it is running is this one https://huertapavon.compra-eco.com/test/
thank you
Forum: Plugins
In reply to: [Decimal Product Quantity for WooCommerce] Create cart button on cart pageSorrym, now the plugin is activated… if you go to the shop here https://huertapavon.compra-eco.com/tienda/ and you add to cart one product and you click the view cart you will meet the cart but with a create cart button on the bottom like image shows https://ibb.co/VYLLsW2B … if I disable your plugin all is working as expeted…
thanks
Hello, thank you, now we don’t have any error but the syncro is still in loop while getting the courses. No debug.log file is generated even we have the following code:
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true);
define( ‘WP_DEBUG_DISPLAY’, false );define(‘WP_MEMORY_LIMIT’, ‘512M’);
Thanks
Now I can run the syncro but, even styncronizing only the categories the infiintive loop problem came out again.
I can see in the log that I have a fatal error:
[29-Aug-2025 11:32:23 UTC] Edwiser Bridge: Sending JSON response…
[29-Aug-2025 11:32:23 UTC] Edwiser Bridge: AJAX course_synchronization_initiater completed
[29-Aug-2025 11:35:35 UTC] PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, string given in D:\webs\stagingasaservizieu\wp-content\plugins\edwiser-bridge\includes\class-eb-post-types.php:672
Stack trace: 0 D:\webs\stagingasaservizieu\wp-content\plugins\edwiser-bridge\includes\class-eb-post-types.php(672): array_merge() 1 D:\webs\stagingasaservizieu\wp-includes\class-wp-hook.php(326): app\wisdmlabs\edwiserBridge\Eb_Post_Types->handle_post_options_save() 2 \webs\stagingasaservizieu\wp-includes\class-wp-hook.php(348): WP_Hook->apply_filters() 3 \webs\stagingasaservizieu\wp-includes\plugin.php(517): WP_Hook->do_action() 4 \webs\stagingasaservizieu\wp-includes\post.php(5110): do_action() 5 \webs\stagingasaservizieu\wp-includes\post.php(5212): wp_insert_post() 6 D:\webs\stagingasaservizieu\wp-admin\includes\post.php(453): wp_update_post() 7 D:\webs\stagingasaservizieu\wp-admin\post.php(227): edit_post() 8 {main}thrown in D:\webs\stagingasaservizieu\wp-content\plugins\edwiser-bridge\includes\class-eb-post-types.php on line 672
What it can be?
The problem is that the course waren’t linked to a category. So i linked them to the correct one and the shortcode is runnning. The strange thing is that I have all courses linked to a category in Moodle.
So, to test it again i deleted all the courses, all categories, and I updated the plugin to the last version 4.2.0 ( I had 4.1.0) but now when I sincronizee I receive this error:
Synchronization failed. Error: parsererror – SyntaxError: Unexpected end of JSON input
thank you very much for you precious help.
I only done a new wizard and all now is working, I think I had a problem on the token, I really don’t know…
Now I have this page ( created from your plugin ) All Courses and I have a question: how can I have the courses ordered and grouped for category?
I used in this page Corsi the follow shortcode [eb_courses group_by_cat=”yes” per_page=”12″ horizontally_scroll=”yes”] but is not showing anything…
thank you!
HEllo, sorry for the delay but I thought I replyed to this.
You can see the file here https://we.tl/t-LRQs77Bqdt thanks
Note that we still have empty images as you can see here… staging.asaservizi.eu/wp-content/uploads/2025/08/preposto.png that is this moodle image https://corsi.asaweb.systems/pluginfile.php/124/course/overviewfiles/preposto.png but in the log is called like https://corsi.asaweb.systems/webservice/pluginfile.php/124/course/overviewfiles/preposto.png?token=xxxxxxxxx
Hello, I already did all you are saying yesterday, please see my reply here https://wordpress.org/support/topic/installed-perfectly-but-i-have-some-questions/page/2/#post-18585600
Can you see it? thanks
Good morning, we tested with the files, now the we don’t have the infinite loop problem, all the courses are loaded but we still have the image problem… you can download the debug file here….
We still have empty images as you can see here… staging.asaservizi.eu/wp-content/uploads/2025/08/preposto.png that is this moodle image https://corsi.asaweb.systems/pluginfile.php/124/course/overviewfiles/preposto.png but in the log is called like https://corsi.asaweb.systems/webservice/pluginfile.php/124/course/overviewfiles/preposto.png?token=xxxxxxxxx
dont know whta is happen… thank you!
Hello, where I can get the new files that I have to use? thanks