• Resolved jmat75

    (@jmat75)


    Hi,

    I’ve got a problem on the home page, when I unload wp-notification-bars rule (CSS & JS), it’s below on the footer. Normally it didn’t appear because I deactivate the notification on the home page in the setting of the wp-notification.
    How can i solve that ?

    NB: I try some notifications plugin, I’ve got the same problem.

    Thank you

    • This topic was modified 3 years, 8 months ago by jmat75.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @jmat75 I’ve noticed this behavior before. Even if you unloaded CSS/JS files associated with the plugin that is loading the notification bar, the actual HTML is not unloaded as well. It’s printed on the page. The best thing would be in this case to unload the whole plugin.

    This way, you will unload any assets that load from that plugin, no SQL queries will take place and no PHP code will trigger. As a result, no HTML code from that plugin will be printed. It’s like the plugin is not activated on the targeted page in the first place.

    For this, you need to use the Pro version and the “Plugins Manager” feature: https://www.assetcleanup.com/docs/what-are-plugins-unload-rules/

Viewing 1 replies (of 1 total)
  • The topic ‘Unload Rule plugin’ is closed to new replies.