Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • swemmel Friend
    #198407

    The 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,
    Peter

    TomC Moderator
    #537425

    Now Peter … You know the drill . . . let’s see the url of the site you’re working on so we can see the issue.

    😎

    swemmel Friend
    #537438

    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

    TomC Moderator
    #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 Friend
    #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.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  MoonSailor 9 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum