damiensw
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Lightbox not working on IpadHello ! Any update on this ?
ThanksForum: Plugins
In reply to: [Firelight Lightbox] Lightbox not working on IpadHello !!! Did you find a way to display pdf in lightbox properly on Ipad ?
Thanks !!Forum: Plugins
In reply to: [Firelight Lightbox] Lightbox not working on IpadHello, ok thanks for your answer. Please let me know, yes, the aim of this website is to become a Progressive Web App, only for IPAD. So yes I will need to display those PDF in lightbox. Thanks
Forum: Plugins
In reply to: [PWA] Working on IPAD ?Thanks for your answer. Do you think there is more chance to work better on android tablet ?
If it’s sure on android maybe I can tell my client to work with android tablet.
Please helpForum: Plugins
In reply to: [Jetpack VideoPress] Prebuy test : not so fastis it possible to have an answer ?
I tried several tests, with shortcode or gutenberg block, but I totally need to keep autoplay function.
So it works well in the breakdance video module, but still need some speed improvements : https://ladiesfirst-distribution.com/yoga-in-the-nature/
Maybe with the paid version I will have more feature to control speed or something ? I don’t get why it’s still slow with a video from other server…
Waiting for your answer !!Forum: Plugins
In reply to: [The Events Calendar] CSV Import incompleteHello Darian, thanks for your answer.
Unfortunately, it didn’t help for dates, only 6 seems to be well imported.
Maybe it’s relative to date format, but it seems to be well configured.
Here is the original sheet, with new names (-2, -3 after repeated names) :
https://snipboard.io/C9wyOt.jpg
Here is the result after importation :
https://snipboard.io/LlbkA2.jpg
I realize maybe it’s because the system consider date as m/d/Y, but my settings are d/m/Y in wordpress settings, AND in event calendar settings :
https://snipboard.io/4DeNrB.jpg
https://snipboard.io/3nThVR.jpg
Maybe this is the key, but still, my client would like to be able to import their calendar with original format. Even names, they can repeat sometimes, is there a way to avoid to rename them ?
Thanks very much for your helpHello Nitesh
I consider to buy pro version of your plugin.
Some last questions :
– Is it totally compatible with elementor or themify ? Which one could you advice ?
– Is it compatible with polylang pro and polylang for woocommerce ?
– Is it compatible with multicurrency plugin ?
Can we display auctions in lots ? (it will be art collections, so one collection can have many products, with same temporality)Can we make easy css customisations ?
Can you provide php code snippets or custom services if we need custom work ?
Thanks very muchForum: Plugins
In reply to: [WP Store Locator] Stores order + multiple stores on same adressHello ! Any update on my issues ?
Thanks !Hello,
thanks for your quick reply. I use latest version, yes, I tried to rollback to previous version, same problem. Can’t find any “save button”, as you can see on this screenshot :
https://snipboard.io/4cb6qj.jpg
Could you help ?
ThanksForum: Plugins
In reply to: [WP Store Locator] Stores order + multiple stores on same adressHello again ??
Second problem : one store stays “pending” even if I publish it, I can’t have it published, why ?? :
https://conciergeriedugrandest.com/wp-admin/post.php?post=219&action=edit
thanksForum: Plugins
In reply to: [WP Store Locator] Stores order + multiple stores on same adressHello,
I’m sorry, but still not working :
I added this code, to have a new custom metadata called “ordre”, then Include the Custom Data In the JSON Response, with “ordre_text” (maybe I did something wrong here), and the finished code to order by “ordre” field.
I added 1, 2, 3, 4, 5 to the 5 first I want to show, but still not working, could you help me and tell me if I write something wrong ?It’s a very difficult way to make something which should be quite simple, don’t you think ?
?add_filter( 'wpsl_meta_box_fields', 'custom_meta_box_fields' ); function custom_meta_box_fields( $meta_fields ) { $meta_fields[__( 'Additional Information', 'wpsl' )] = array( 'phone' => array( 'label' => __( 'Tel', 'wpsl' ) ), 'fax' => array( 'label' => __( 'Fax', 'wpsl' ) ), 'email' => array( 'label' => __( 'Email', 'wpsl' ) ), 'url' => array( 'label' => __( 'Url', 'wpsl' ) ), 'appointment_url' => array( 'label' => __( 'ordre', 'wpsl' ) ) ); return $meta_fields; } add_filter( 'wpsl_frontend_meta_fields', 'custom_frontend_meta_fields' ); function custom_frontend_meta_fields( $store_fields ) { $store_fields['wpsl_ordre_text'] = array( 'name' => 'ordre_text', 'type' => 'text' ); return $store_fields; } add_filter( 'wpsl_store_data', 'custom_result_sort' ); function custom_result_sort( $store_meta ) { $custom_sort = array(); foreach ( $store_meta as $key => $row ) { $custom_sort[$key] = $row['ordre']; } array_multisort( $custom_sort, SORT_ASC, SORT_NATURAL|SORT_FLAG_CASE, $store_meta ); return $store_meta; }
Forum: Plugins
In reply to: [WP Store Locator] Stores order + multiple stores on same adressHello, thanks for your answer,
I’m sorry but I pasted this code in my child theme functions.php file, but the order is now totally random :
https://snipboard.io/WVaI2m.jpg
https://snipboard.io/jG1oKk.jpg
Result after clear cache :
https://snipboard.io/rPjoEm.jpg
Maybe I did something wrong ?
Thanks !Forum: Plugins
In reply to: [WP Store Locator] Stores order + multiple stores on same adressHello, thanks for your answer
About the article for change order, it seems that this code is changing by name. I would like to change order by date (ascending), first adress created, first order…
Any help on this ?
Thanks !Forum: Plugins
In reply to: [WP Store Locator] Change color of pin marker depends of categoryThanks, that’s perfect ! I was wondering also : is it possible to add a category filter, but not linked to search location filter.
I don’t need any geographical filter, but only category. If I set category filter in settings, and I hide location search with CSS, filter is not working.Do you know how I can achieve that ?
Thanks
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Opening timetimezone is ok