Ruman Ahmed
Forum Replies Created
-
Hello @midway88,
Thank you for sharing the detailed information. In your case, you can try using the Content Type snippet, as shown in the screenshot: [https://prnt.sc/rzxS8DLxXmyw]. This might help you add the web analytics code without causing any issues.
Best regards!
Ruman Ahmed.Hello @rebornhairppp,
Thank you for sharing the detailed information. @adrock42 is correct, within FluentSnippets, you can create any shortcode you want using PHP snippets. However, in your case, could you please explain in more detail the shortcode feature you’re referring to? The screenshot you provided isn’t visible to us.
Please share a short demonstration video showing the feature, so I can forward it to our development team for further investigation and possible future implementation.
Please let me know the update.
Best regards!
Ruman Ahmed.Hello @asepnoerjaman,
Thank you for sharing the detailed information. Currently, there’s no option available to include snippets only on mobile devices based on device size, except for the available options shown here: [https://prnt.sc/jcmm6X0YZzEv]. I hope this clarifies the matter
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @macksix,
Thank you for sharing the detailed information. As it’s working on the staging and development environments but not on the Laragon local setup, we’ve noted this and will forward it to our development team to investigate further and resolve it as soon as possible.
Thank you for your kind patience and understanding regarding this matter.
Best regards!
Ruman Ahmed.Hello @jkont,
Thank you for sharing the detailed information, and apologies for the delay in response. I have tested your snippets and found that the quotation marks you are using are not standard single or double quotes, which is why the issue is occurring. Please use the updated snippet below and check if it works for you.
Result: https://prnt.sc/tmvXRy_qxdjC
add_filter( 'woocommerce_get_country_locale', 'make_state_field_required');
function make_state_field_required($countries) {
$countries['GR']['state']['required'] = true;
return $countries;
}Hopefully, this might help you in this matter.
Best regards!
Ruman Ahmed.Hello @gftservices,
Thank you for sharing the detailed information. Currently, there isn’t an option to set the event timeslot past midnight (after 11:45 PM) by default. However, there is a filter hook available that allows you to set the event timeslot to 00:00 by adding the filter hook through a code snippets plugin such as FluentSnippets. Hopefully, this helps resolve the issue.
Solution Code: [https://github.com/AlgorithmsUnlocks/WPManage-Ninja/blob/master/fluent-booking/php-snippets/adjust-timeslot-to-24%3A00.php].
Code Snippets Plugins: [https://ww.wp.xz.cn/plugins/easy-code-manager/].Best regards!
Ruman Ahmed.Hello @dinoventurer,
Thank you for sharing the detailed information. Currently, there is no built-in option to add reCAPTCHA to the login forms. However, if you’d like to add CAPTCHA protection to FluentAuth’s password reset forms, you can follow the steps below:
- Enable FluentAuth custom login/signup page: Please go to the FluentAuth Login & Signup Forms settings and enable the option “Use Customized & Modern Style for Login/Signup Page.”: [https://prnt.sc/xvmmRwMN5tVi].
- Install the Friendly Captcha plugin: Install and activate the Friendly Captcha plugin on your website. Once activated, connect your Sitekey and API Key (you can create an account on their site and use the free plan).
- Apply CAPTCHA to forms: After setup, visiting wp-admin or wp-login.php will show that FluentAuth login, signup, and registration forms are now protected by CAPTCHA if you check them all. You can also choose which specific forms you want to secure: [https://prnt.sc/XTzelgbc8sVF].
Here’s an example of the final result: [https://prnt.sc/kvykc1m0ZnQp]. Hopefully, this might help you in this matter. Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @jonas_op,
Thank you for your cooperation regarding this matter. If you are referring to manual booking and rebooking, I’m happy to inform you that this feature has already been introduced. Please make sure to change the booking time format to a 24-hour format instead of a 12-hour format: screenshot. This should help resolve the issue.
Regarding the week starting day, I will log this as a feature request and forward it to our R&D team for further review. Hopefully, they will evaluate it thoroughly and pass it on to our development team for future implementation.
Best regards!
Ruman Ahmed.Hello @jonas_op,
Thank you for sharing the detailed information. However, I will take this as a feature request and forward it to our R&D team for further investigation. Hopefully, they will conduct a thorough review and pass it on to our development team for future implementation.
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @jonas_op,
Thank you for sharing the detailed information. Could you please share a bit more context regarding the backend portion (24 hours) you are asking about and the weeks you are referring to? So that I can investigate and take this as a feature request to our R&D team for further investigation and potential future implementation.
However, if you are referring to the manual bookings feature where the 24-hour format is not showing, please note that we are working on it, and this will be resolved in a future update.
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @7thcircle,
Thank you for sharing the detailed information. Could you please share the forms URL with us if it’s publicly accessible, so that we can directly check the forms? Also, you can investigate this matter further by following the steps outlined:
Clear Cache: Could you please clear your website’s cache and your browser’s cache to ensure no cached version is interfering with the process? Also, check if server-side caching is enabled on your hosting and clear it if necessary.
Debug the Error: Could you please enable WP Debug by adding the following lines to your
wp-config.phpfile:define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);This will log the exact error to
/wp-content/debug.log. After that, please share the debug logs with us so that we can take a deeper look into it and provide you with appropriate assistance.PHP Version: As you are using PHP version 8.3 on your website, this might be causing the issue. Could you please change it to version 7.4 or 8.1, or 8.2, and re-test the issue on your end? This might help resolve the problem.
If the table does not exist and the issue persists, please follow the steps outlined below:
- Deactivate and delete both the Free and Pro versions of FluentBooking from your website. However, please do not delete the database tables.
- After that, reinstall and activate the Free and Pro versions.
Please note that your data will remain intact as long as you do not delete the database tables manually.
Hopefully, this might help you in this matter. Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @surbma,
Thank you for sharing the detailed information. However, I will take this as a feature request and forward it to our R&D team for further investigation. Hopefully, they will conduct a thorough review and pass it on to our development team for future implementation.
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @msam85,
Thank you for sharing the detailed information and your suggestion regarding this matter. I’d like to inform you that we have already addressed this in the latest update (version 2.2.92). Could you please update to the latest version and re-test it on your end? Hopefully, this will resolve the issue for you.
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @kalin104,
Thank you for sharing the detailed information. Indeed, FluentBooking currently has limitations with popup elements, as it has not been implemented for use within pop-ups, which is why it is not functioning for you. It will also not work in Elementor popups.
I have already forwarded this issue to our development team for further investigation and potential inclusion in future updates. Hopefully, they will examine it closely soon.In the meantime, you can embed it on a page using a shortcode, which may work for you, or link the calendar’s landing page URL as a button link.
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.Hello @kdwebfeedback,
Thank you for sharing the detailed information and for bringing this to our attention. I have tested it on our end, and it seems like a possible bug. I have reported it to our developers, so they will take a deeper look at it and fix this issue soon.
Please let me know if you have any further questions or if there’s anything else I can assist you with.
Best regards!
Ruman Ahmed.