Blogs
May 2024
Redirect to a Custom Thank You Page After Checkout in WooCommerce Without Any Plugins
go to function.php in your child theme and : [...]
January 2023
Add second description to category and shows up under products in WordPress
Add the following snippet to the functions.php file - [...]
December 2020
ajax-loader.gif problem
If you saw " ajax-loader.gif " problem in Inspector [...]
November 2020
How to capture client’s IP in PHP
Following function in PHP, helps you to capture client's [...]
How to Configure SMTP for office 365 in Easy WP SMTP Plugin – WordPress
Install Easy WP SMTP Plugin Go to Settings -> [...]
October 2020
How to Check Disk Space Usage on Google Cloud
If you want to know how much disk psace [...]
Honeypot Implementation in Form
To prevent a form to fall victim of abusing [...]
September 2020
How to Add Free SSL to Website on Google Cloud
If you have a website on VM instances on Google [...]
August 2020
Permission Problem in Google Cloud SFTP
If you get permission denied when you are trying [...]
July 2020
How to Prevent Brute Force Attack to WordPress
1- Change log-in URL by WPS Hide Login 2- Limit [...]
June 2020
Noindex-ing a bunch of products only – Shopify
If you need to "noindex" a bunch of products, [...]
Adding Google reCAPTCHA v3 to multiple PHP forms on one page
1- Create your v3 Site & Secret Key on [...]
May 2020
How to Hide Product Price in WooCommerce – WordPress
Add the following code to the end of your [...]
April 2020
How to make YouTube or Vimeo Videos Responsive on your site
1- add following css to your proper page or style [...]
How to add Content Below the Products Grid on a Collection Page – Shopify
To add specific content below the products grid on a [...]
February 2020
How to Display Google Reviews On Your Website
Step 1. Copy This Code. [...]
January 2020
How to Create Navigation Menu Connected to WordPress Menu
1- First You need to register the menu, so [...]
Create Select Box With Different Color Placeholder
If you need a select box with first element [...]
Open external links in a new tab in Shopify
To have external links open in a new browser [...]
December 2019
Preload key requests error with revslider – WordPress?
If after testing your site speed in Google page [...]
How to get page ID in WordPress ?
To get the page ID in wordpress you need [...]
November 2019
How to add content to a shopify home page
If you need to add some content just to [...]
Conditional canonical-url in Shopify
If you need to change you canonical_url for some [...]
Add Alt to image where it’s empty through jQuery
Add followin script to bottom of the page: [...]
Add Alt to image where it’s empty in WordPress through functions.php
Adding following code to functions.php will add page title as [...]