• Resolved Robin Herold

    (@robinherold)


    Hi there,

    the plugin description states that you can exclude the bar from certain IDs.

    But if I type the ID, nothing appears (it’s the right ID), I can only select page names.

    Is there a certain format I need to use instead of e. g. 20775?

    Or is it currently not possible to disable it for Woo products?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @robinherold ,

    Thanks for coming today.

    Please allow me to get more information from our dev team, we will feed you back as soon as possible.

    Regards.

    Plugin Support mialewp

    (@mialewp)

    Hi @robinherold,

    Thanks for your patience. Please install this updated version https://drive.google.com/file/d/1pdQr4Sj_b5vkL-rCuNgApx9OW4cB-76h/view?usp=sharing AND then add the following custom code if it works.

    function my_custom_notification_logic($should_display, $current_page_id) { if ($current_page_id == 1) { // change 1 to your id return false; } return $should_display; } add_filter('njt_nofi_is_display_notification', 'my_custom_notification_logic', 10, 2);

    Best regards,

    Mia

    Thread Starter Robin Herold

    (@robinherold)

    Hi @mialewp

    Thank you for that quick solution, it works like a charm 🙂

    Will this feature be pushed into the main plugin so we don’t need to worry about updating?

    Best regards
    Robin

    Plugin Support mialewp

    (@mialewp)

    Hi @robinherold,

    Sure, we will release this fix in the next version so do not fret.

    Thank you so much for choosing our plugin.

    If it’s possible, can you leave Notibar a review please?
    https://wordpress.org/plugins/notibar/#reviews

    Your review will motivate us to develop more plugins in the future and have awesome customers like you. 

    Thanks in advance.

    Mia

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Exclude from ID / WooCommerce Product’ is closed to new replies.