• 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;
    • This topic was modified 6 years, 4 months ago by Stefan M..
    • This topic was modified 6 years, 4 months ago by Stefan M..
    • This topic was modified 6 years, 4 months ago by Stefan M..
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Stefan M.

    (@stefan-m-1)

    • This reply was modified 6 years, 4 months ago by Stefan M..

    Quick question Stefan. First and foremost your update was great I was having an issue with the query but looking at your post helped me solve that issue. I noticed that when i refresh the page my notes disappear. Know any way I can keep the notes saved until the user deletes it?

    Hey Stefan,

    thank you for your update.
    Dos this help if the notes disappear when reloading?

    Best wishes
    Arne

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixes for 2018’ is closed to new replies.