Jump to content

(SOLVED) Need help with the Candy Art Template Home Page Slide Show


Recommended Posts

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.

Thanks

Joe

Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...