Your Cart

Get Amazing Offers on Scripts

Get UX Support

Blog

How To Find Your Google Business Profile ID?

In this tutorial, you will learn the process of locating your Google Business Profile ID. To enhance clarity, I’ve included visual aids in the form of screenshots alongside the detailed, sequential guidelines. What is the Google Business Profile ID? The Google Business Profile ID is a special code that uniquely identifies your business on Google. […]

How to setup Django or any Python application on Cloudpanel using Dploy

dploy is a powerful code deployment solution that simplifies releasing new application versions. dploy allows developers to automate the deployment process and ensure their applications are always up-to-date and running smoothly. Whether deploying a small website or a complex web application, dploy makes it easy. Login via SSH as the site user. Run dploy init, to initialize the project. […]

How to redirect to checkout page directly instead of cart page in WordPress?

If you just want to  redirect to checkout page directly instead of cart page in WordPress this use below code and update it in your Theme Function.php file add_filter( ‘woocommerce_add_to_cart_redirect’, function( $url ) { return wc_get_checkout_url(); }); What Woocommerce Does is… When products are Sold Individually, and when the product already exists in the Cart […]

Downgrade MIUI 14 to MIUI 13 Official Method

Xiaomi phones are among the most popular smartphones on the market. Their MIUI ROMs have gained a huge following thanks to their customization options and usability. While many users prefer using the latest version of MIUI, there may be cases when you’d like to downgrade. In this article, we will show you how and the […]

How to get Client WordPress website content checklist

How to get Client WordPress website content checklist

Having an effective website content checklist is essential for any business. It helps ensure that the content you create is of the highest quality and meets your client’s expectations. A good website content checklist should include elements such as keyword research, SEO optimization, grammar and spelling checks, readability tests, and other relevant factors. With this […]

How to take a leave from office template

Dear [Manager’s Name], I am writing to request a leave of absence from [start date] to [end date]. The reason for my leave is [state the reason for your leave, such as needing to care for a family member, personal illness, etc.]. I understand that this may cause some inconvenience, and I will do my […]

What is OpenAI ?

What is OpenAI ?

OpenAI is a research organization that focuses on developing and promoting friendly artificial intelligence (AI). Founded in 2015 by a group of entrepreneurs, researchers, and philanthropists, including Elon Musk and Sam Altman, OpenAI has become one of the leading organizations in the field of AI research and development. One of the main goals of OpenAI […]

How to Convert HTML div into Multipage PDF using jsPDF

How to Convert HTML div into Multipage PDF using jsPDF

jsPDF is a nice library to convert HTML content into PDF. We can put the different type of elements in PDF from HTML like an icon, images, text, CSS styles. Here we will discuss an example of jsPDF to convert long HTML page into PDF document which will be generated client-side and download. See the […]

How to hide a div when a value is null or empty using pure css or pure javascript

A much cleaner approach is to just use CSS. The below style will hide divs which are emtpy. div:empty { display: none } Below code will hide the empty fields (including their labels) when the content is empty. This code will hide the email Heading with an empty value. Javascript code let empty = document.querySelectorAll(‘.row […]

Free Worldwide shipping

On all orders above $50

Easy 30 days returns

30 days money back guarantee

International Warranty

Offered in the country of usage

100% Secure Checkout

PayPal / MasterCard / Visa