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
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.
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
Dear John Park!
This extension doesn’t support link on images for now. It only supports links for texts.
Regards!