baloghc wrote:I noticed in 3.6 the sliders "title" box now allows for rich HTML, images etc. I have not been able to test it yet though. What was the purpose of making this change? We were looking to track click events on our sliders, can HTML code be placed in that box in order to accomplish that?
Thank you!
Hi,
We have allowed HTML for the slide title, because many clients wanted it.
This can give them the ability to apply some special styling on the title, which will make the slide to look better.
If you want to track clicks on the sliders, I suggest you to add the JS in the sliders View or JS files. If it is in the view, you can even pass the ID and name of the slider - this could be of help for tracking.
For example: the files:
\Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Views\AnywhereSliders\NivoSlider.cshtml or
\Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Scripts\nivo\jquery.nivo.slider.js.
I hope this helped !