Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear Team,

I am using menucool image slider in my website, but it is showing text 'slider purchase reminder. I tried to find in js, I am not able to find this text. I may be the script in js file as I believe. Can you please help me to remove this text reminder line.

Thanks in advance.

Thanks & Regards
Ashish Sooden

---------------------------------------
In js file below code is available.
---------------------------------------
var sliderOptions=
{
sliderId: "slider",
startSlide: 0,
effect: "1,4,5,6,7,8,9,12,13,14,15,17",
effectRandom: true,
pauseTime: 2600,
transitionTime: 500,
slices: 11,
boxes: 7,
hoverPause: 2,
autoAdvance: true,
captionOpacity: 0.6,
captionEffect: "rotate",
thumbnailsWrapperId: "thumbs",
m: false,
license: "mylicense"
};

var imageSlider=new mcImgSlider(sliderOptions);

/* Menucool Javascript Image Slider v2014.9.16. Copyright www.menucool.com */
function mcImgSlider(k)
{for(var T=function(a){return document.getElementById(a)},d="length",ab="getElementsByTagName",C=function(e)
{var a=e.childNodes,c=[];
if(a)for(var b=0,f=a[d];b<f;b++)a[b].nodetype>return c},g="className",h="getAttribute",i="opacity",lb=function(a,b)
{return a[ab](b)},wb=function(a)
{for(var c,e,b=a[d];b;c=parseInt(Math.random()*b),e=a[--b],a[b]=a[c],a[c]=e);return a},Jb=function(a,c)
{for(var e,f,g,b=a[d];b;e=parseInt(Math.random()*b),f=a[--b],a[b]=a[e],a[e]=f,g=c[b],c[b]=c[e],c[e]=g);
Posted
Updated 18-Aug-17 10:25am
Comments
Abhishek Pant 31-Oct-14 16:42pm    
Please have a look on Purchase Reminder and Limitations section under License Agreement[^]
Further this works on that url which you have purchased for.

1 solution

Purchase a license and follow the instructions they give you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900