Skip to content

Instantly share code, notes, and snippets.

@danieliser
Created December 21, 2015 06:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danieliser/c15fedc08848137796e9 to your computer and use it in GitHub Desktop.
Save danieliser/c15fedc08848137796e9 to your computer and use it in GitHub Desktop.
​Replace line 277 of popup-maker/includes/admin/popups/metabox-display-fields.php with
<input type="checkbox" value="1" name="popup_display_position_fixed" id="popup_display_position_fixed" <?php checked( $position_fixed, 1 ); ?>/>
@IntrepidRealist
Copy link

Thanks for this temp fix! I simply love your plugin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment