First of all make sure to read all readme/license files found in the template zip file.
Always try to use the newest template, because older templates may have unfixed errors.
Frequently asked questions:
Q: My template does not look like the live demo. How do I enable the sidebar and other modules?
Q: How do I enable the slideshow on all pages not only the homepage?
<!– Slideshow –>
<?php $menu = JSite::getMenu(); ?>
<?php $lang = JFactory::getLanguage(); ?>
<?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) { ?>
<?php if ($this->params->get( ‘slidedisable’ )) : ?> <?php include “modules/slideshow.php”; ?><div> <!– menushadow –></div><?php endif; ?>
<?php } ?>
<!– END Slideshow –>
Delete everything but this line
<?php if ($this->params->get( ‘slidedisable’ )) : ?> <?php include “modules/slideshow.php”; ?><div> <!– menushadow –></div><?php endif; ?>
Q: How do I enable the submenus?
Q: How do I change the logo/slideshow images of the template?
Q: I get different errors when I install the template. Here are a few examples:
( ! ) Notice: Undefined property: ContentViewFeatured::$print in C:\Program Files (x86)\wamp\www\templates\templatename\html\com_content\featured\default_item.php on line 67
Strict Standards: Non-static method JSite::getMenu() should not be called statically, assuming $this from incompatible context in D:\xampp\htdocs\gogo\templates\templatename\index.php on line 78
Strict Standards: Non-static method JApplication::getMenu() should not be called statically, assuming $this from incompatible context in D:\xampp\htdocs\gogo\includes\application.php on line 523?