There are some cases where we implement activated the SSL for our domain but entire site breaks. Why its happening? This is because website is served with https:// but CSS file is still referencing http:// instead https:// . It’s known as a ‘Mixed Content’ error How to resolve? To resolve…
-
-
You are submitting requests too quickly. Please retry your requests at a slower rate | Solved
Amazon affilate is one of most popular affilate program in the world. For some user it’s the primary source of extra income. Few affilate marketer have made dedicated website for it. To add products from amazon marketers use amazon’s “Product Advertising API”. From January 2019 amazon api users facing isses…
-
Solved | Uncaught (in promise) Provided element is not within a Document
While working on the web-page and creating featured elements. We might have come requirement of sharing widget on social media like the attached image or create a screenshot of current screen for proctoring purpose. In both scenario we need to create image on run time as data coming on page…
-
Custom Upload Control with Text
Upload input field is essential part of user input in web form. It becomes must when we ask users to provide more data it could be related to him or his work. When we use input type file it gives us two things one is browse button and space where…