-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
August 18, 2015 at 7:51 am #662585Hi,
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/d56923074f30007e892d6936e9ecf9f7How can we go about doing this?
Please advise as soon as possible.
Thanks
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 18, 2015 at 8:03 am #662619Hi
Ja ACM Slideshow has inside fields available to add a background
You can use that fieldspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 18, 2015 at 8:03 am #745777Hi
Ja ACM Slideshow has inside fields available to add a background
You can use that fieldsromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 18, 2015 at 8:23 am #662624Hi
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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 18, 2015 at 8:23 am #745782Hi
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 Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 19, 2015 at 7:08 am #662910Hi
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.phpFROM:
<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_charitytplsblocksCopy 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 folderedit file templateDetails.xml into templatesja_charity adding slideshow position
<position>footer-9</position>
<position>footer-10</position>
<position>debug</position>
<position>slideshow</position>
1 user says Thank You to pavit for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
August 19, 2015 at 7:08 am #745930Hi
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.phpFROM:
<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_charitytplsblocksCopy 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 folderedit file templateDetails.xml into templatesja_charity adding slideshow position
<position>footer-9</position>
<position>footer-10</position>
<position>debug</position>
<position>slideshow</position>
1 user says Thank You to pavit for this useful post
-
AuthorPosts
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