Rustaurius
Forum Replies Created
-
Bonjour @capucine98,
Merci pour votre avis. Tout d’abord, je tiens à m’excuser pour le problème que vous rencontrez avec l’app mobil et pour le service client que vous avez re?u.
Nous avons récemment rencontré un problème avec notre transfert d’e-mails et nous n’avons pas re?u un certain nombre de vos messages dans notre bo?te de réception principale. Cela dit, nous avons répondu 5 fois à vos messages mardi avant d’avoir ce problème.
Si notre produit ou notre service client ne répond pas à vos attentes, nous sommes heureux de vous offrir un remboursement complet de votre achat, car notre objectif est de fournir un outil que les restaurateurs trouvent utile.
Forum: Reviews
In reply to: [Slider Ultimate] Settings don’t workWould you be able to provide details on what your settings were, or what your setup is?
We’ve tested a number of different WordPress installs on 3 different computers, with multiple browsers, and 2 versions of PHP and haven’t seen anything similar to what you had described.Forum: Reviews
In reply to: [Slider Ultimate] Settings don’t workOk, would you be able to send screencast of the issue happening so we could at least see what the effect is?
Forum: Reviews
In reply to: [Slider Ultimate] Settings don’t workHi @annekee,
We’re trying to resolve the issue that you mentioned with the autoplay, but we haven’t been able to recreate it on our testing site. Would you be able to provide a link to your page where the issue occurs? Thank you!Forum: Developing with WordPress
In reply to: wp_add_inline_script with block-based themesHi @kaavyaiyer,
Thanks for the reply and the note about escaping the script!
I’ll dig some more to see what escaping is done before the data is printed to the page using wp_add_inline_script or wp_localize_script, so that that can be applied directly, and maybe follow up with a ticket about this issue.
Thanks for your help!
Forum: Developing with WordPress
In reply to: wp_add_inline_script with block-based themesHi @kaavyaiyer,
First off, thanks for taking the time to reproduce the issue and suggesting a workaround!
What you’re suggesting would definitely work in cases where the data being to wp_add_inline_script is known before the shortcode runs, so for quite a few use-cases.
There are a couple where it would not, though (ex. passing the min/max prices of products displayed by a shortcode to allow for price filtering, or FAQ titles for search with auto-complete, just as a couple of examples).
The work around I came up with is simply printing some of the information at the same time as the other shortcode HTML, something like:
$data = apply_filters( 'ewd_ufaq_js_localize_data', array('one') ); printf( "<script%s id='ewd-ufaq-js-extra'>\n%s\n</script>\n", json_encode( $data) );
I’m hoping someone might know if this is an intended change in how wp_add_inline_script can be used in which case I’ll make the necessary changes, or if opening a Trac ticket would be appropriate here.
Thanks again for taking the time to reproduce and reply!
Forum: Plugins
In reply to: [Ultimate Lightbox] How to show captions?Hi arsama,
Thanks for letting us know you found a solution, and sorry for not getting back to you sooner!
Forum: Plugins
In reply to: [Ultimate WP Mail] Stats are incorrectHi ep2012,
Thanks for clarifying. It appears as though the total messages sent for all emails is being displayed. We’re going to release an update shortly that should correctly display only the number sent for each email instead of the total.
Thanks for letting us know about the issue!
Forum: Plugins
In reply to: [Ultimate WP Mail] Stats are incorrectHi ep2012,
Thanks for posting. Is this specific to a single email template that you created, or is it something that happens for all of your emails?
Hi John-Pierre,
Sure, happy to add that to our feature request board as well.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Half picturesHello hossam,
You can use the following Custom CSS to solve this issue. You can paste it into the additional css section of your theme’s customizer.
WP Admin Sidebar > Appearance > Customize > Additional CSS.ewd-upcp-catalog-product-thumbnail-image-div img {
width: initial !important;
float: initial;
}.ewd-upcp-tabbed-product-page .ewd-upcp-product-image {
width: initial !important;
height: initial !important;
}Hi John-Pierre,
We’ve noted down your request to be able to display a menu links for different locations, as well as an option to display an unrelated reservation link. Depending on community interest, they may be included in a future update.
I don’t believe there’s a specific way to disable the link from the output of a shortcode, but the entire output of the shortcode is filtered before being returned. The filter that is called is ‘bpwfwp_contact_card_output’, and you strip the link conditionally if you used a function in conjunction with that filter.
Forum: Plugins
In reply to: [Five Star Business Profile and Schema] 24h format in plugin settingsHi John-Pierre,
It’s not possible to change the format of the scheduler on the settings page at this time. For the reservations plugin, the formatting is pulled from the “Time Format” setting specific to the plugin and isn’t related to the WordPress setting.
We’ll add “Use WordPress time formatting for the ‘scheduler’ options” as a feature request that we can look into for our next feature-focused update.
Hi Solvent,
Do you know what version you were using previously? Would you be able to try rolling back to version 2.3.5 to confirm that the change happened for you with this new version? All previous versions are available here:
https://www.ads-software.com/plugins/restaurant-reservations/advanced/
No changes were made to the Notifications class file in the most recent update, so it would be good to know if the issue you’re experiencing is specific to the new version or related to something earlier.
Hi lforever,
First off, let me apologize for any trouble that our plugin has caused you. The status reversion was only meant to run if enabled, as an option for people to return to their default statuses.
I’ve looked into the issue that you reported, and it looks like we were checking the wrong option name to test if status reversion was enabled, which was causing it to run in cases where it shouldn’t. We’ve got a fix that we’re testing now and will release shortly.
If there’s anything that we can do help restore the statuses of your orders, we’d be happy to help code or otherwise figure out a solution. You can send us an email at [email protected] if we’re able to help.
Thanks for bringing this to our attention!