• Resolved Camilo

    (@camiloluna)


    Hey, after updating the “Sharing buttons” section under “Buttons to display” in the plugin settings is empty and the widget is no longer showing up in the website: https://take.ms/nTCYL

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Very strange. You can try to use following code snippet. Add it once, refresh settings page and then remove. But in this case all your current settings will be set to default values.

    add_action( 'init', 'sti_init' );
    function sti_init() {
        delete_option( 'sti_settings' );
    }

    Regards

    Thread Starter Camilo

    (@camiloluna)

    Hey @mihail-barinov,

    Thanks for the quick reply!

    This worked and fixed the issue.

    Thanks again,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Empty “Sharing Buttons” section on settings’ is closed to new replies.