test melih
 melih
Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • Jeancarlos Rodriguez Friend
    #721462

    I installed the ACM module into Ja_nuevo
    And i uploaded the ACM directory to template/ja-nuevo/

    The only thing i want to use acm for is the slideshow.
    The slideshow lite of januevo doesn’t give me the look of a full width image on the slideshow.

    Is there other files that i need to grab from the ja_charity template and implement it to the Ja-nuevo template files?

    The look that i want is exactly is of the ja_charity slideshow. Eeven when you view the site on a mobile device the slideshow scales down to your screen.

    Also is JA_nuevo template full width? if not is there a way i can make it full width.

    Everything else looks fullwidth in Ja_nuevo template.

    Thanks.

    Ninja Lead Moderator
    #721535

    Hi,

    Thanks for your contact to us.

    With my reply below will help you to work JA ACM module with other template

    + You can use JA ACM module with other template, look at the userguide for reference here

    + About the JA ACM of ja_charity template, you can find them here: templates/ja_charity/acm folder

    + The slideshow position of JA Nuevo template does not support fullwidth, it only shows maximum width 1280px but you can use this way to show fullwidth under slideshow position

    Open templates/ja_nuevo/css/custom.css file and add new rule

    @media (min-width: 1280px) {
    .ja-slideshow .container {
    width: 100%;
    }
    }

    Hope it helps

    Regards

    Ninja Lead Moderator
    #753786

    Hi,

    Thanks for your contact to us.

    With my reply below will help you to work JA ACM module with other template

    + You can use JA ACM module with other template, look at the userguide for reference here

    + About the JA ACM of ja_charity template, you can find them here: templates/ja_charity/acm folder

    + The slideshow position of JA Nuevo template does not support fullwidth, it only shows maximum width 1280px but you can use this way to show fullwidth under slideshow position

    Open templates/ja_nuevo/css/custom.css file and add new rule

    @media (min-width: 1280px) {
    .ja-slideshow .container {
    width: 100%;
    }
    }

    Hope it helps

    Regards

    Jeancarlos Rodriguez Friend
    #721719

    @ninja Lead

    HI, I was able to install ACM on the JA_nuevo Template. I did follow the instructions from the link that you provided.
    I Installed the ACM directory to my server.
    I loaded the home-1tpl with the mainbody-home1.php block from the charity template.
    i added the position in the .ini file
    I also added it to the templatedetail.xml file

    I think its almost done.

    The problem that i am having now is that the slideshow wont slide or fade, it doesnt have no button etc.

    If i add more then 1 slideshow image… it will display both image at the same time on top of each other.
    please look at the pics.

    Overall i think i almost got it.
    Am i missing something else?
    How can i make it fade in and out to another image and have the option for the buttons.
    I am using slideshow with style owly.

    site d r e v n .org

    please help .

    Thanks.

    Jeancarlos Rodriguez Friend
    #753877

    @ninja Lead

    HI, I was able to install ACM on the JA_nuevo Template. I did follow the instructions from the link that you provided.
    I Installed the ACM directory to my server.
    I loaded the home-1tpl with the mainbody-home1.php block from the charity template.
    i added the position in the .ini file
    I also added it to the templatedetail.xml file

    I think its almost done.

    The problem that i am having now is that the slideshow wont slide or fade, it doesnt have no button etc.

    If i add more then 1 slideshow image… it will display both image at the same time on top of each other.
    please look at the pics.

    Overall i think i almost got it.
    Am i missing something else?
    How can i make it fade in and out to another image and have the option for the buttons.
    I am using slideshow with style owly.

    site d r e v n .org

    please help .

    Thanks.

    Ninja Lead Moderator
    #721728

    It’s very hard to help you to debug the problem on your site, you can install JA Charity template and check all the configuration from Slideshow : style-owl on this and compare it with your site.

    Ninja Lead Moderator
    #753886

    It’s very hard to help you to debug the problem on your site, you can install JA Charity template and check all the configuration from Slideshow : style-owl on this and compare it with your site.

    Jeancarlos Rodriguez Friend
    #723723

    @ninja Lead

    I did installed the charity template onto my website.
    From what file does the css read from? templatedetails.xml?
    template.less? layout.less? layout.css? template.css?
    please help.

    <em>@Ninja Lead 501027 wrote:</em><blockquote>It’s very hard to help you to debug the problem on your site, you can install JA Charity template and check all the configuration from Slideshow : style-owl on this and compare it with your site.</blockquote>

    Jeancarlos Rodriguez Friend
    #754215

    @ninja Lead

    I did installed the charity template onto my website.
    From what file does the css read from? templatedetails.xml?
    template.less? layout.less? layout.css? template.css?
    please help.

    <em>@Ninja Lead 501027 wrote:</em><blockquote>It’s very hard to help you to debug the problem on your site, you can install JA Charity template and check all the configuration from Slideshow : style-owl on this and compare it with your site.</blockquote>

    Ninja Lead Moderator
    #723753

    You can find it from templates/ja_charity/acm/slideshow folder.

    Ninja Lead Moderator
    #754239

    You can find it from templates/ja_charity/acm/slideshow folder.

    Jeancarlos Rodriguez Friend
    #725132

    @ninja Lead

    can you please take a look at the website slideshow, the images shows on top of eachother.
    site is
    d r e v n.org

    thanks

    <em>@Ninja Lead 501710 wrote:</em><blockquote>You can find it from templates/ja_charity/acm/slideshow folder.</blockquote>

    Jeancarlos Rodriguez Friend
    #754913

    @ninja Lead

    can you please take a look at the website slideshow, the images shows on top of eachother.
    site is
    d r e v n.org

    thanks

    <em>@Ninja Lead 501710 wrote:</em><blockquote>You can find it from templates/ja_charity/acm/slideshow folder.</blockquote>

    Ninja Lead Moderator
    #725282

    <em>@jrod31 502981 wrote:</em><blockquote>@Ninja Lead

    can you please take a look at the website slideshow, the images shows on top of eachother.
    site is
    d r e v n.org

    thanks</blockquote>

    I see the js problem on your site. You can fix it with my solution below

    Open templates/ja_nuevo/acm/slideshow2/js/script.js file

    from


    (function($){
    jQuery(document).ready(function($) {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    to


    (function($){
    $(document).ready(function() {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    Let me know if it helps

    Ninja Lead Moderator
    #754999

    <em>@jrod31 502981 wrote:</em><blockquote>@Ninja Lead

    can you please take a look at the website slideshow, the images shows on top of eachother.
    site is
    d r e v n.org

    thanks</blockquote>

    I see the js problem on your site. You can fix it with my solution below

    Open templates/ja_nuevo/acm/slideshow2/js/script.js file

    from


    (function($){
    jQuery(document).ready(function($) {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    to


    (function($){
    $(document).ready(function() {
    $(".owl-carousel").owlCarousel({
    slideSpeed : 300,
    paginationSpeed : 400,
    singleItem:true,
    pagination:true,
    navigation : true,
    autoPlay: false,
    });
    });
    })(jQuery);

    Let me know if it helps

Viewing 15 posts - 1 through 15 (of 24 total)

This topic contains 24 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 2 months ago.

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