-
AuthorPosts
-
November 30, 2010 at 1:56 pm #156921
Hi Community,
I’m not new to Joomla and have some working knowledge of things, so this one confounds me and I must be missing something obvious.
I just completed a fresh intall of Joomla on my server. I downloaded the JA Rave New template and installed the template, all components, mod’s, and plugins LAST NIGHT.
I’ve been trying for several hours to get the Slideshow 2 module to appear the way (location) it does in the demo http://www.joomlart.com/demo/#templates.joomlart.com/ja_rave
Issues I’ve noticed and need help with: After reviewing the module positions at JoomlaArt, I see that I’m not offered a “Slideshow 2” position in my admin panel for the module. I’ve tried top/left/…nothing works. If for example, I choose user5 position, it appears here http://www.n49w91.com/ which doesn’t match up at all with the module position guide for the Rave template.
Also, the Slideshow 2 module does not provide for “Today’s Highlights” as seen in the demo and configuration information provided in the Rave forum.
So, I’m completely stumped here. Any help is greatly appreciated
November 30, 2010 at 2:26 pm #364846Hi Gang,
I’ve just found some information regarding the positioning of the module. While I don’t understand why the Rave module position guide has the position, but the template does not, I’m satisfied with the user5 position and also see that I can add the “slideshow” position manually. That’s helpful.
Questions Remain:
1. Also, the Slideshow 2 module does not provide for “Today’s Highlights” as seen in the demo and configuration information provided in the Rave forum.
2. How do I create that nice dark area over the slideshow to highlight the desc text with the left/right arrows?
3. Where do I find the code/css to change the desc font size?Thanks again.
Alecthuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 1, 2010 at 9:05 am #364965Hi mralec,
1. with slideshow 2 configuration you can create “Today’s Hignlights” slideshow as seen in the demo, see screenshots:
2. You should edit module template file, and css of module as following:
– Create new “theme” for module ( it has css files, images .. ), define style for some css class
exm:
.ja-slidewrap .maskDesc .ja-slide-desc {
color:#CCCCCC;
font-size:150%;
padding:20px 40px;}
.ja-slidewrap .maskDesc {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
cursor:pointer;
display:block;
position:absolute;
z-index:100;}
– On admin page, go to configuration page of slideshow 2 module.3. Code: you can find on folder tmpl of slideshow2 module
Css: you can find “mod_jaslideshow2.css” file on location “templatesja_ravecss”1 user says Thank You to thuanlq for this useful post
Robert Grygier FriendRobert Grygier
- Join date:
- September 2014
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
December 7, 2010 at 10:39 pm #365653Just upgraded to the latest version of Slideshow2, but can´t figure out how to display the “read more”-link…
Any suggestions?Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 8, 2010 at 3:52 am #365703<em>@archienorway 207152 wrote:</em><blockquote>Just upgraded to the latest version of Slideshow2, but can´t figure out how to display the “read more”-link…
Any suggestions?</blockquote>Dear archienorway,
In the module back-end just select the field of Show readmore text to yes then enter you text into the field of Readmore Text
December 10, 2010 at 8:57 am #366135<em>@thuanlq 206215 wrote:</em><blockquote>Hi mralec,
2. You should edit module template file, and css of module as following:
– Create new “theme” for module ( it has css files, images .. ), define style for some css class
exm:
.ja-slidewrap .maskDesc .ja-slide-desc {
color:#CCCCCC;
font-size:150%;
padding:20px 40px;}
.ja-slidewrap .maskDesc {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
cursor:pointer;
display:block;
position:absolute;
z-index:100;}
– On admin page, go to configuration page of slideshow 2 module.</blockquote>Sorry.. I am not a programmer, and need further assistance on the above issue
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 11, 2010 at 2:30 am #366234<em>@crescendo06 207750 wrote:</em><blockquote>Sorry.. I am not a programmer, and need further assistance on the above issue</blockquote>
Hi,Please provide me your link site, i will check it
uzvezda Frienduzvezda
- Join date:
- September 2014
- Posts:
- 131
- Downloads:
- 21
- Uploads:
- 6
- Thanks:
- 17
- Thanked:
- 6 times in 1 posts
December 28, 2010 at 10:32 pm #369019How is possible to set a text width that doesn’t go over image on the right? Like it is in demo. But in demo is I think just a static text and small image, not normal size, thus it looks nice. And to use modul Source: From Articles
When I use a size even 200px is too big thumnail, and text go over. I can set it to go behind, but idea is to limit text to right when image is in article.
any idea how to solve it?
thanksthuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
December 29, 2010 at 4:33 am #369052Hi @uzvezda,
You can resolve your slideshow problems on ja_rave template as following:
– Go to config page of slideshow 2.
– Change some params:
main item width = 120
main item heigh = 170
show description = description only
navigation show = no
– then open and edit “mod_jaslideshow2.css” file on location “templates/ja_rave/css/”
– define new style on this file
.moduletable_highlight .ja-slide-main-wrap {
height:170px !important;
width:610px !important;}
.moduletable_highlight .ja-slide-item {
height:170px !important;
width:610px !important;}
1 user says Thank You to thuanlq for this useful post
uzvezda Frienduzvezda
- Join date:
- September 2014
- Posts:
- 131
- Downloads:
- 21
- Uploads:
- 6
- Thanks:
- 17
- Thanked:
- 6 times in 1 posts
December 29, 2010 at 11:07 am #369125it works with images. Thank you.
I have some problems with input text editing. all I can have in this modul is pure text no line brakes no bold, no css. Is this need to be set in css or when you write a text.
regards.
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
-
AuthorPosts
This topic contains 11 replies, has 6 voices, and was last updated by thuanlq 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum