The article explains how to create a shaking call button for a website to attract customer attention. It provides a guide on inserting the necessary HTML and CSS code to achieve this...
Category: Tips Wordpress
Complete guide to Advanced Custom Fields usage.
Advanced Custom Fields (ACF) is a popular plugin for creating meta boxes with various types of fields. To use ACF, you need to download the plugin from their website or WordPress.org. After...
Add H1 tag to homepage for SEO optimization.
Many people use SEO checking tools like Seositecheckup.com to find that their website is missing the important H1 tag, causing confusion on how to fix it. Leaving a title as H1 randomly...
Delete post and all attachments to remove all images from the post.
The article discusses a filter that allows users to delete attached images in an article when the article is deleted from the trash. The instructions on how to use the delete post...
Handling Incorrect format parameter error when entering data
During the data import process, an Incorrect format parameter error may occur due to large SQL file size. To resolve this, increase upload_max_filesize and post_max_size parameters in php.ini file to 64M each....
Guide to creating WordPress Admin account using function.php file.
This content provides instructions on how to create a new WordPress Admin account if you have forgotten your password. By accessing the function.php file in your WordPress theme through the VPS file...
Guide on Using Caesium for Image Compression
An average website uses 70% of its capacity to store images, making image optimization a top priority for website speed. Free online tools like TinyPNG and Optimizilla have limitations and can be...
What is error 522 and how to fix Connection Timed Out issue?
Cloudflare, a CDN service, has been improving web project performance and security since 2010. Error 522, also known as a "Cloudflare error," occurs when the TCP handshake process between the web server...
Product edit option missing when posting a product in EnglishCode.
In newer versions of Woocommerce, there is a new Edit Product bar that appears at the top of the page when editing products. This bar can be annoying as it covers the...
Guide to Adding UX Menu Icon to Various Locations in Flatsome Theme
This content provides instructions for creating category icons in the Menu Widget and map/hotline/email icons in the Menu Footer. It includes code that needs to be inserted into the functions.php file of...