Jump to content

Defauft Homeslider on 1.6


frontend

Recommended Posts

I noticed that the Homeslider module does not output the Slide-Title as Title within the page html 

Slide-Title = This is my 1st slide

Caption = My text will appear here only the caption text.

Then on the live site the html will look like this..

<li class="homeslider-container">
  <a href="https://www.domain.com/" title="My text will appear here only the caption text.">
  <img src="https://www.domain.com/test.jpg" width="779" height="219" alt="My text will appear here only the caption text." />

 

So i wonder if it is possible to output The slide Title from the module: the  Slide-Title  = This is my 1st slide actually,  as 

  <a href="https://www.domain.com/" title="This is my 1st slide">

Instead of having the double caption text as shown above.

 

 

 

 

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