-
AuthorPosts
-
schlogo Friend
schlogo
- Join date:
- December 2007
- Posts:
- 90
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 2 posts
October 13, 2008 at 12:01 am #134321hello
I can t get the slideshow to work in ja-helio, is this type or parameter ok? Anyway, as soom as i use “show description”, it does not work , the link is never working. This is a hot issue for me, hope i ll get an answer
<h3>For Answer Review </h3>
<p>Maecenas nibh congue justo est adipiscing elit mauris orci lacus dui. Nibh justo elit nunc Pellentesque malesuada leo nascetur faucibus malesuada semper.</p>John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 12:13 am #274925Got a URL we can look at to diagnose more accurately and quickly?
thanks,
John.schlogo Friendschlogo
- Join date:
- December 2007
- Posts:
- 90
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 2 posts
October 13, 2008 at 12:18 am #274926sure, there you go
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 1:04 am #274929Okay…
First of all…your coding is correct.
Second…can you turn on “See Description” so we can see the problem.😎 One note…the link, as it is written in your code will only work when you click on the picture…NOT the description. You can put links in the title or the description…but in the code as is it is only going to work by clicking on the picture.
Drop a note when you’ve turned on See Description.
Thanks,
John.schlogo Friendschlogo
- Join date:
- December 2007
- Posts:
- 90
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 2 posts
October 13, 2008 at 7:06 am #274982hello
the show description is on, maybe you seen sone cached page . I am not sure to get what you said, logically, description should show when i mage changes and linke be active when i click on it right? Link the does not work , description never shoed up
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 2:40 pm #275033Schlogo,
I’m still showing the description as “hidden”. The only way to help you further is to get into your admin panel which I would be glad to do, if you like, if you PM me a user password.
John
schlogo Friendschlogo
- Join date:
- December 2007
- Posts:
- 90
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 2 posts
October 13, 2008 at 2:46 pm #275039you got thanked many times, i trust you on this, i ll pm you the credentials in a minute
<em>@jbrett 85513 wrote:</em><blockquote>Schlogo,
I’m still showing the description as “hidden”. The only way to help you further is to get into your admin panel which I would be glad to do, if you like, if you PM me a user password.
John</blockquote>
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 3:36 pm #275047Sounds good.
John.John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 4:57 pm #275062Schlogo,
Found the problem…but need your help, because I don’t have access to update your CSS.
In ja.slideshow.css add the following code at the very bottom.
Once you add that…I can finish the fix.
.ja-slideshowdesc {
background:transparent url(../images/trans-bg.png) repeat scroll 0 0;
bottom:0;
color:#ffffff;
padding:0px 0;
position:absolute;
right:10px;
width:83%;
z-index:10;
}Helio’s CSS does not include the description function…so this will add it in. We may need to make other additions…but this must be added first.
John.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 5:39 pm #275064Good! Now add the attached file to your TEMPLATE > HELIO > IMAGES folder.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 5:44 pm #275068And now let’s update the CSS a bit:
In ja.slideshow.css (line 87)
update the below areas in RED.
.ja-slideshowdesc {
background:transparent url(/images/trans-bg.png) repeat scroll 0 0;
bottom:0;
color:#FFFFFF;
padding:0 10px;
position:absolute;
right:10px;
width:83%;
z-index:10;
}John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 6:14 pm #275073And add the following to the same CSS
.ja-slideshowdesc h3 {
color:#7BB700;
margin:0;
padding:0 20px 5px;
}This will turn your headline into a GREEN color to match your other graphics.
Drop me a line after you’ve done all this…and we’ll discuss what other tweaks you want.
John.
schlogo Friendschlogo
- Join date:
- December 2007
- Posts:
- 90
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 2 posts
October 13, 2008 at 8:58 pm #275096tks for you help on this, the links works, i am looking into it ,it does not seem to slide and the description effect does not work, guess I have a mootools pb
schlogo Friendschlogo
- Join date:
- December 2007
- Posts:
- 90
- Downloads:
- 27
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 3 times in 2 posts
October 13, 2008 at 9:03 pm #275097oops sorry, forgot to set it to start, it was on pause… user error 😀 It simply, works 😀 Thanks a million Brett, i am going to apply your css tweaks
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 13, 2008 at 9:39 pm #275101Anytime my friend!
Let me know if you need further. And thanks for the CREDITS! I really appreciate it!
John.
-
AuthorPosts
This topic contains 15 replies, has 2 voices, and was last updated by John Wesley Brett 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum