Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ahaduweb Friend
    #890917

    Dear JoomlaArt Team, thanks in advance, i have one problem, how can auto sliding the images for JA Directory template, any help appreciated, for live site https://ejob4all.com/ thanks in advance Kindly abrham

    Pankaj Sharma Moderator
    #890948

    Hi
    to add autoplay Go to
    /templates/ja_directory/acm/slideshow/tmpl/style-owl.php

    Find this code

    
    (function($){
      jQuery(document).ready(function($) {
        $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
          items: 1,
          nav : true,
          merge: false,
          mergeFit: true,
          slideBy: 1
        });
      });
    })(jQuery);

    and replace it with

    
        (function($){
          jQuery(document).ready(function($) {
            $("#acm-slideshow-108 .owl-carousel").owlCarousel({
              items: 1,
              nav : true,
              merge: false,
              mergeFit: true,
              margin:10,
              autoplay:true,
              loop:true,
              autoplay:true,
              autoplayTimeout:3000,
              autoplayHoverPause:true,
              autoplaySpeed:7000,
              slideBy: 1
    
            });
          });
        })(jQuery);
    ahaduweb Friend
    #891347

    Dear Joomlart Support Team,
    it not working , the images totally disappear
    the live site is https://ejob4all.com/
    thanks in advance
    abrham

    Pankaj Sharma Moderator
    #891351

    Hi
    Kindly post your site super user details via Private reply so i can check and fix it directly on your site .

    phoenixgmn Friend
    #896982

    Dear JoomlaArt Team,
    i have a problem, how can auto sliding the images for JA social II template,
    i have made changes you have suggested above in the file "/acm/slideshow/tmpl/style-owl.php" but it does not show any effect, for live site http://cwsingles.co.uk/ please assist me as soon as possible

    Pankaj Sharma Moderator
    #896985

    Hi
    Kindly post your site super user admin details via private reply option .
    I will check it .

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

This topic contains 5 replies, has 3 voices, and was last updated by  Pankaj Sharma 8 years, 1 month ago.

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