e.lito
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] coupon code doesn’t existHi @wrconsultancy, eventually you can download older version via advance view on the plugin page of the wordpress repository.
In my case i find another plugin.Good luck
PERFECT ! THANK YOU have a good day @rescueranger.
Woaw thank you for your reply.
1. OK
2. don’t work for me here is what i had to functions.phpadd_filter( "wdp_cart_discount_message_places", function ( $places ) { // example $places["LITO_woocommerce_cart_totals_after_subtotal"] = "After cart subtotal (après le sous-total)"; return $places; } );
I not have option ‘After cart sub total’ in the dropdown in customizer.
and in my ‘cart-totals.php’ i had this code to the place i want the amount saved
<?php do_action( 'LITO_woocommerce_cart_totals_after_subtotal' ); ?>
What’s wrong ?
And thank you for reactivity.
RegardsForum: Plugins
In reply to: [o2switch XtremCache] BUG bibliothèque de médias ET autresAutant pour moi le probleme avec API rest doit venir d’autre chose.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Curious bug on mapYou know what ? On this site i don’t know why google map setup is a nightmare and i’m upset so i install your OpenStreetMap.
It works plugin all is good i’m happy.Thank you very much for your good job.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Curious bug on mapCurious, because i had this error a few days ago but with bravebrowser only, when i deactivate bravebrowser’s protection i can see the map.
Can you try with firefox ?
- This reply was modified 6 years ago by e.lito.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Curious bug on mapHi, thank you for your response, i open it for you but i would prefer, give you credentials, how can i do, i want that to stay private.
Thanks
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Curious bug on mapHi,
so i investigate a bit more and i saw that in backend the map is displayed correctly with the bubble and all infos inside.In front-end either I have the world map without marker or I have an address different from that which is displayed in back-office.
The parameters passed to the googlemap’s iframe are different between back-office et front-office so the adresse is différent, i see that in front-end the title of the location is added to the parameters in my case this is the problem.
And even if all is correct i don’t have the bubble like in back office.
All of that is so frustrating.
What can i do in your opinion.
Thank you very much for your help.
- This reply was modified 6 years ago by e.lito.
Forum: Plugins
In reply to: [Frontend Dashboard] gravity view ajax in frontend dashboard pageOK thank you very much i will contact gravity view because after some try it seems to be datatable integration of gravityview which fail.
Forum: Plugins
In reply to: [Frontend Dashboard] gravity view ajax in frontend dashboard pageI have re-send it ?? twice. Do you have it ?
- This reply was modified 6 years, 5 months ago by e.lito.
Forum: Plugins
In reply to: [Frontend Dashboard] gravity view ajax in frontend dashboard pageHi, i just send you an email with credentials and ftp access.
Thank you for your help.Have you solve this i’ve got the same problem ?
Thanks
- This reply was modified 8 years, 1 month ago by e.lito.
Forum: Reviews
In reply to: [Best Import] Review adjustedi found a solution to my problem that i don’t post because it’s an hard coded fix.
i change this line in plugins/best-import/admin/admin.php
$dir = '/'.str_replace('\\', '/', substr($path, strpos($path, 'wp-content')));
by
$dir = '/'.str_replace('\\', '/', substr($path, strpos($path, 'path-to-wordpress-folder')));
and all is OK.
My problem was wordpress is in a sub sub folder on my local dev server.
And best import plugin do like wp is always in root dir of the server.Thanks for the reply LoveMeSomeCode
Forum: Reviews
In reply to: [Best Import] Review adjustedHi, same probleme here. I can’t test your plugin.
bug on local dev server with mamp, and on online OVH Web hosting.
the file is in directory
Thanks for reply
Forum: Plugins
In reply to: [Cyclone Slider] Feature Suggestions Thread 2015hi, it would be great if image in slide could center vertically when slide image height is larger than slide height.