Hi,
The issue should be caused by a conflict with another plugin loaded in by the public website.
Please, send me the link to the webpage where was inserted the form.
Best regards.
http://www.q-team.com/bulk-wood-pellet-pricing-and-other-info
Thanks for the help! Seems the Calculated Field has stopped working as well. It was working last week when I first implemented it.
Thanks!
Hi,
The issue with the tooltips is a conflict with the styles in the theme active on your website.
Please, insert a “HTML Content” field in your form, and enter as its content the piece of code:
<style>.ui-tooltip{z-index:9999 !important;}</style>
About the equations associated to the calculated fields. They are not being evaluated because you’ve let unticked the checkbox: “Eval dynamically the equations associated to the calculated fields”, in the “Form Settings” tab of the forms builder.
If you don’t want evaluate the equations dynamically, you should insert a button field in the form, and select as the button type, the “Calculate” option.
Best regards.
Okay thanks, I re-checked the box and got the calculated field working again.
I put the code you gave me in and its not working properly. Take a look. I submitted it at the bottom of the page.
http://www.q-team.com/bulk-wood-pellet-pricing-and-other-info
Hi,
In this case, please, follow the steps below:
1. Open the “http://www.q-team.com/sawdust/wp-content/plugins/calculated-fields-form/css/stylepublic.css” file with the text editor of your choice.
2. Paste the following style definition at the end of file’s content:
.ui-tooltip.uh-tooltip{z-index;}
3. and finally, clear the browser’s cache after edit the online file.
You can paste the style definition in another CSS file used by the webpage, to prevent to lose the changes with future updates of the plugin.
Best regards.
Hi,
I’m sorry, the style definition to paste in the file is:
.ui-tooltip.uh-tooltip{z-index:9999 !important;}
Best regards.
Thanks a ton, Is there a way too make the remove transparency? the tooltip pops up but can not be read. Thanks
Hi,
To make the texts easier to read, please, use the following style definition:
.ui-tooltip.uh-tooltip{font-size:14px !important;line-height:22px !important;z-index:9999 !important;}
Tip: Remember always to clear the browser’s cache after edit the online files.
Best regards.