Homepage Scrolling images

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi,

I want to create a simple image slider within the homepage, can anyone point me to a simply solution to do this, I've looked around the site but cannot find any pointers to help me set up a simple 5 - 10 image slider or any example, greatly appreciate any help or advice anyone can offer?

Thanks,
Rob
12 years ago
Hi rob,

I will email over a jquery slider that i have implemented in the morning, which looks like the one on play.com.

it has auto scroll etc.
12 years ago
http://playground.mobily.pl/jquery/mobily-slider.html

We use this on all our websites it is really simple and useful.
12 years ago
garrie007 wrote:
Hi rob,

I will email over a jquery slider that i have implemented in the morning, which looks like the one on play.com.

it has auto scroll etc.


Hi Garrie,

Many thanks mate, if you have any instructions to go with it that would be fantastic, look forward to trying it out.

Regards Rob
12 years ago
wxDevelopment wrote:
http://playground.mobily.pl/jquery/mobily-slider.html

We use this on all our websites it is really simple and useful.


wxDevelopment, many thanks for this link, I'll take a look and read up on it, did you implement this on a 1.90 nopcommerce solution?

Where about have you implemented the script, can it be placed in the <Source> on the home page, any instruction on how and where you implemented the script would be great, as mentioned I'll have a read of the link you sent me as well.

Thanks, regards Rob
12 years ago
xxrobrsvxx wrote:

wxDevelopment, many thanks for this link, I'll take a look and read up on it, did you implement this on a 1.90 nopcommerce solution?

Where about have you implemented the script, can it be placed in the <Source> on the home page, any instruction on how and where you implemented the script would be great, as mentioned I'll have a read of the link you sent me as well.

Thanks, regards Rob


You can create new module and register it to any page of your website "this is easiest way to do this" the last website we done this slider http://furnitureonline24.co.uk website is still under modification but front page will stay as it is.
12 years ago
I created that on the furniture shop as a banner so i can have the banner and j-carousel on the same page on my site.
12 years ago
Hi,

I am new to this forum and even to nopcommerce. I want to add sliding image on my homepage.
I have some slider scripts but i don't know where to add the code.
Please help me.

thanks in advance.
http://www.nzinfotech.co.nz
12 years ago
yes, can someone post the implementation.
12 years ago
harigoud.t wrote:
Hi,

I am new to this forum and even to nopcommerce. I want to add sliding image on my homepage.
I have some slider scripts but i don't know where to add the code.
Please help me.

thanks n advance.


If you have some script then create a new .ascx file in you modules folder, add your script to that let's say Slider.ascx file.
Then open Default.aspx page and Register that file which you created before, in this case Slider.ascx

Open Default.aspx file and add folowing line in top of your page:

<%@ Register TagPrefix="nopCommerce" TagName="Slider" Src="~/Modules/Slider.ascx" %>

Then add following line where your slider should appear:

<nopCommerce:Sliders ID="ctrlSlider" runat="server" />

This is easiet way to do this, later you will be able to edit your slides only, by not touching any other code.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.