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

    (@omarabid)

    Could you reinstalling. I uploaded a new version with a few bug fixes (though the version is not changed).

    Let me know if that fixes it.

    The following line needs to be fixed from

    update_option('printpress_button', array('button_html' => self::$print_button));

    to

    update_option('printpress_button', array('button_html' => self::$button_html));

    You will need to deactivate and remove the entry in the options table that indicates the plug-in is installed. Look for “printpress_installed”. Then re-activate the plug and it should set the button html correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When enabled, all page content is replaced with the word On’ is closed to new replies.