codepeople
Forum Replies Created
-
Forum: Plugins
In reply to: [Music Player for WooCommerce] Edit title on product pageHello @ryansarn
Thank you very much for using our plugin.
The free distribution of our plugin uses the same files you configured to download in downloadable files. If you need to make changes, simply edit the list of downloadable files.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Çok güzel bir eklenti.Hello @metesey
Thank you very much for the review and suggestions.
Please note that if you have experience in Excel, you can use the “Spreadsheet Calculated Fields Form Connector” complementary plugin that allows you to use the CFF form as an auxiliary, but implement the formulas in Google Sheets.
Best regards.
Hello @vadim-s-sabinich
The problem with caching the playlist from the directory structure is that it could be outdated. Note you can upload or delete the files via FTP. If we load the playlist from the cache and you deleted some files, it would be outdated and the user experience would be unsatisfactory.
Best regards.
Forum: Reviews
In reply to: [Appointment Hour Booking - Booking Calendar] Perfect pluginThank you very much for the review!
Best regards.
Forum: Reviews
In reply to: [CP Media Player - Audio Player and Video Player] Good!Forum: Reviews
In reply to: [CP Media Player - Audio Player and Video Player] Good!Hello @devkarumbu
Thank you for the review. We are continuously working to enhance the user experience. Any suggestions on this matter is always appreciated.
Best regards.
Hello @johnstaples
Thank you very much for using our plugin. No, there is no predefined limit in the plugin to restrict the number of parameters you can pass through the form shortcode.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Excellent Plugin and Terrific Support!Forum: Plugins
In reply to: [Calculated Fields Form] Can Field Names Be Changed?Forum: Plugins
In reply to: [Calculated Fields Form] Can Field Names Be Changed?Hello @johnstaples
Thank you very much for using our plugin.
Our plugin generates the fields’ names dynamically and does not allow modification. It ensures they are unique on the page and allows the plugin to identify them in equations and dependencies.
However, to help the forms editor identify the fields in large forms, press the “Fields List” button at the top of the form. It opens an auxiliary window with the list of the fields’ names and titles, and the developer notes if you entered them through the fields’ settings.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation does not workHello @dispintora
You unticked the “Dynamically evaluate the equations associated with the calculated fields” checkbox in the “Form Settings” tab. If you disable the dynamic evaluation of the equations, you must insert a button in the form to evaluate them manually by pressing the button.
So, you have two alternatives:
You can tick the checkbox to evaluate the equations dynamically.
Or you can insert a button in the form and select the “Calculate” option as its type.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculation does not workHello @dispintora
Thank you very much for using our plugin.
The field names have the structure fieldname#. For example, if you have the field fieldname1 and want to calculate its value multiplied by 100.
Insert a calculated field in the form, and enter the following piece of code through the “Set equation” attribute in its settings:
fieldname1*100Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] GSC Error LinkHello @pexel
That makes no sense if you entered in the robots.txt the rule for blocking URLs with the https://www.xxx.com/?cff-form=* structure.
However, if you prefer to disable the option for updating the form’s height, please, follow the steps below:
Open the “/wp-content/plugins/calculated-fields-form/js/fbuilder-pro-public.jquery.js” file with the text editor of your choice:
Go to the piece of code:
$.post(
document.location.href,
{
'cffaction' : 'cff_register_height',
'form_height' : f.height(),
'screen_width' : $(window).width(),
'form' : id,
'_nonce' : nonce
}
);and edit it as follows:
/*****
$.post(
document.location.href,
{
'cffaction' : 'cff_register_height',
'form_height' : f.height(),
'screen_width' : $(window).width(),
'form' : id,
'_nonce' : nonce
}
);
*****/Go to the “Calculated Fields Form > Troubleshoot Area & General Settings”, untick the “JavaScript Cache” option, and press the “Update” button.
Finally, purge your website and browser caches.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Deleting a FieldHello @bill93728
We have implemented some additional validations to prevent conflicts as you describe. Could you please install the latest plugin update, released some minutes ago, and purge your website and browser caches before editing the form?
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] Two optional checkboxes, only one allowedHello @pidengmor
We released a plugin update some minutes ago that modifies the checkbox fields to apply the same radio button behavior when it allows to check only one choice at once.
Best regards.