NIVO Slider

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 yıl önce
Hello,

How can I add a Nivo Slider to my home topic text?

Thanks much,
Dave
5 yıl önce
Do you mean you want to move it from up the top to down amongst the home topic text somewhere ?

The NivoSlider attaches to a Public Widget Zone - by default the one defined as HomePageTop

See the code    

        /// <summary>
        /// Gets widget zones where this widget should be rendered
        /// </summary>
        /// <returns>Widget zones</returns>
        public IList<string> GetWidgetZones()
        {
            return new List<string> { PublicWidgetZones.HomePageTop };
        }

If you have a look at the file

nopCommerce_4.10_Source\Presentation\Nop.Web\Views\Home\Index.cshtml

you can see the other homepage widget zones and their relative location so you could change the default zone in the widget to one of those
5 yıl önce
Thanks for the reply!  I haven't gotten to it yet but do have the main nivo slider setup - was just thinking of a second one and hope to get to that this weekend.

Quick question ... I have a 3rd party theme and on the product page the image stays visible centre screen when I page down.  Any ideas how to fix this?

Cheers,
Dave
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.