• Resolved nanny7

    (@nanny7)


    Hi using Sportspress and in Appearance > Widgets it shows the shortcodes but not in Site Origin pagebuilder add the visual editor widget.
    Is there a function to add to make it work?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    That’s because Sportspress uses an unconventional hook to initialize its stuff.

    You should modify the file includes/admin/class-so-asmin-editor.php of Sportspress, and change the line:

    add_action( 'admin_head', array( $this, 'add_shortcode_button' ) );

    to

    add_action( 'admin_init', array( $this, 'add_shortcode_button' ) );

    Feel free to forward this to the developers of Sportspress, so that they can fix the code on their plugin.

    • This reply was modified 7 years, 6 months ago by Marco Chiesi.
Viewing 1 replies (of 1 total)
  • The topic ‘Sportspress Shortcodes Works for widget area not with page builder’ is closed to new replies.