In cases where the viewport is resized ABOVE the mobile bp it works, but when the viewport is resized to desktop slick does not initialize. You can use below code to work the slick properly HTML <section class="responsive slider"> <div><img src="http://placehold.it/350x300?text=1" /></div> <div><img src="http://placehold.it/350x300?text=2" /></div> <div><img src="http://placehold.it/350x300?text=3" /></div> <div><img src="http://placehold.it/350x300?text=4" /></div> <div><img src="http://placehold.it/350x300?text=5" /></div> <div><img
Hello Friends, If you want to display any number with two decimal digits then you need to use toFixed() JavaScript function during parsing the float number. Example : I want to display cart total amount with two decimal places only. Let say actual total amount is 123.4567 and I want to display amount is 123.45
Hello Friends, Today we are sharing a useful information to make google recaptcha field required. You can try with below sample code to add validation for recaptcha field. Sample 1 – Pure javascript <script> window.onload = function() { var $recaptcha = document.querySelector('#g-recaptcha-response'); if($recaptcha) { $recaptcha.setAttribute("required", "required"); } }; </script> Sample 2 – With jQuery <script>
Normally when we click on the pdf file link it is open in browser instead to download it on our local system. So if you want to force to download the pdf on local system instead to open into browser then you can do it very easily. I am here explain you helpful trick to
Here we are going to explain the way of play YouTube video on different speeds. As you normally you can’t set the speed of your YouTube video in embed iframe code. To set change speed of YouTube video, you will require to use the YouTube APIs. Without Youtube API you can’t change youtube video play
Hi Guys, You can protect your website content by Disallow copy content, Disallow Right Click, Disallow to view page source(Ctrl+U)…and so on. I am here explaining two way to give protection of site content for all pages . Disable copy content using css Disable copy content using plugin Disable copy content using plugin If you
It does not matter what CMS you have used to built your website. I am here explaining all steps to you add reCaptcha on your site without using any module or plugin. For WordPress Site Are you using contact form 7 plugin on your wordpress site? If yes you have no need to use any
Basic definition of addon is the that “A collection of modules which can added as a extra feature into your existing application.“ Addon will always work with their parent application. Example with Browsers: YouTube Download Plus – Mozilla Firefox Addon – Using youtube downloader addon you can download YouTube video on your local system. Full
Yes, You can host your subdomain on different server and a domain can also be hosted on multiple servers. Even globally distributed, all under one domain name. To point the subdomain to other server, you will require to update subdomain DNS record as per your new server.
To add AdSense ads on your blog or your site, you will need to follow given below steps 1. Create Account First you will require to create a account on ads senses. During create a account AdSense will ask you some question. You will need to provide all AdSense questions answer to continue the account