put link on jm slideshow

hello

questions:
1. can you tell me how to put link on each slide on jmslideshow?
2. can i make bigger size of logo? i upload logo image but only shows 2/3 of it.

thank you

3 answers

Profile photo of thangnn1510 0.00 $tone December 17, 2010
Public

Dear Johnpark!

Regarding your problems:

1. Put link on each slide on JMSlideShow:

-- Please login into admin-> system -> configuration then Edit JM Slide Show tab. You should find "Description for each Item" parameter. Please change it from:

Example

HTML Code:

[desc img="sl-1.jpg" url="#"]
<h3>Assassins Creed BrotherHood</h3>
[/desc]

[desc img="sl-2.jpg" url="#"]
<h3>Dynasty Warriors Online</h3>
[/desc]

[desc img="sl-3.jpg" url="#"]
<h3>Ut quoted text enim</h3>>
[/desc]

[desc img="sl-4.jpg" url="#"]
<h3>Header One Lorem ipsum</h3>
[/desc]

to:

[desc img="sl-1.jpg" url="#"]
<h3><a href="#">Assassins Creed BrotherHood</a></h3>
[/desc]

[desc img="sl-2.jpg" url="#"]
<h3><a href="#">Dynasty Warriors Online</a></h3>
[/desc]

[desc img="sl-3.jpg" url="#"]
<h3><a href="#">Ut quoted text enim</a></h3>>
[/desc]

[desc img="sl-4.jpg" url="#"]
<h3><a href="#">Header One Lorem ipsum</a></h3>
[/desc]

2. Make the logo bigger:

-- Open "/skin/frontend/default/jm_natris/css/theme.css"

-- Find this code (about line 286):

h1#logo, h1#logo a {
display: block;
height: 60px;
width: 196px;
}

You could change the width and height to suit your idea.

Hope this helps you.

#1
johnpark 0.00 $tone December 17, 2010
Public

thank you for your fast reply.

i have another questino about slideshow link.
i try the script you told me and it works but i want to put link on image not text.
is there any way?

thank you

#2

Please login or Register to Submit Answer

Written By

Comments