-
AuthorPosts
-
cjmicro Friend
cjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
August 11, 2009 at 5:24 pm #143390I have a few diffrerent ja-slideshow modules to show up on different sections, but would like the main slideshow to show up on ALL pages. Some of the article pages are not showing up with a slideshow at all on top, just a blank space.
Here is an article page with no slideshow
http://www.waredaca.com/index.php?option=com_content&view=article&id=140:still-accepting-entries&catid=37:newsflashHere is the main page with the main ja-slideshow.
http://www.waredaca.com/How can I get the default to show up the one slideshow on all pages not on a “menu”?
Thanks,
Cheryl
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 11, 2009 at 7:14 pm #313874cjmicro;140201How can I get the default to show up the one slideshow on all pages not on a “menu”?
open the slideshow module in the module manager and under ‘menu assignment’ select ‘ALL’.
PS: Running more than one slideshow on a page could have adverse effects on your visitors CPU.
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
August 11, 2009 at 9:51 pm #313898Scotty, thanks for the reply, but maybe I didn’t make myself clear… I don’t want more than one slideshow.
I have assigned the “main” slideshow to all the menu items where I want it to display. Then have assigned the “competition” slideshow to the competition pages, and the “pony club” slideshow to the pony club pages etc. That is all well and good.
There are just some articles which are not menu items, like the newsflash articles, and some others, that are not part of any menu, and they do not have ANY slideshow up top. How can I get them to have the main slideshow?
I am getting an idea… I have a hidden menu, maybe I can make a “section” menu item on there for all the sections and assign the slideshow based on that. Any other ideas?
Thanks again,
Cherylscotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
August 11, 2009 at 11:04 pm #313904cjmicro;140255 I am getting an idea… I have a hidden menu, maybe I can make a “section” menu item on there
This is exactly what I would do.
Ramiro Vallejo FriendRamiro Vallejo
- Join date:
- September 2014
- Posts:
- 18
- Downloads:
- 11
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
August 31, 2009 at 2:55 pm #315864Hello CJMICRO:
I want the jaslideshow2 to look like on your page: http://www.waredaca.com/index.phpPlease Help ME !!!
1 user says Thank You to Ramiro Vallejo for this useful post
cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
August 31, 2009 at 3:01 pm #315866I will paste my ja-slideshow.css below, because I made changes. Please backup your site and your original jaslideshow2.css before you do this just in case!
.ja-slidewrap {
margin: 0;
padding: 0;
position: relative;
}.ja-slide-main-wrap {
position: relative;
overflow: hidden;
}.ja-slide-main {
position: absolute;
z-index: 1;
}.ja-slide-item {
display: block;
float: left;
position: relative;
overflow: hidden;
margin: 0;
}.ja-slide-item img {
background: none;
}.ja-slide-thumbs-wrap {
position: relative;
clear: both;
overflow: hidden;
}.ja-slide-thumbs, .ja-slide-thumbs-mask, .ja-slide-thumbs-handles {
position: absolute;
top: 0;
margin: 0;
padding: 0;
width: 5000px;
}.ja-slide-descs {
display: none;
}.ja-slide-thumb, .ja-slide-thumbs-handles span {
display: block;
margin: 0;
float: left;
cursor: pointer;
}.ja-slide-thumbs-handles span {
}.ja-slide-thumbs-mask-left,
.ja-slide-thumbs-mask-right,
.ja-slide-thumbs-mask-center {
float: left;
}.ja-slide-thumbs-mask-left, .ja-slide-thumbs-mask-right{
background: #FFFFFF;
}.but_prev, .but_next {
position: absolute;
top: 0;
z-index: 99;
}.but_prev {
left: 0;
}.but_prev:hover, .but_next:hover {
cursor: pointer;
}.but_next {
right: 0;
}.maskDesc {
background: url(../images/sl-shadow.png) no-repeat left top;
position: absolute;
z-index: 100;
cursor: pointer;
}.maskDesc .ja-slide-desc {
padding: 5px;
margin-left: 700px;
margin-top: 310px;
color: #C0CFDB;
font-size: 150%;}
.maskDesc .ja-slide-desc br {
display: none;
}.maskDesc .ja-slide-desc h3 {
margin: 0;
padding: 0;
}.maskDesc a.readon {
bottom: 10px;
color: #810C46;
display: block;
font-weight: bold;
font-size: 100%;
position: absolute;
padding: 3px 10px 3px 0;
right: 20px;
}.maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
color: #FFFFFF;
}.ja-slide-buttons {
z-index: 900;
}.ja-slide-buttons span {
color: #FFFFFF;
display: block;
float: left;
margin-right: 5px;
padding: 2px 5px;
cursor: pointer;
}
Hope it helps!
Cheryl1 user says Thank You to cjmicro for this useful post
Ramiro Vallejo FriendRamiro Vallejo
- Join date:
- September 2014
- Posts:
- 18
- Downloads:
- 11
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 10, 2009 at 10:39 pm #317038Hello cjmicro.
use the code that you gave me for slideshow and you have in http://www.waredaca.com but slideshow does not work with ie.
Error Details:
Message: Invalid argument.
Online: 31
Nature: 1
Code: 0
URI: http://siatigroup.com/media/system/js/mootools.jsHelp ME!!!
Ramiro Vallejo FriendRamiro Vallejo
- Join date:
- September 2014
- Posts:
- 18
- Downloads:
- 11
- Uploads:
- 1
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
September 13, 2009 at 5:11 am #317206Edit mod_jaslideshow2 in Type Animation use Fading and work in Internet Explorer. Using Moving does not work in IE.
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by Ramiro Vallejo 15 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum