Similar problem here.
Banner shows on home page and section blog pages. Joomla core sef is enabled.
www.mysite.com ok
www.mysite.com/sectionname ok
www.mysite.com/sectionname/categoryname -> not seen
www.mysite.com/sectionname/categoryname/article-name -> not seen
When the problem occurs, I see a 404 log on my apache error file such as:
File does not exist: /home/mysite/public_html/sectionname, referer:
www.mysite.com/sectionname/categoryname
for the category pages and
File does not exist: /home/mysite/public_html/sectionname, referer:
www.mysite.com/sectionname/categoryname/article-name
for the articles. The error is always for /home/mysite/public_html/sectionname
So I think there is something in the module which is calling a wrong reference which results in this error and the banner not showing up.