slideshow doesn't appear
10 years 1 month ago #25315
by HPV2015
Replied by HPV2015 on topic slideshow doesn't appear
Thanks for the reply. I had actually unpublished it when I could not get it to work, and installed another which does. I am sorry that I couldn't get it to work.
Please Log in or Create an account to join the conversation.
- krystek128
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 1 month ago #25665
by krystek128
Replied by krystek128 on topic slideshow doesn't appear
I have similar problem I wanna remove star/stop button but I have not any idea how can I do this, tried change in css but does not work. I need help pleasersvitali wrote: I wanna remove play/pause button .. and left only prev and next it is possible?
I don't need it because I use your slideshow for video only

Please Log in or Create an account to join the conversation.
10 years 1 month ago #25667
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic slideshow doesn't appear
Hi
you must edit the file camera.css that is located in the theme of the slideshow and edit
.camera_play and .camera_stop classes to add a display:none
CEd
you must edit the file camera.css that is located in the theme of the slideshow and edit
.camera_play and .camera_stop classes to add a display:none
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- krystek128
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 1 month ago #25669
by krystek128
Replied by krystek128 on topic slideshow doesn't appear
there is a few of .camera_stopced1870 wrote: Hi
you must edit the file camera.css that is located in the theme of the slideshow and edit
.camera_play and .camera_stop classes to add a display:none
CEd
Please Log in or Create an account to join the conversation.
- krystek128
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 1 month ago #25670
by krystek128
Replied by krystek128 on topic slideshow doesn't appear
.camera_commands > .camera_play {
background: url(../images/camera_skins.png) no-repeat -80px 0;
height: 40px;
width: 40px;
}
.camera_commands > .camera_stop {
background: url(../images/camera_skins.png) no-repeat -120px 0;
display: hide;
height: 40px;
width: 40px;
and
in every skins
.camera_amber_skin .camera_commands > .camera_play {
background-position: -80px -160px;
background: url(../images/camera_skins.png) no-repeat -80px 0;
height: 40px;
width: 40px;
}
.camera_commands > .camera_stop {
background: url(../images/camera_skins.png) no-repeat -120px 0;
display: hide;
height: 40px;
width: 40px;
and
in every skins
.camera_amber_skin .camera_commands > .camera_play {
background-position: -80px -160px;
Please Log in or Create an account to join the conversation.
10 years 1 month ago #25671
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic slideshow doesn't appear
.camera_commands > .camera_play {
background: url(../images/camera_skins.png) no-repeat -80px 0;
height: 40px;
width: 40px;
}
>> yes that is it, add a display:none here and in the stop button
background: url(../images/camera_skins.png) no-repeat -80px 0;
height: 40px;
width: 40px;
}
>> yes that is it, add a display:none here and in the stop button
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.245 seconds