List of Gradient Background CSS Generator website as follows https://mycolor.space/gradientyou can set directions for gradient also support the 3 color options in gradient.you get ready to code for Gradient This website also provides a color Palette just add to your theme color Color Palette...
Important steps before creating a website for your client Identify needs of the client1.1 Usability & Convenience Know your website’s goal Decide Website structure3.1 Sitemap3.2 Type of Product3.3 User Flow Contents, Images, graphic and Videos Choose Website Technology Platform as per client requirement.
latest Magento 2.4 Install on AWS EC2 just follow the step. Easy to install Magento 2.4 with Elasticsearch.
Guide for Magento Install on Ubuntu Cloud Server AWS EC2 (Apache2, php7.4, Elasticsearch, MySQL, And Composer)
This Solution of Shortcode always displayed at the top of the page for the WordPress plugin Old Code Add this code after function ob_start(); Add this code before end function return ob_get_clean(); New updated code
Renew SSL in Easy Engine 4 (EE4) Use following command for renew all website SSL in server using LEMP stack [easy engine 4 (ee4)] ee site ssl-renew --all This command renew all website SSL that hosted on AWS EC2 server using Easy Engine 4....
The grep filter searches a file for a particular pattern of characters, and displays all lines that contain that pattern. Syntax grep -Rw '[path where you want to searcg]' -e 'your text that you need to search' Explanation -R : Regular Expression -w :...
Benefits of the child theme
It allows you to make your modifications portable and replicable of the parent theme
Keep customization separate from parent theme functions;
Allow parent themes to be updated without destroying your modifications;
Steps to Create Custom Page Template in WordPress A page template is a specific type of template file features of page templates as follows Page templates are used to change the look and feel of a page. A page template can be applied to...
How to Display different Menu to logged-in users in WordPress you may have a WordPress membership or blogging website and you would like to display different navigation menus to logged in and logged out users. Just follow the following steps to get a solution...