aa1joe Posted October 5, 2010 Share Posted October 5, 2010 Does anyone know how I can add photos to homepage slide show for the candy art template?As I read on the forum I also tried to find the homepage slide show module but I don't seem to have one in the candy art template.Any help would be appreciated.ThanksJoe Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2010 Share Posted October 6, 2010 The image links are in themes/Candy-Art3/modules/editorial/editorial.tpl: <a href="#" style="display: none;"><img src="{$img_dir}images/1_{$lang_iso}.png" alt=""> <a href="#" style="display: none;"><img src="{$img_dir}images/2_{$lang_iso}.png" alt=""> <a href="#" style="display: none;"><img src="{$img_dir}images/3_{$lang_iso}.png" alt=""> So you should change themes/Candy-Art3/img/images/1_en.png, 2_en.png and 3_en.png for the English language. Link to comment Share on other sites More sharing options...
aa1joe Posted October 6, 2010 Author Share Posted October 6, 2010 I did change the photos and found the editorial.tpl earlier today.Is it possible to add more than 3 photo slide?Like is it possible to have 1_en.png, 2_en.png 3_en.png 4_en.png 5_en.png and 6_en.png???Thanks Link to comment Share on other sites More sharing options...
rocky Posted October 6, 2010 Share Posted October 6, 2010 Sure, just more links to the list above: <a href="#" style="display: none;"><img src="{$img_dir}images/4_{$lang_iso}.png" alt=""> <a href="#" style="display: none;"><img src="{$img_dir}images/5_{$lang_iso}.png" alt=""> <a href="#" style="display: none;"><img src="{$img_dir}images/6_{$lang_iso}.png" alt=""> Link to comment Share on other sites More sharing options...
aa1joe Posted October 6, 2010 Author Share Posted October 6, 2010 Yeah, got it.Thanks again Rocky.Joe Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now