Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • romolo Friend
    #662585

    Hi,

    How can we add a background to the JoomlArt advanced custom module slideshow?

    For example we want to have the same background as the one used in JA Nuveo slideshow, please see…
    http://www.awesomescreenshot.com/image/494627/d56923074f30007e892d6936e9ecf9f7

    How can we go about doing this?

    Please advise as soon as possible.

    Thanks

    pavit Moderator
    #662619

    Hi

    Ja ACM Slideshow has inside fields available to add a background
    You can use that fields

    pavit Moderator
    #745777

    Hi

    Ja ACM Slideshow has inside fields available to add a background
    You can use that fields

    romolo Friend
    #662621

    Hi @pavit ,

    Thank you for your reply.

    We have the slideshow set to…

    Type: Slideshow
    Style: Owl Carousel.

    We don’t have “Style 1” as an option on our slideshow… Please advise.

    Thanks

    romolo Friend
    #745779

    Hi @pavit ,

    Thank you for your reply.

    We have the slideshow set to…

    Type: Slideshow
    Style: Owl Carousel.

    We don’t have “Style 1” as an option on our slideshow… Please advise.

    Thanks

    pavit Moderator
    #662624

    Hi

    Sorry my fault , i was giving instructions for JA Uber template.

    anyway you cannot add your image into image field ? and since image cover the whole space it is not clear to me where you want to add a background

    pavit Moderator
    #745782

    Hi

    Sorry my fault , i was giving instructions for JA Uber template.

    anyway you cannot add your image into image field ? and since image cover the whole space it is not clear to me where you want to add a background

    romolo Friend
    #662777

    Hi @pavit,

    We want to add a background so .png images can sit on top – The same as the JA Nuveo template slideshow.

    If it’s not possible we can go about it a different way.

    Please advise.

    Thanks

    romolo Friend
    #745823

    Hi @pavit,

    We want to add a background so .png images can sit on top – The same as the JA Nuveo template slideshow.

    If it’s not possible we can go about it a different way.

    Please advise.

    Thanks

    pavit Moderator
    #662910

    Hi

    you can install ja_slideshowlite module from ja nuevo template use same configuration as described HERE
    Then publish module in slideshow position changing this file templatesja_charitytplshome-1.php

    FROM:

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('topbar') ?>

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('mainbody-home-1') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    TO:

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('topbar') ?>

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('slideshow') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    Then from ja nuevo template copy templatesja_nuevotplsblocksslideshow.php
    and past into templatesja_charitytplsblocks

    Copy from ja nuevo template templatesja_nuevocss file mod_jaslideshowlite.css and past into templatesja_charitycss
    Copy from templatesja_nuevohtml folder mod_jaslideshowlite and past into templatesja_charityhtml folder

    edit file templateDetails.xml into templatesja_charity adding slideshow position

    <position>footer-9</position>
    <position>footer-10</position>
    <position>debug</position>
    <position>slideshow</position>

    pavit Moderator
    #745930

    Hi

    you can install ja_slideshowlite module from ja nuevo template use same configuration as described HERE
    Then publish module in slideshow position changing this file templatesja_charitytplshome-1.php

    FROM:

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('topbar') ?>

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('mainbody-home-1') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    TO:

    <div class="t3-wrapper"> <!-- Need this wrapper for off-canvas menu. Remove if you don't use of-canvas -->

    <?php $this->loadBlock('topbar') ?>

    <?php $this->loadBlock('header') ?>

    <?php $this->loadBlock('slideshow') ?>

    <?php $this->loadBlock('footer') ?>

    </div>

    Then from ja nuevo template copy templatesja_nuevotplsblocksslideshow.php
    and past into templatesja_charitytplsblocks

    Copy from ja nuevo template templatesja_nuevocss file mod_jaslideshowlite.css and past into templatesja_charitycss
    Copy from templatesja_nuevohtml folder mod_jaslideshowlite and past into templatesja_charityhtml folder

    edit file templateDetails.xml into templatesja_charity adding slideshow position

    <position>footer-9</position>
    <position>footer-10</position>
    <position>debug</position>
    <position>slideshow</position>

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

This topic contains 11 replies, has 2 voices, and was last updated by  pavit 9 years, 3 months ago.

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