Support » Plugin: Manual Related Posts » Select and close button overlap making close not work

Viewing 9 replies - 1 through 9 (of 9 total)
  • Confirmed that I’m experiencing the same behavior.

    I’m also experiencing this behavior after upgrading to WP 3.9 this morning.

    me too since my upgrade to 3.9.

    Updating the page will mean that the box goes away and it does still all appear to work but …

    This is an issue with the draggable() jQuery UI function not being recognised. I would recommend the following:

    • Go into /plugins/baw-manual-related-posts/js/
    • Rename bawmrp.min.js to bawmrp.min.js.dead
    • Rename bawmrp.js to bawmrp.min.js
    • Edit that file with the following modifications:
    • Comment out around lines 13-15 (Starting $('#find-posts').show().draggable({...)
    • Below that, type $('#find-posts').show();
    • Comment out around line 26 ($('#find-posts').draggable('destroy').hide();)
    • Below that, type $('#find-posts').hide();

    This should at least solve the issue with the Find Related Posts popup not closing. As for the CSS for the overlapping buttons… I haven’t figured that one out yet either.

    I had the same problem – I can’t close the box with either close or esc after upgrading. I followed these instructions but then it stopped working altogether. Can you just issue an updated version of the plugin with the corrected JS?

    Thread Starter ghp123

    (@ghp123)

    Closing the box is not a problem for me. I just click save draft and the box disappears.

    I’m not actually the plugin developer – just a guy. I can’t update this plugin, as it’s not mine to update.

    If it’s stopped working completely, you may have made an error when editing the Javascript file. Instead, download it from here:

    https://dl.dropboxusercontent.com/u/1442535/bawmrp.min.js

    …and replace the file in /plugins/baw-manual-related-posts/js/ with that one. It should then work for you.

    Sorry indextwo, I hadn’t realised you weren’t the developer – and thank you very much for your help. I’ve got it working now.

    The option to close the box just by clicking save draft wasn’t possible for me for the stupid reason that I’m using a netbook, and the related posts box was covering all the useful buttons, even on full-screen!

    Many thanks again,
    Jane

    Plugin Author Julio Potier

    (@juliobox)

    A fix is coming today 🙂

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Select and close button overlap making close not work’ is closed to new replies.