Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • pavit Moderator
    #868756

    Hi

    Add to this file /templates/ja_events_ii/css/custom.css ( if you do not have it then you need to create a new file )

    .header-trans .t3-header-wrap.affix {
        background:#f9eed8!important;
    }
    ahaduweb Friend
    #868862

    thank you for fast reply, it work fine, but the black bar still there when typing search something and visible black also for mobile devices as shown here the screenshot http://prntscr.com/9v1chc and http://prntscr.com/9v1e96
    thanks in advance
    abrham

    pavit Moderator
    #869026

    Hi there

    Add this to your custom.css file

    .header-trans .t3-header-wrap.affix {
        background:#f9eed8!important;
      }
    
    @media (min-width: 480px) and (max-width: 991px) { 
      .header-trans .t3-header-wrap .t3-header {
        background:#f9eed8!important;
      }
    }
    @media (max-width: 767px){
        .header-trans .t3-header-wrap .t3-header {
        background:#f9eed8!important;
      }
    }
    .t3-header-wrap.cpanel-open .t3-header {
      background:#f9eed8!important;
    }

    best regards

    ahaduweb Friend
    #869089

    Thanks very much work perfect
    abrham

    ahaduweb Friend
    #869090

    Is there a way to auto slider (rotate) the slideshow for Jat_ Event_II template
    any help
    thanks in advance

    pavit Moderator
    #869095

    Hi

    Open this file /templates/ja_events_ii/acm/slideshow/tmpl/style-owl.php and set the autoplay for the slideshow

    <script>
    (function($){
      jQuery(document).ready(function($) {
        $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
          items: 1,
          singleItem : true,
          itemsScaleUp : true,
          navigation : true,
          navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
          pagination: false,
          merge: false,
          mergeFit: true,
          slideBy: 1,
          **autoPlay: true**
        });
      });
    })(jQuery);
    </script>
    ahaduweb Friend
    #869102

    thank you for fast reply, i have checked the code line by line ,its as it is as shown attached file
    nothing happen
    any help
    thanks in advance


    1. Screenshot_1-5
    pavit Moderator
    #869120

    Hi

    It should be autoPlay=true and not autoplay=true

    ahaduweb Friend
    #869123

    Great Great………
    thanks very much

    ahaduweb Friend
    #869124

    Supper!!!!!!

    ahaduweb Friend
    #869415

    All dear JoomlaArt,
    Is the same for auto slideshow for JA Hotel Template, i couldn’t the same code of line,
    any help
    thanks in advance
    abrham

    pavit Moderator
    #869443

    Hi @ahaduweb

    I answered to your question already HERE

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

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 8 years, 10 months ago.

The topic ‘how to change the bat header color of the Ja_event_II template’ is closed to new replies.