CodePeople2
Forum Replies Created
-
Forum: Plugins
In reply to: [Search in Place] Apostrophe causes no resultsHello @blackspear
We have released a plugin update that preprocesses and unifies apostrophe and double quotation mark symbols. This update allows you to use standard quotation marks in your search terms when searching the current page’s content. The plugin will find text on the page even if WordPress has replaced those symbols on the public webpage.
Please install the latest plugin update and clear the website and browser caches.
Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] Such an amazing plugin. Have been using for years.Hello @mambr98
Thank you very much for choosing our plugin. I’m sincerely sorry for the inconvenience and for the delay in responding to your question. Upon reviewing the code, I discovered a typo that was causing the issue on your form. I’ve just released an update that addresses this error.
Could you please install the latest version of the plugin and clear both your website and browser caches? If the problem continues, let me know right away and I’ll be happy to assist further.
Thank you for your patience and understanding.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] hooks to allow CSS transitionsHello @irvingbos
Please don’t worry about the error message related to the :has() CSS instruction. The CSS parser bundled with WordPress simply doesn’t identifies that modern feature yet.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] hooks to allow CSS transitionsHello @irvingbos
Yes, you can emulate the smooth process by using CSS. Please enter the style definition below through the “Customize Form Design” attribute in the “Form Settings > Advanced Settings” tab:
#fbuilder .fields{
opacity: 1;
visibility: visible;
max-height: 1000px;
transition: opacity 1.5s ease, visibility 1.5s ease, max-height 1.5s ease;
overflow: hidden;
}
form #fbuilder .ignore,
form #fbuilder .fields:has(.ignore ) {
display: block;
opacity: 0;
visibility: hidden;
max-height: 0;
}Best regards.
Forum: Reviews
In reply to: [Calculated Fields Form] very powerful, allows deep codingForum: Plugins
In reply to: [Calculated Fields Form] wrong form appears on the public siteHello @pulsief
You’re describing behavior typically caused by cache-management plugins that automatically refresh the cache at fixed intervals. In this scenario, the plugin is producing an outdated or incorrect cached copy of your site’s resources.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] wrong form appears on the public siteHello @pulsief and @eparekenhulp
You missed an double-quote symbol in the shortcode, for this reason it does not identify the form id and loads the first form. The correct shortcode structure is:
[CP_CALCULATED_FIELDS id="38" iframe="1"]Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] set default on radio fieldHi @irvingbos
If you have been satisfied with both the plugin and our support, we would be immensely grateful if you could leave us a review on the plugin ( https://ww.wp.xz.cn/support/plugin/calculated-fields-form/reviews/ ). Your feedback will help us reach more users.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] set default on radio fieldHello @irvingbos
Thank you for using our plugin. To select a default option, just tick the radio button next to your choice in the field’s settings. Please watch the following video:
https://resources.developers4web.com/cff/tmp/2025/06/24/video-radio_o.mp4
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] wrong form appears on the public siteForum: Plugins
In reply to: [Calculated Fields Form] wrong form appears on the public siteHi! We’d like to help but we can’t reply about that in this forum. We are not allowed to support any customers in these forums.
For pro or commercial product support, please contact us directly on our site.
Commercial products are not supported in these forums. We will happily answer this and any other questions you may have on our own site.
Thank you.
Forum: Plugins
In reply to: [Calculated Fields Form] wrong form appears on the public siteHello @pengage,
Could you please share the URL of the page that contains the form so I can verify the calculations? Additionally, let me know the exact field values you’re entering when you encounter the issue.
In the meantime, have you tried the following steps?
- Go to “Calculated Fields Form → Troubleshoots Area & General Settings.”
- Change the Script Load Method (e.g., switch between “Classic” and “Direct”).
- Clear or purge your site’s cache.
Please let me know whether this resolves the problem or if you need further assistance.
Best regards.
Forum: Plugins
In reply to: [Calculated Fields Form] wrong form appears on the public siteHello @eparekenhulp
I can’t determine if there’s an issue with your form without seeing it. Could you please share the form? Also, when you say the form displays incorrect numbers, please specify what the correct values should be.
Best regards.