I originally posted that solution on winchester_responsive thread, though it was actually meant for responsive_new.
This is a simple solution to make the slideshow multilingual (Thanks again for the directions Anne!)
For those who'd like to try it out, this is what I did for a slide in Spanish.
1) Clone includes/templates/westminster_new/common/tpl_home_slider.php and rename it tpl_home_slider_es.php
2) Open tpl_home_slider_es.php and replaced (on line 4) homepageslide1 with homepageslide2
3) Open includes/languages/spanish/html_includes/westminster_new/define_main_page.php and change (on line 22 and 23)
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider.php');?>
to
PHP Code:
<?php require($template->get_template_dir('tpl_home_slider_es.php',DIR_WS_TEMPLATE, $current_page_base,'common')
. '/tpl_home_slider_es.php');?>
4) Open Tools/Banner Manager in the admin and create 5 new banners, entering homepageslide2 in the "or enter a new banner group below" field.
Bookmarks