I am using Magento 1.9.0.1 and a template for my website. I also purchased Events Manager from FME so that I could add classes to my website.
I can not figure out how to add the Slider Block that the Events Manager provides to a CMS page. The extension gives me the following directions:
Slider Block for CMS Page
{{block type="events/spBlock" name="events.block" template="events/spblock.phtml"}}
Copy this code and paste in desired CMS Page(s).
Slider Block for Templates
echo Mage::app()->getLayout() ->createBlock('events/spBlock') ->setTemplate('events/spblock.phtml') ->toHtml();
Place this code in desired Template(s) in php tags.".
I copied the Slider Block for CMS Page and pasted it in my Home Page CMS content at the bottom of the other content, but nothing shows up. I assume that I need to put the Slider Block for Templates code somewhere but I don't understand where to put it.
Which template would I put it in? (If answering can you give me the complete navigation to where the template is stored? I'm still getting confused by the Magento directories and just trying to muddle through.)
How do you put it in php tags? (I think I found this when Googling - but just to be sure...)
Thanks for your help!