The websites on php just show “File not found” The strange thing is that all services are running. A reboot fixes it but then a few days later it happens again. Generally, this happens due to incorrect permissions on the domain’s folder. So for fixing the problem, First, Log in to Plesk GUI Then we… Continue reading AH01071: Got error ‘Primary script unknown’ – Apache Error: in Plesk
Author: Akhil Johny
Set character limit in WordPress ACF texts
Sometimes, you might one to limit the character of text that user input in the text or text area field to prevent user input from breaking the design of the website. This great feature in included in the ACF plugin. What you have to do is to get into the ACF field and select the… Continue reading Set character limit in WordPress ACF texts
Fix the firewall blocking in Plesk panel ( Cors issue )
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 )
How To Increase the Maximum File Upload Size in WordPress
The easiest way to modify your file upload limit is to install a simple WordPress plugin designed for the task. There are many options available. We recommend the following plugins: Tuxedo Big File Uploads Upload Larger Plugins Upload Max File Size Maximum Upload File Size Simply install a plugin, activate it, and follow the instructions.… Continue reading How To Increase the Maximum File Upload Size in 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
Add Background image from external source(backend) in Next JS/Reach JS
While we are connecting the leading frontend technologies like Next js, Vue js , React etc with Net Suite, WordPress like headless sources, its important to know that to add background images to the frontend via backend. In my scenario, i have to set the background image of a swiper carousel from the backend. The… Continue reading Add Background image from external source(backend) in Next JS/Reach JS
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
How to remove the blue highlight of button on mobile?
When trying to create buttons, links or input fields using latest development technologies like next js, react and angular etc there might be some times a default background color may appear. This can cause bugs for the developed website since they create a different background color different from the mockup. As solution we can use… Continue reading How to remove the blue highlight of button on mobile?
Include JSON Lottie files in Next JS Project
Sometimes, there might be situation arises where we have to add JSON Lottie files in our project for improving UI and also making user friendly. We cannot directly use Lottie files in Next JS project instead we have to do the followings. Install lottie-react using npm i lottie-react –legacy-peer-deps Create a folder to add Lottie… Continue reading Include JSON Lottie files in Next JS Project
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