banner slider in joomla 2.5

5,341 views
Skip to first unread message

sarika

unread,
May 31, 2012, 7:21:55 AM5/31/12
to Joomla! General Development
Hi
I am working in joomla2.5 and i want my home page to show some banner
images in in automated slide show manner. i got an extension banner
slider but its working in joomla1.5 but not in 2.5. please suggest me
for some solution.

thanks in advance

Level Ten Solutions

unread,
May 31, 2012, 7:24:20 AM5/31/12
to joomla-de...@googlegroups.com
There have plenty of slide show module for Joomla 2.5

Thank you
Maqsood


--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-gene...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.


Rahul Yadav

unread,
May 31, 2012, 7:29:58 AM5/31/12
to joomla-de...@googlegroups.com
This One is also best :
--
Best Regards,

Rahul Yadav
(Technical Head) 
DMS Infosystem Pvt.Ltd.

Head Office:
B-1 / 202, VIP Karishma, VIP Estate,
Khamardih, Shankar Nagar, Raipur (C.G.)
India - 492001

(M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583

MAIL:ID :ra...@dmsinfosystem.com

DISCLAIMER:

THE CONTENTS OF THIS MAIL ARE SOLELY THE PROPERTY OF THE OWNER OF THIS MAIL. THE INFORMATION TRANSMITTED IS INTENDED ONLY FOR THE PERSON OR ENTITY TO WHICH IT IS ADDRESSED AND MAY CONTAIN CONFIDENTIAL AND/OR PRIVILEGED MATERIAL. ANY REVIEW, RETRANSMISSION, DISSEMINATION OR OTHER USE OF, OR TAKING OF ANY ACTION IN RELIANCE UPON, THIS INFORMATION BY PERSONS OR ENTITIES OTHER THAN THE INTENDED RECIPIENT IS PROHIBITED. IF YOU RECEIVED THIS IN ERROR, PLEASE CONTACT THE SENDER AND DELETE THE MATERIAL FROM ANY COMPUTER

sarika

unread,
May 31, 2012, 8:00:00 AM5/31/12
to Joomla! General Development

Hi Rahul
I have downloaded the extension u mentioned and installed and enabled
the mootool plugin also.
Now the banner images are getting downloaded on front side when i see
the source code but slide show is still not working?


On May 31, 4:29 pm, Rahul Yadav <ra...@dmsinfosystem.com> wrote:
> This One is also best :
>
>    -
>    http://extensions.joomla.org/extensions/photos-a-images/slideshow/ima...
>
> On Thu, May 31, 2012 at 4:54 PM, Level Ten Solutions <
>
>
>
> leveltensoluti...@gmail.com> wrote:
> > There have plenty of slide show module for Joomla 2.5
> > You can try this one
> >http://extensions.joomla.org/extensions/photos-a-images/slideshow/ima...
>
> > Thank you
> > Maqsood
> *
> **Rahul Yadav*
> (Technical Head)
> DMS Infosystem Pvt.Ltd.
>
> *Head Office:
> B-1 / 202, VIP Karishma, VIP Estate,
> Khamardih, Shankar Nagar, Raipur (C.G.)
> India - 492001*
>
> (M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583begin_of_the_skype_highlighting            +91-9752019583
>
> MAIL:ID :ra...@dmsinfosystem.com <mahen...@dmsinfosystem.com>

Rahul Yadav

unread,
May 31, 2012, 8:46:17 AM5/31/12
to joomla-de...@googlegroups.com
What Error r u getting ????????
Rahul Yadav
(Technical Head) 
DMS Infosystem Pvt.Ltd.

Head Office:
B-1 / 202, VIP Karishma, VIP Estate,
Khamardih, Shankar Nagar, Raipur (C.G.)
India - 492001

(M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583

MAIL:ID :ra...@dmsinfosystem.com

DISCLAIMER:

sarika

unread,
May 31, 2012, 9:04:17 AM5/31/12
to Joomla! General Development
not getting any error.....images are rendered in source code but slide
show is not working
> > (M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583begin_of_the_skype_highlighting            +91-9752019583      begin_of_the_skype_highlighting
> (M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583

Rahul Yadav

unread,
May 31, 2012, 9:17:27 AM5/31/12
to joomla-de...@googlegroups.com
Find the attachment .
Rahul Yadav
(Technical Head) 
DMS Infosystem Pvt.Ltd.

Head Office:
B-1 / 202, VIP Karishma, VIP Estate,
Khamardih, Shankar Nagar, Raipur (C.G.)
India - 492001

(M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583

MAIL:ID :ra...@dmsinfosystem.com

DISCLAIMER:

slideshow.jpg

Ricardo Itriago

unread,
May 31, 2012, 9:47:16 AM5/31/12
to joomla-de...@googlegroups.com
You can use a library created by Nathan Searles (http://nathansearles.com/) that lets you do the fading of the images you want.

To do this, follow these steps:

1. At the head of your template add this tag which enables you to load the library that runs the fading, and the CSS file that gives the format the divs.

<script type="text/javascript" src="/templates/XXXX/scripts/fading.js"> </ script>
<link rel="stylesheet" type="text/css" href="/templates/XXXX/css/slideshow.css" media="all" />


then remember that you should put fading.js file in the / templates / XXXX / scripts / and slideshow.css file "in the / templates / XXXX / css / XXXX of your template.


you can get   the. js file  on http://nathansearles.com/faded/ or even in one of my pages: http://www.albumimport.com/templates/as002003/scripts/fading.js.

CSS also you can find in http://nathansearles.com/faded/ or http://www.albumimport.com/templates/as002003/css/slideshow.css

2. In your template, you define the following divs that must be located in the area you want to show your sliders.

<div id="slideshow">
<div id="fading">
<ul>
<li> src="/templates/as002003/images/slide1.jpg" <img height="230" alt="" /> </ li>
<li> src="/templates/as002003/images/slide2.jpg" <img height="230" alt="" /> </ li>
<li> src="/templates/as002003/images/slide3.jpg" <img height="230" alt="" /> </ li>
....
....
....


</ Ul>
</ Div>
</ Div>


when the browser load this page, a feature called "faded" defined in fading,js shall arrange for the fading of each image.

3. To trigger this process  must place the following line after lel div "slideshow".  that is an jquery function: 

<script type="text/javascript">
var $ j = jQuery.noConflict ();
$ J (function () {
$ J ("# fading"). Faded ({
speed: 900, / / ​​900,
crossfade: true,
autopagination: false,
autoplay: 5000, / / ​​default 5000,
autorestart: true
 
});

</ Script>

and ready. You can vary the speed and other variables to your liking. 

2012/5/31 sarika <sarika...@gmail.com>

sarika

unread,
May 31, 2012, 9:50:27 AM5/31/12
to Joomla! General Development

i have done same .......seleted to deisplay on all pages
> > > (M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583begin_of_the_skype_highlighting            +91-9752019583
> (M.)­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­+91-9752019583begin_of_the_skype_highlighting            +91-9752019583
>
> MAIL:ID :ra...@dmsinfosystem.com <mahen...@dmsinfosystem.com>
>
> DISCLAIMER:
> THE CONTENTS OF THIS MAIL ARE SOLELY THE PROPERTY OF THE OWNER OF THIS
> MAIL. THE INFORMATION TRANSMITTED IS INTENDED ONLY FOR THE PERSON OR ENTITY
> TO WHICH IT IS ADDRESSED AND MAY CONTAIN CONFIDENTIAL AND/OR PRIVILEGED
> MATERIAL. ANY REVIEW, RETRANSMISSION, DISSEMINATION OR OTHER USE OF, OR
> TAKING OF ANY ACTION IN RELIANCE UPON, THIS INFORMATION BY PERSONS OR
> ENTITIES OTHER THAN THE INTENDED RECIPIENT IS PROHIBITED. IF YOU RECEIVED
> THIS IN ERROR, PLEASE CONTACT THE SENDER AND DELETE THE MATERIAL FROM ANY
> COMPUTER
>
>  slideshow.jpg
> 223KViewDownload

Fernando Campos

unread,
May 31, 2012, 9:56:18 AM5/31/12
to joomla-de...@googlegroups.com
Hi Sarika!
I'm having the same problem. There's not too many extensions developed for 2.5, so some of them are considered to be working in 2.5, but probably not deeply tested.
For instance, the DJ image slider extension it's suppose to be J2.5 compilant, but last version was uploaded in July 2010. I haven't test showplus yet but I will.

About your problem not viewing the slider, are you sure the position your module is assigned to is displayed by your template??

Regards
Fer
---------------------------------------------------------------------------------------------------------
Fernando Campos




Aaron Wood

unread,
May 31, 2012, 10:00:19 AM5/31/12
to joomla-de...@googlegroups.com
I’m using the DJ Image-slider in 2.5, haven’t had any problems yet. Does have a tendency to hang if your outside Javascript calls (to Google apis, for example, that being a common one for me to be slow-loading).
 
Sent: Thursday, May 31, 2012 9:56 AM
Subject: Re: [jgen] banner slider in joomla 2.5
 
Hi Sarika!
I'm having the same problem. There's not too many extensions developed for 2.5, so some of them are considered to be working in 2.5, but probably not deeply tested.
For instance, the DJ image slider extension it's suppose to be J2.5 compilant, but last version was uploaded in July 2010. I haven't test showplus yet but I will.

About your problem not viewing the slider, are you sure the position your module is assigned to is displayed by your template??

Regards
Fer
---------------------------------------------------------------------------------------------------------
Fernando Campos




On Thu, May 31, 2012 at 1:21 PM, sarika <sarika...@gmail.com> wrote:
Hi
I am working in joomla2.5 and i want my home page to show  some banner
images in in automated slide show manner. i got an extension banner
slider but its working in joomla1.5 but not in 2.5. please suggest me
for some solution.

thanks in advance

--
You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
To post to this group, send an email to joomla-de...@googlegroups.com.
To unsubscribe from this group, send email to mailto:joomla-dev-general%2Bunsu...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/joomla-dev-general?hl=en-GB.

sarika

unread,
May 31, 2012, 12:50:11 PM5/31/12
to Joomla! General Development
yes i m displaying my module in the position mentioned in my template
XML file

On May 31, 6:56 pm, Fernando Campos <fcampos1...@gmail.com> wrote:
> Hi Sarika!
> I'm having the same problem. There's not too many extensions developed for
> 2.5, so some of them are considered to be working in 2.5, but probably not
> deeply tested.
> For instance, the DJ image slider extension it's suppose to be J2.5
> compilant, but last version was uploaded in July 2010. I haven't test
> showplus yet but I will.
>
> About your problem not viewing the slider, are you sure the position your
> module is assigned to is displayed by your template??
>
> Regards
> Fer
> ---------------------------------------------------------------------------------------------------------
> Fernando Campos
>

sarika

unread,
May 31, 2012, 3:06:16 PM5/31/12
to Joomla! General Development
hi Aaron Wood
i installed DJ Image slider. now the issue is images are loading
vertically in front site but not in slide show.
Then i check in forums and somewhere i read mootools might be disabled
then i installed Mootool Upgrade plugin and enabled it . Still when i
check source code of front side, cant see the mootool script there. So
i think the issue is mootool script file not present. Any
suggestions.

On May 31, 7:00 pm, "Aaron Wood" <freshinkcreat...@yahoo.com> wrote:
> I’m using the DJ Image-slider in 2.5, haven’t had any problems yet. Does have a tendency to hang if your outside Javascript calls (to Google apis, for example, that being a common one for me to be slow-loading).
>
> From: Fernando Campos
> Sent: Thursday, May 31, 2012 9:56 AM
> To: joomla-de...@googlegroups.com
> Subject: Re: [jgen] banner slider in joomla 2.5
>
> Hi Sarika!
> I'm having the same problem. There's not too many extensions developed for 2.5, so some of them are considered to be working in 2.5, but probably not deeply tested.
> For instance, the DJ image slider extension it's suppose to be J2.5 compilant, but last version was uploaded in July 2010. I haven't test showplus yet but I will.
>
> About your problem not viewing the slider, are you sure the position your module is assigned to is displayed by your template??
>
> Regards
> Fer
> ---------------------------------------------------------------------------------------------------------
> Fernando Campos
>
> On Thu, May 31, 2012 at 1:21 PM, sarika <sarikason...@gmail.com> wrote:
>
>   Hi
>   I am working in joomla2.5 and i want my home page to show  some banner
>   images in in automated slide show manner. i got an extension banner
>   slider but its working in joomla1.5 but not in 2.5. please suggest me
>   for some solution.
>
>   thanks in advance
>
>   --
>   You received this message because you are subscribed to the Google Groups "Joomla! General Development" group.
>   To post to this group, send an email to joomla-de...@googlegroups.com.
>   To unsubscribe from this group, send email to mailto:joomla-dev-general%2Bunsu...@googlegroups.com.
>   For more options, visit this group athttp://groups.google.com/group/joomla-dev-general?hl=en-GB.

Aaron Wood

unread,
May 31, 2012, 3:32:52 PM5/31/12
to joomla-de...@googlegroups.com
Mootools should be loaded automatically when your site loads, it's part of
the Joomla Core. Does the Image slider work with one of the default
templates, such as beez?

-----Original Message-----
From: sarika
Sent: Thursday, May 31, 2012 3:06 PM
To: Joomla! General Development
Subject: [jgen] Re: banner slider in joomla 2.5

hi Aaron Wood
i installed DJ Image slider. now the issue is images are loading
vertically in front site but not in slide show.
Then i check in forums and somewhere i read mootools might be disabled
then i installed Mootool Upgrade plugin and enabled it . Still when i
check source code of front side, cant see the mootool script there. So
i think the issue is mootool script file not present. Any
suggestions.

On May 31, 7:00 pm, "Aaron Wood" <freshinkcreat...@yahoo.com> wrote:
> I�m using the DJ Image-slider in 2.5, haven�t had any problems yet. Does

sarika

unread,
May 31, 2012, 4:37:15 PM5/31/12
to Joomla! General Development
oh god! finally got to know after 2 hours how to get mootools script
in my template.
Just need <jdoc:include type="head" /> inside <head> tag in template.
Such a silly mistake i was doing for so long.
After including mootool script this slider is working like charm

On Jun 1, 12:32 am, "Aaron Wood" <freshinkcreat...@yahoo.com> wrote:
> Mootools should be loaded automatically when your site loads, it's part of
> the Joomla Core. Does the Image slider work with one of the default
> templates, such as beez?
>
> -----Original Message-----
> From: sarika
> Sent: Thursday, May 31, 2012 3:06 PM
> To: Joomla! General Development
> Subject: [jgen] Re: banner slider in joomla 2.5
>
> hi Aaron Wood
> i installed DJ Image slider.  now the issue is images are loading
> vertically  in front site but not in slide show.
> Then i check in forums and somewhere i read mootools might be disabled
> then i installed Mootool Upgrade plugin and enabled it . Still when i
> check source code of front side, cant see the mootool script there. So
> i think the issue is mootool script file not present. Any
> suggestions.
>
> On May 31, 7:00 pm, "Aaron Wood" <freshinkcreat...@yahoo.com> wrote:
> > I m using the DJ Image-slider in 2.5, haven t had any problems yet. Does

Aaron Wood

unread,
May 31, 2012, 4:38:56 PM5/31/12
to joomla-de...@googlegroups.com
I thought that's what the problem might be. I made the same mistake with the
first custom template I built from scratch. That's why I asked about the
default templates. When you get your site up, I'd like to see you you use
that extension (Mine is at www.freshinkgroup.com, just went live this
afternoon!)

sarika

unread,
Jun 1, 2012, 3:43:22 AM6/1/12
to Joomla! General Development
sure ....will send u the link for my site.

On Jun 1, 1:38 am, "Aaron Wood" <freshinkcreat...@yahoo.com> wrote:
> I thought that's what the problem might be. I made the same mistake with the
> first custom template I built from scratch. That's why I asked about the
> default templates. When you get your site up, I'd like to see you you use
> that extension (Mine is atwww.freshinkgroup.com, just went live this
Reply all
Reply to author
Forward
0 new messages