Jump to content

Matrice theme slideshow


Recommended Posts

Hello all!

 

I'm currently amending 2Link's 'Matrice' theme but I'm having a problem with the slideshow that's included with it.

 

I know to change the images you upload them directly into the webserver in the modules/images folder but I'm confused as to how to change the accompanying text, or just to get rid of it altogether!

 

It maybe that I've been sitting at the computer too long (all day long) but I just can't figure it out!!

 

Please help!

 

Paul

Link to comment
Share on other sites

i changed those by editing the editorial.tpl

change the website domain or link to yours and edit the slide caption.

 

 

<div id="home_slideshow">
<ul style="position: relative; width: 900px; height: 384px;" id="home_slides">

 <li style="font size=20 position: absolute; top: 0px; left: 0px; display: list-item; z-index: 4; opacity: 1;">
  <a href="http://mydomain.com"> <img src="{$base_dir}themes/matrice/modules/editorial/images/1.jpg" alt="image" />  </a>
  <span class="slide_caption">
   {l s='"bla bla bla....' mod='editorial'}<br />
	 </span>
 </li>


 

the first image will be displayed with "bla bla bla" as the text.

 

Hope it helps

Link to comment
Share on other sites

  • 2 weeks later...

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...