-
AuthorPosts
-
swemmel Friend
swemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
June 2, 2014 at 2:59 pm #198407The slideshow in the demo, on the Doctors Timetable page does not work well. The nextslide is sliding under the slideshowcontainer and then, at the end, pops in its place.
Further, a nice, clean template.
Cheers,
PeterTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 3:01 pm #537425Now Peter … You know the drill . . . let’s see the url of the site you’re working on so we can see the issue.
😎
swemmel Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
June 2, 2014 at 3:36 pm #537438I know the drill Tom. It is on the demo of JoomlArt. :laugh: I can not give you an exact link, but you can go to the Joomlart demo of JA Medicare and click on the “Doctors Timetable”. On that page there is a slideshow that does not work fine. I am not working with the template.
Peter
1 user says Thank You to swemmel for this useful post
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
June 2, 2014 at 3:41 pm #537442<em>@swemmel 430293 wrote:</em><blockquote>I know the drill Tom. It is on the demo of JoomlArt. :laugh: I can not give you an exact link, but you can go to the Joomlart demo of JA Medicare and click on the “Doctors Timetable”. On that page there is a slideshow that does not work fine. I am not working with the template.
Peter</blockquote>
Ahhhh, ok … I think I see the glitch you’re referring to.
I’m referring this issue/bug onto the JA Dev Team for review and correction – shouldn’t take long.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
June 3, 2014 at 7:32 am #537547@swemmel : Thanks for reporting. Actually, it’s a bug of this template, if you’re using this template, you can try with my workaround here:
– Go to file: /templates/ja_medicare/less/style.less, find line 915 and change:
.item {
.transition(all .2s linear);
position: relative;padding: @t3-global-padding;
border: 3px solid transparent;.item-title,
.item-title a {
color: @gray-darker;
margin: 0 0 (@t3-global-margin/2) 0;
}
To :
.item {
.transition(all .2s linear);padding: @t3-global-padding;
border: 3px solid transparent;.item-title,
.item-title a {
color: @gray-darker;
margin: 0 0 (@t3-global-margin/2) 0;
}
– Open file: /templates/ja_medicare/css/templates.css, find this css rule:
.services-view .item {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
position: relative;
padding: 25px;
border: 3px solid transparent;
}
change it to:
.services-view .item {
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
padding: 25px;
border: 3px solid transparent;
}
This fix will be updated in the upcoming release version.
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by MoonSailor 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum