Basically, this method attaches SSL to a particular VM instance in a project. And for the implementation, we need server file access too. Download SSL certificate from DNS provider or from purchased site. unzip the folder –> it includes three files : .crt file .pem file .bundle.crt file You can rename these files for better… Continue reading SSL set-up through Compute Engine in GCP
Category: Wordpress
SSL implementation in GCP
Basics:Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a server and a client—typically a web server and a browser, or a mail server and a mail client. Different Implementation methods:There are different methods to set-up SSL in GCP. Basically, there are 3 methods:1. Through Compute Engine2. Through App… Continue reading SSL implementation in GCP
Reasons for why WordPress Smooth Scroll Plugin not working
The Smooth Scroll feature enables the website to scroll smoothly and helps user handle easily. There are lots of smooth scroll plugins and plugins which provide smooth scroll features to the site. Here, Mentioning a plugin that is most commonly used for a smooth scroll of WordPress website. It is MouseWheel Smooth Scroll Plugin. The Plugin… Continue reading Reasons for why WordPress Smooth Scroll Plugin not working
How to create a Custom Theme in WordPress
Mainly, there are mainly three options to create a custom Theme in a WordPress template. Modify an Existing Theme. Adapt an Existing Theme. Build a Theme from Scratch. WordPress themes are made up of a collection of files, all contained within a single folder that includes in wp-content/themes/. 1.Modify an Existing Theme. This is one… Continue reading How to create a Custom Theme in WordPress
Enable Guest checkout for WC
There is an option in woo-commerce to enable guest checkout on the website. Which will allow customers to do the purchase on the website without login. Login to woo-commerce backend. Go to WooCommerce > Settings > Accounts and Privacy Allow customers to place orders without an account – Allows customers to check out without creating an account.… Continue reading Enable Guest checkout for WC
Add a captcha in the checkout of woo-commerce website
There is an plugin that suggested by the woo-commerce team to protect the website from bots.Security is the most important concern nowadays for any website or an eCommerce store. Because of automated tools and bots your site does not perform its best. There are lots of automated tools available to make your site spammy. Therefore… Continue reading Add a captcha in the checkout of woo-commerce website
Add Footer Link to a woo-commerce website
The footer link management of a woo-commerce can be done on the backend. Login to the woo-commerce backend. Click on the appearence tab, and select the menu option. Here we can manage the footer links From the menus choose the section for editing. Click on the Add to menu button to add more links. There… Continue reading Add Footer Link to a woo-commerce website
Adding the newsletter sign up pop-up script from the Klaviyo ESP account to the Retail WC site.
We can achieve the requirement to adding the newsletter signup popup script from the klaviyo ESP account to the WC site. To achieve this requirement we need to install a Klaviyo plugin on the WC website. After the installation of the plugin, we need to connect the Klavio account with the WC website by setting… Continue reading Adding the newsletter sign up pop-up script from the Klaviyo ESP account to the Retail WC site.
How To Transfer a wordpress website to google cloud from a local server ?
There are multiple method avilable , 1. Manual wordpress migration methos from a localhost 2. WordPress migration using Plugin The manual migration is better, though the process is little complicated than plugins but you will have exact copy of yours WordPress. Plugins normally skip unnecessary file such as cache files, but if the plugins not… Continue reading How To Transfer a wordpress website to google cloud from a local server ?