Viewing 1 replies (of 1 total)
  • trouille2

    (@trouille2)

    In the php anything-popup.php file, line 64, you have :
    $pop_content = stripslashes($data->pop_content);
    add this line :
    $pop_content = do_shortcode($pop_content);

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to use shortcodes after updating to latest version’ is closed to new replies.