Some times there might be issue when using some rest API end points especially using web designing platforms like WordPress , Shopify etc. What makes issue for me is that when using the REST API endpoint for fetching users from wordpress. Its found to be that it was making a 403 server issue on fetching… Continue reading Fix the firewall blocking in Plesk panel ( Cors issue )
Tag: Wordpress
Setup wordpress through plesk CPanel in server
Log in to the Plesk admin page and select Applications on the left-hand menu Click Install for WordPress on the Applications page. It will take a few moments for the WordPress application to download and install. After the process completes, you will be able to view and manage your WordPress installation. To manage the WordPress installation, go to Applications > Manage My Applications and click… Continue reading Setup wordpress through plesk CPanel in server
Import and export contents in WordPress
Its very important to understand that how to export and import wordpress contents like posts, pages and all from one wordpress to another with the inbuild functionality that they provide. These contents can be successfully added to one wordpress from another with out any risks. Exporting the correct content is the first step of the… Continue reading Import and export contents in WordPress
Setting Scroll Bar Thumb width using CSS
Sometimes, there might be situation arrises where we have to setup or adjust the scroll bar thumb width for making it user friendly. But we cannot directly change the width of this by using css infact we can adjust the border width so that this makes an illusion that the width is very small. Here… Continue reading Setting Scroll Bar Thumb width using CSS
Which is better ‘wordpress click to deploy’ or wordpress certified by Bitmani’?
Both “WordPress Click to Deploy” and “WordPress Certified by Bitnami” are two different options for deploying a WordPress website, each with its own advantages. Let’s take a closer look at both: WordPress Click to Deploy: This option typically refers to a one-click installation of WordPress provided by a hosting provider or cloud platform. It offers… Continue reading Which is better ‘wordpress click to deploy’ or wordpress certified by Bitmani’?
How to create a new WordPress project in Google Cloud Platform (GCP) using Bitnami
To create a new WordPress project in Google Cloud Platform (GCP) using Bitnami, follow these steps: Sign in to the Google Cloud Console: Go to the Google Cloud Console and sign in with your GCP account. Create a new project: If you haven’t already created a project, click on the project dropdown at the top… Continue reading How to create a new WordPress project in Google Cloud Platform (GCP) using Bitnami
How to set a template as the front page of wordpress website.
From settings: Visit your site’s dashboard Go to Settings → Reading in the left sidebar: 3.Locate the dropdown option Your homepage displays at the top of the screen: Choose from the following options: Select the — Default — option to use the homepage design from your site’s theme. You can edit the design of this homepage by going to Appearance → Editor. To… Continue reading How to set a template as the front page of wordpress website.
Steps to follow in GCP on WordPress PHP updates.
Log into google cloud console and go to your project. Go to compute engine section and locate the virtual machine. Instance associated with WordPress website. Click on the SSH button next to the VM instance to open a secure shell connection to the server Then use the required commands to install the latest version of… Continue reading Steps to follow in GCP on WordPress PHP updates.
Switch from one GoDaddy account to another ?(domain transfer)
( Transfer my domain to another GoDaddy account ) Login to GoDaddy website using the credentials Login to the next account in another browser Get to myproduct in current account Manage > manage domain >additional settings >transfer domain to another GoDaddy account Add the email id of the account where we are switching onto. Click… Continue reading Switch from one GoDaddy account to another ?(domain transfer)
How to fetch the Category id in WordPress
We can add categories in the insights menu option in wordpress. These categories are able to view in Insights > Insights Category option in the dashboard of a wordpress page. These categories can be used as contents in the themes as well. So lets see how can we get the Id of these fields and… Continue reading How to fetch the Category id in WordPress