I am attempting to use enterprise banners with a custom theme. I have followed the instructions here: http://docs.magento.com/m1/ce/user_guide/cms/widget-create.html and am able to create and add widgets to my theme. I have successfully added "CMS Static Block" widgets. However when I attempt to use a "Banner Rotator" nothing shows up on the frontend.
I have also tried putting a banner inside a "CMS Static Block" like this:
before banner{{widget type="enterprise_banner/widget_banner" display_mode="fixed" banner_ids="1,2" template="banner/widget/block.phtml" unique_id="xxxxxxxxx"}}after banner
And this is what is output on the frontend:
<div class="widget widget-static-block">before banner after banner</div>
Why are my banners not showing up?
Can you share your desktop screenshot please?
My desktop? Wouldn't you want a screenshot of the website, if so what part? Please help me understand.
Yes, that's what I meant I am only interested to see your webstie screenshot + inspect element source code of the banner section.
Ok, is this what you want?
Do you have any ideas why my banners are not showing up?
Thanks!