-
AuthorPosts
-
pagefactory Friend
pagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
April 24, 2015 at 10:55 am #205798hi there,
site url. http://www.sensavloeren.nl joomla 3x ja_decor
on my mac , firefox browser, in fullscreen , the modules article category are going up, over the slideshow
screenshotI change the size in height into 350 px in the slide-module (JA Slideshow Lite)
how come and what to do to fix this ?
regards
Rob
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 27, 2015 at 4:03 pm #568511My solution below will help you out
Open templates/ja_decor/css/themes/brown/template.css file
find and change
@media (min-width: 1400px) {
.t3-slideshow {
margin-bottom: -300px;
}
}
to
@media (min-width: 1400px) {
.t3-slideshow {
margin-bottom: 0px;
}
}
Hope it helps
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
April 28, 2015 at 12:34 am #568592Hi Ninja,
Thanks a lot it works, great !!
but a little other problem rising up, in fullscreen modus you see now this
the little black things.regards
Rob
pagefactory Friendpagefactory
- Join date:
- March 2012
- Posts:
- 102
- Downloads:
- 20
- Uploads:
- 11
- Thanks:
- 1
- Thanked:
- 3 times in 1 posts
April 28, 2015 at 12:34 am #733686Hi Ninja,
Thanks a lot it works, great !!
but a little other problem rising up, in fullscreen modus you see now this
the little black things.regards
Rob
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 28, 2015 at 9:10 am #568641<em>@pagefactory 470728 wrote:</em><blockquote>Hi Ninja,
Thanks a lot it works, great !!
but a little other problem rising up, in fullscreen modus you see now this
the little black things.regards
Rob</blockquote>
I don’t see attachment file of you mentioned above but I checked directly on your site and saw it
You can remove little black with my solution here
Open templates/ja_decor/css/themes/brown/mod_jaslideshowlite.css file
find and change
.ja-ss-btns span {
background: #000000 ;
color: #ffffff
cursor: pointer;
display: block;
height: 40px;
margin: 00;
padding: 0;
width: 40px;
line-height: 40px;
position: absolute;
text-align: center;
opacity: 0.8;
filter: alpha(opacity=80);
}.ja-ss-btns .ja-ss-prev:before {
border-right: 20px solid rgba(0, 0, 0, 0);
border-top: 40px solid #000000 ;
content: "";
left: 100%;
position: absolute;
top: 0;
}.ja-ss-btns .ja-ss-next:before {
border-bottom: 40px solid #000000 ;
border-left: 20px solid rgba(0, 0, 0, 0);
content: "";
position: absolute;
right: 100%;
top: 0;
}
to
.ja-ss-btns span {
background: none ;
color: #ffffff
cursor: pointer;
display: block;
height: 40px;
margin: 00;
padding: 0;
width: 40px;
line-height: 40px;
position: absolute;
text-align: center;
opacity: 0.8;
filter: alpha(opacity=80);
}.ja-ss-btns .ja-ss-prev:before {
border-right: 20px solid rgba(0, 0, 0, 0);
border-top: 0px solid;
content: "";
left: 100%;
position: absolute;
top: 0;
}.ja-ss-btns .ja-ss-next:before {
border-bottom: 0px solid;
border-left: 20px solid rgba(0, 0, 0, 0);
content: "";
position: absolute;
right: 100%;
top: 0;
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 28, 2015 at 9:10 am #733735<em>@pagefactory 470728 wrote:</em><blockquote>Hi Ninja,
Thanks a lot it works, great !!
but a little other problem rising up, in fullscreen modus you see now this
the little black things.regards
Rob</blockquote>
I don’t see attachment file of you mentioned above but I checked directly on your site and saw it
You can remove little black with my solution here
Open templates/ja_decor/css/themes/brown/mod_jaslideshowlite.css file
find and change
.ja-ss-btns span {
background: #000000 ;
color: #ffffff
cursor: pointer;
display: block;
height: 40px;
margin: 00;
padding: 0;
width: 40px;
line-height: 40px;
position: absolute;
text-align: center;
opacity: 0.8;
filter: alpha(opacity=80);
}.ja-ss-btns .ja-ss-prev:before {
border-right: 20px solid rgba(0, 0, 0, 0);
border-top: 40px solid #000000 ;
content: "";
left: 100%;
position: absolute;
top: 0;
}.ja-ss-btns .ja-ss-next:before {
border-bottom: 40px solid #000000 ;
border-left: 20px solid rgba(0, 0, 0, 0);
content: "";
position: absolute;
right: 100%;
top: 0;
}
to
.ja-ss-btns span {
background: none ;
color: #ffffff
cursor: pointer;
display: block;
height: 40px;
margin: 00;
padding: 0;
width: 40px;
line-height: 40px;
position: absolute;
text-align: center;
opacity: 0.8;
filter: alpha(opacity=80);
}.ja-ss-btns .ja-ss-prev:before {
border-right: 20px solid rgba(0, 0, 0, 0);
border-top: 0px solid;
content: "";
left: 100%;
position: absolute;
top: 0;
}.ja-ss-btns .ja-ss-next:before {
border-bottom: 0px solid;
border-left: 20px solid rgba(0, 0, 0, 0);
content: "";
position: absolute;
right: 100%;
top: 0;
}
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum