Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Ajax Sliding Image

Asked Modified Viewed 7,559 times
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
asked
Member

Greeting,

any mods or infusion for sliding images for header ?
0 replies

17 posts

R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Did you check the other mod-sites?
0 replies
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

Quote

Ypsilon wrote:
Did you check the other mod-sites?


not see
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

There are sliders for the photo gallery and news sliders and slider panels.

Didn't see one for header.

I have one theme that uses the nivo image slider, http://nivo.dev7studios.com/ , in the header.

http://mangee.fusionfusion.net/news.php -- Elite_Grey

Is that what you are looking for.
0 replies
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

Quote

Mangee wrote:

I have one theme that uses the nivo image slider, http://nivo.dev7studios.com/ , in the header.

http://mangee.fusionfusion.net/news.php -- Elite_Grey


yes...like nivo image slider.. how to i add under header ??
Edited by emilife93 on 11-02-2011 20:54,
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

The download from nivoslider has a demo included.

I thru all of that into the theme Gillette. Plus called the js file and script call.

The proper php-fusion way.

So at the demo link pull up Gillette.

It works. So fine tuning of css and images and yes you should be able to put it in any theme.

But if you want an infusion it would be best to put in a request in the forums for one.
0 replies
R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Thanks, Mangee for your good explanation and demonstration. I will check this out for myself, too...
0 replies
A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

First of all, your Topic Title is incorrect... It could be Fancy Header or Dynamic Header or Javascript Changing Header... B) Remember, Proper Title always Help...

BTW, you can use some Third party Javascript for that...

For example :- http://lmm.wangtong.dk/news.php - This Website is using a Javascript from DynamicDrive.com for displaying Dynamic Banners in the Welcome Panel.

Similarly to that, you can use that Script to Display Dynamic Headers/Banners...... B)
0 replies
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

Quote

Mangee wrote:
The download from nivoslider has a demo included.

I thru all of that into the theme Gillette. Plus called the js file and script call.

The proper php-fusion way.

So at the demo link pull up Gillette.

It works. So fine tuning of css and images and yes you should be able to put it in any theme.

But if you want an infusion it would be best to put in a request in the forums for one.


Hi mangee,

how to i put Nivo Slider into Welcome Panel ? I try but not working
Edited by emilife93 on 13-02-2011 15:05,
0 replies
R
Rolf Mayer
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

How did you try?
0 replies
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

Quote

Ypsilon wrote:
How did you try?


i create new folder and give name 'nivo' and uploud to root server

then i copy source code from the demo and i put into the welcome panel
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

You have to include a jvascript file call example

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if(function_exists('add_to_head'wink){
add_to_head("<script type='text/javascript' src='".THEME."nivoslider.js'></script>"wink;
}[/syntaxhighlighter]

Then add the start command example

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false] <script type='text/javascript'>
$(window).load(function() {
$('#slider'wink.nivoSlider();
});
</script>[/syntaxhighlighter]

But if you placed this in a panel it would require more coding then a header.
0 replies
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

blur mangee...

can you teach me step by step ?....very2 hope you help me
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

For a header or an image bar across site I can help but not for a panel.

Reason is in the style

[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
background:url(images/slider.png) no-repeat;
width:998px;
height:392px;
margin:0 auto;
padding-top:74px;
margin-top:50px;
}

#slider {
position:relative;
width:618px;
height:246px;
margin-left:190px;
background:url(images/loading.gif) no-repeat 50% 50%;
}[/syntaxhighlighter]

There is a declared width. You can make the declared width smaller but if you do it wrong in a panel the content will push its way out and corrupt the site.

In a header or bar across the full width of theme you have more room.

I'll zip up the demo of Gillette and we'll see if you can work with the basic demo in the header.

I'll pm it to you.
0 replies
E
emilife93
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
answered
Member

ok...i waiting your PM
0 replies
M
Mangee
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
answered
Senior Member

Sending you a second zip file which I corrected some problems.

I originally just thru the demo in but now I see I missed some things.
0 replies
— 4 months later —
D
Danilo
D
Danilo 10
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Hello Mangee. I would welcome this zip to put on my site if possible.

Thank you.
0 replies
— 1 year later —
W
Wondergekko
W
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

I know its an Old Thread, but I got it running on my site.

Only roblem is... IE wont show the slider.

Can anyone Help?

Link to Site:

http://testing.puresoundradio.net
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 17 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

M
M
Mangee 10
Mangee's Conversions

Convert
  • Senior Member, joined since
  • Contributed 242 posts on the community forums.
  • Started 30 threads in the forums
E
E
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 49 threads in the forums
  • Started this discussions
R
R
Ex
  • Senior Member, joined since
  • Contributed 391 posts on the community forums.
  • Started 7 threads in the forums
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
W
W
  • Newbie, joined since
  • Contributed 1 post on the community forums.
D
D
Danilo 10
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet