Have enabled Notice Box and Close button is set to “Enable (remember close action)”.
Navigate to some subpage on site.
Click close button “Got It!” in notice box.
As expected it will disappear.
Then navigate to parent page, notice box will be shown again which should not.
After checking the code, cookies are set without path param, so cookie will be set for given page and subpages.
Fix – set cookie to root path:
js/scripts.js line 1218: $.cookie( ‘sh-notice’, ‘set’, { expires: 356, path: ‘/’ });