Is it possible to display the tooltip for non login users. For example if you want give extra info about product delivery. i have a textfield that needs an info button with the tooltip info.
]]>The tooltip is put inside a <p> tag, which automatically closes when you start your own paragraph or list. The tooltip should be in a <div> so it can contain whatever is in your instructions.
]]>Hi,
Thanks for the plugin.
If you use ACF in frontend (with acf_form()), you should load dashicons on frontend to allow non admin to see the tooltip!
wp_enqueue_style( 'dashicons' );
Same as https://www.ads-software.com/support/topic/white-space-where-instructions-would-be/
Thanks
]]>When the page first loads, there’s a large white-space where the instructions would be.
https://farm5.staticflickr.com/4366/37031298295_7d5df97f5f_z.jpg
If I toggle a hidden field, the white-space disappears and it displays a normal sized field.
https://farm5.staticflickr.com/4354/36196064104_bcb762bce7.jpg
Is there anything that can be done to remove that white-space?
]]>