Fixes for 2018
-
plugin.php
Line 78:- require_once( __DIR__ . "/pages/admin_main.php" ); + require_once( WP_PLUGIN_DIR . "/wp-sticker-notes/pages/admin_main.php" );
Line 186:
- "target_users" => $target_users, + "target_users" => ($target_users != '' ? $target_users : ''),
Not a bug, but useless when reviewing page in less then 1280px resolutions:
scripts/wpst_style.css
Line 277:-@media (max-width: 1280px) { - .wpst-sticker-note { - display:none; - } -}
Additional Fix for fixing positioning issues when page is scolled:
scripts/wpst_style.js
Line 239:-return jQuery(document).scrollTop(); +return 0;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fixes for 2018’ is closed to new replies.