Problems trying to display Joomla slideshow module

New Issue
PS Stack Slider Alex
  • (1 Ratings)

Hi there!

I bought this module some days ago and now are trying to setting it up in my site.

However it doesn´t show right, as the images are shown over the arrows and description, and i just wish to put 4 slides, but it shows ten stack items.

Moreover, the stack lines are very weird, and very different than the demo in your site.

Finally, how can i change the background? shall i change module css code? i couldn´t find where to configure that in the module interface.

thank you for your help

10 Responses

AppClave

7 years ago #111

Hi Alex,

Can you go and add below css style to your "Custom Css" section of your module(you can find 'Custom Css' from PS Stack Slider module 'Slider Options' tab)

.main, .container > header{
	width: auto !important;
}
.st-wrapper{
	height: 715px;
}
.st-stack{
	width: 300px !important;
}
.st-wrapper .st-item.st-center{
	left: 20% !important;
	top: 35px !important;
	right: 20% !important;
	width: 100%;
}
.st-wrapper .st-item img{
	width: 80%;
	background: #fff;
	box-shadow: 0 0 0 9px #fff, 0 1px 3px 9px rgba(0,0,0,0.3);
}
.st-wrapper .st-item a{
	background:none !important;
	box-shadow: 0px 0px 0px #fff !important;
}
.bg-color {
	background: #f6b93c url(../images/noisebg.png);
}

Best Regards,
AppClave Team

AppClave

7 years ago #112

Hi Alex,

Also, we sent latest updated "PS Stack Slider" module zip file to your email and please check it.

Best Regards,
AppClave Team

Alex

7 years ago #113

Hi guys, thank you very much, but i have not received any email yet (just the notifications of your replies in this forums, and i also checked out the spam folder Just in case). Could you please resend it? i will wait for it before going on with the tests.

thank you!

Alex

7 years ago #114

Sorry guys, i finally found it, my fault!

going to install and change things and i get back to you if something goes wrong

regards!

Alex

7 years ago #115

Hi again, i tried everything, now it works better but there is still an error when the image transition begins. Which class shall i change in custom css? could you please help me or explain to me the related classes so i can "play" with it without bothering you?

you can check the same url again and see it, thank you very much!

AppClave

7 years ago #116

Hi,

You can replace old css style to new one(not all css but just replace where you want), see below

.st-wrapper .st-item.st-center {
	left: 10% !important;
	top: 35px !important;
	right: 20% !important;
	width: 100%;
}
.st-stack {
	width: 232px !important;
}

If you want to write custom css in your own way then lets try with main class name "st-wrapper" of "Stack Slider". Kindly see the attachment

Best Regards,
AppClave Team

Alex

7 years ago #117

Ok thank you for the info, i´ve made some changes then, but the main problem is still there...

as you can see, when you navigate, the picture animation is totally out of the original picture range! i checked the code, but it seems to be a javascript issue more than a css one. Please help!

regards!

Alex

AppClave

7 years ago #118

Hi Alex, 

We used default image width size is 80% that's why all images fixed in 80% width that's why the picture animation is totally out of the original picture range, see below code

.st-wrapper .st-item img {
  width: 80%;
  background: #fff;
  box-shadow: 0 0 0 9px #fff, 0 1px 3px 9px rgba(0,0,0,0.3);
}

So you may use medium or large size images not small size images 

Best Regards, 
AppClave Team

Alex

7 years ago #119

hi there, i tried everything, and am also using your own pictures from the demo, but the effect of the images leaveing and showing up is still weird. I give up. it´s a pitty

regards

AppClave

7 years ago #120

Hi Alex,

Can you send you site url?

Best Regards,
AppClave Team

Submit Your Response