How can I include the slideshow in my current template - uploaded all files, installed it, it's working for classic theme but how can I remove my current slider and force yours?
Best regards!
EDIT: Think I pulled it out - added
Code:
<!-- begin edit for ZX Slideshow -->
<?php if(ZX_SLIDESHOW_STATUS == 'true') { ?>
<?php require($template->get_template_dir('zx_slideshow.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/zx_slideshow.php'); ?>
<?php } ?>
<!-- end edit for ZX Slideshow -->
to my define_main_page where I need it and it seems to work. Do I need any other modifications?