• Resolved alfredobenni

    (@alfredobenni)


    hello, I would like to use the popup with the widget but I don’t understand how.
    I created a custom HTML in the right bar. And I entered this code. But it does not work.

    <tbody>
    <td>
    <img class="alignnone size-full wp-image-158" src="https://www.exoterica.it/wp-content/uploads/2019/04/hotline-esoterica.jpg" alt="" width="200" />
    [sg_popup id="1119" event="click"]<img class="alignnone size-full wp-image-288" src="https://www.exoterica.it/wp-content/uploads/2019/04/3.png" alt="" width="191" height="52" />[/sg_popup]</td>
    </tbody>

    SOLVED:
    Insert in file functions.php in the theme this line:
    add_filter( 'widget_text', 'do_shortcode' );

    • This topic was modified 7 years, 1 month ago by alfredobenni.

The topic ‘Use Popup Builder with Widget’ is closed to new replies.