If you’ve enabled tooltips but all you’re seeing is an empty box with no text, it’s possible there’s a conflict with another plugin or theme (e.g. Flatsome). To fix this, just add the following snippet:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Dequeue tooltipster to avoid conflicts | |
*/ | |
add_filter( 'pewc_dequeue_tooltips', '__return_true' ); |
Here’s how to add a snippet.