Read Me boxes flash and disappear

Home Forums BulletProof Security Pro Read Me boxes flash and disappear

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7762
    D Joseph
    Participant

    Hello,

    I can’t use the Read Me boxes because they flash and then disappear on the screen. I can’t find the answer to this anywhere. Can you tell me how to fix this? (Sorry, I’m not a speed reader!)

    Thanks

    #7769
    AITpro Admin
    Keymaster

    You have another plugin installed that is inappropriately loading its jQuery scripts in BPS Pro plugin pages and it is breaking the BPS Pro jQuery Read Me help buttons/boxes.

    Right mouse click in any BPS Pro plugin page, click View Source (or similar command/link) to view the source code of the page.  What you will be looking for in the source code of the page is any other plugin scripts loading in BPS Pro plugin pages.  Please post the name of that plugin or plugins so that we can test the plugin and then create dequeue code to block this plugin from breaking BPS Pro plugin scripts.

    Example of BPS Pro js script shown in the source code of the page:

    http://forum.ait-pro.com/wp-content/plugins/bulletproof-security/admin/js/bulletproof-security-admin-4.js?ver=3.5.2

    Reference Topic for Plugins that inappropriately load their scripts in other plugins pages and throughout the WordPress Dashboard:

    http://forum.ait-pro.com/forums/topic/bulletproof-security-menus-css-and-js-not-displaying-correctly/

    #7818
    D Joseph
    Participant

    I looked in the source and found the sticky posts plugin. So i disabled it and the Read Me boxes started working again right away. Here is the script I think you wanted:

    <script type='text/javascript' src='http://letsecommerce.com/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery,utils,jquery-ui-core&ver=3.5.1'></script>
    <script type='text/javascript' src='http://letsecommerce.com/wp-content/plugins/bulletproof-security/admin/js/bulletproof-security-admin-4.js?ver=3.5.1'></script>
    <script type='text/javascript' src='http://letsecommerce.com/wp-content/plugins/category-sticky-posts/wp_jq_multiselect/js/jquery.ui.widget.js?ver=3.5.1'></script>
    <script type='text/javascript' src='http://letsecommerce.com/wp-content/plugins/category-sticky-posts/wp_jq_multiselect/js/ui.multiselect.js?ver=3.5.1'></script>
    <script type='text/javascript' src='http://letsecommerce.com/wp-content/plugins/category-sticky-posts/wp_jq_multiselect/js/bzwp_multiselect.js?ver=3.5.1'></script>
    <s

    Thanks!

    #7821
    AITpro Admin
    Keymaster

    Excellent!  And well done!  We appreciate this very much and will create the necessary code that will prevent the sticky posts plugin jQuery scripts from loading in BPS Pro plugin pages (this will not adversely affect the sticky post plugin in any way) and update the BPS Pro version in the Secure Download Area with this new code.  Thank you.

    We will post back here when the updated BPS Pro version is available for download from the Secure Download.  Use the BPS Pro upload zip installer to install the updated BPS Pro zip file (do not use the WordPress Upload zip installer).  BPS Pro plugin files are updated when installing the zip file with the BPS Pro upload zip installer, but none of your BPS Pro settings will be changed when using the BPS Pro upload zip installer.

    #7841
    AITpro Admin
    Keymaster

    The Category Sticky Posts plugin has too many coding mistakes that would need to be fixed first in order for us to remove actions or dequeue scripts for this plugin.  Due to the age of the plugin’s last update and the low volume of installations of this plugin it is not worth the effort on this one.  So unfortunately what this means is that if you would like to view the Blue Read Me help buttons in BPS then you would need to deactivate the Category Sticky Posts plugin each time you would like to view them.

    #7890
    D Joseph
    Participant

    Thanks for the help. I decided to uninstall the plugin altogether; BPS is more important and your reply made me wonder if that was causing other similar problems in my wp admin anyhow. I liked the sticky post plugin but I think there’ll be a way in functions.php to do it without a plugin if I need it that badly.

    You answered another question I had without me asking – about updating. Thanks again for everything.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.