Web Development & WordPress

Free Pests Control Website using WordPress and Elementor

I have always tried to share css and other wordpress related solutions. Here is another free theme with demo content for pests control who are doing business in USA and Canada. I have created it using wordpress and elementor. So if you have idea of using elementor, then you can download this demo, then install it and customize it with your own data. I am sharing the backup which i took using All In One Migration plugins, you need to install the plugins and then install the backup using that plugins.

How to install and use this free Pests Control Website Created With WordPress & Elementor

Follow these steps to get it running on your own domain:

1 Download the Pests Control demo file from Google Drive — click the download link to get the .wpress export file.

2 Install WordPress on your hosting provider (Hostinger, Bluehost, SiteGround, etc.).

3 Install the “All-in-One WP Migration” plugin from the WordPress plugin directory (it’s free).

4 Go to All-in-One WP Migration → Import, upload the .wpress file, and click proceed.

5 Customize the content — replace the demo text, photos, and branding with your own Pests Control website contents.

Here is Pests control demo homepage

Pests control homepage demo
Continue reading “Free Pests Control Website using WordPress and Elementor”
Web Development & WordPress

Adding Google Recaptcha v3 to Contact Form (PHP/HTML): Spam issue fixed

So, client has a html site with contact form with a php mailer script, it was getting lots of spam comments. Client wanted to protected it from the spam using google Recaptcha v3. Here is the simple html and the related PHP Mailer with complete setup with google Recaptcha v3. Just you need to use your own SITE KEY and SECRET KEY to make it work.

Here is the basic HTML Contact Form, at the bottom of the code there is YOUR SITE KEY, please replace it with your google Recaptcha v3 Site Keys

Continue reading “Adding Google Recaptcha v3 to Contact Form (PHP/HTML): Spam issue fixed”
Web Development & WordPress

Avro ANSI issue with SutonnyMJ Font Fixer

So, in my office my boss use SutonnyMj font with Bijoy. But I use Avro Phonetic ANSI. Problem is, the Conjunct words with SutonnyMj font don’t render properly in Avro ANSI. Every time i had to use Avro Unicode to bijoy converter to fix it, it was boring as i had to change Avro settings from ANSI to Unicode, then convert the word and paste the corrected word to my word document and then re-enable the ANSI mode again. It was really a pain.

Avro ANSI SutonnyMJ Font issue
Continue reading “Avro ANSI issue with SutonnyMJ Font Fixer”
Web Development & WordPress

Testing Ollama Gemma4:31b-cloud For wordpress chatbot plugins 

Ollama API Key

So I was checking for API keys for a chatbot plugins which I was creating for WordPress site. 

I used API key from Openrouter and tested various free models . But the performance was not up to the mark. As I was checking in my localhost, somehow the connection was cutting all the times.

Then I got idea and used Ollama API keys, I found Gemma4:31b-cloud models which performs well as it has 31b parameters and 256k Context,  I checked it by providing various pdf files and asked it to analyse and give me tabular report. It gave  me satisfactory  analysis data. 

Continue reading “Testing Ollama Gemma4:31b-cloud For wordpress chatbot plugins “
Web Development & WordPress

How to Create a Free WordPress Pet Website for Dogs & Cats (With Blogus Theme + Free Demo Download)

Pet ( cat & dog) lovers wordpress free site

Do you have a dog or cat at home? Do you love them and want to share your journey with the world? Whether you’re a first-time pet owner or a seasoned animal lover, building your own pet website is easier than you might think — and today I’m going to show you exactly how to do it for free using WordPress and the Blogus theme.

I’ve already built a complete demo website called Pet Lover — a website for pet owners — and I’m sharing the full website file for free so you can install it on your own hosting and start publishing in minutes.

What’s included in this free Pet Lover WordPress demo?

The demo website I built includes four fully-designed pages, ready to customize:

Homepage : Featured articles, hero banner, category posts, and sidebar journal ( screenshot attached)

Continue reading “How to Create a Free WordPress Pet Website for Dogs & Cats (With Blogus Theme + Free Demo Download)”
Web Development & WordPress

Power Builder by TemplateMonster : Updated version for PHP 8+ 

Client approached me for an issue, his site was showing errors from this builder .

I found the builder has issue with the PHP 8+ version. So I have made the plugins to work for PHP 8.3 .If your site is old and still using Power Builder by templatemonster you can use this.

Download PowerBuilder Plugins.

You can check screenshots of Power Builder Editor:

Continue reading “Power Builder by TemplateMonster : Updated version for PHP 8+ “
Web Development & WordPress

WooCommerce Automation: Send Store Activity Data to Google Sheets using n8n

save all woocommerce customer and order data to google sheet and send admin mail automation

Here’s a simple automation workflow I recently built to track WooCommerce store activity and log structured data into Google Sheets — along with sending a notification to the admin.

When the order status is marked as Completed, the code will work. 

I have used the following blocks 

1) Webhook block — Receives structured data from the WooCommerce site

2) Split out — Separates product line items for better analysis

3) Send a Message —Sends a formatted notification to admin

4) Append row in a sheet – it will save those infos in google sheet 


The code I had to use in functions.php in WordPress theme 

Continue reading “WooCommerce Automation: Send Store Activity Data to Google Sheets using n8n”
Web Development & WordPress

Cloudflare pro security blocking plugins installation : solution

So, another issue my client faced which i helped her to solve. Client was trying to install a plugins in her wordpress website but cloudflare was blocking it. Client was using paid / pro cloudflare.

I checked cloudflare dashboard and found under Security > Security Rules page, at the bottom there is Cloudflare Managed Ruleset which was showing active ( screenshot below)

Continue reading “Cloudflare pro security blocking plugins installation : solution”
Web Development & WordPress

Contact form 7 data to save in google sheet and also send a mail to admin : n8n Automation

Saving Contact Form 7 Submissions to Google Sheets and Sending Admin Email Notifications Using n8n Automation

So I have tried to create another small automation for Contact Form 7 where the submitted form data will be saved directly in a google sheet  and also will send a mail to admin. 

This approach can be a solution for DigitalOcean droplet where hosting does not allow or block send mail or email  functionality of PHP . 

Here I have used Webhook to receive data from contact form 7 in this format

Continue reading “Contact form 7 data to save in google sheet and also send a mail to admin : n8n Automation”
Web Development & WordPress

Saving WordPress Post comments in google sheets :  n8n automation

wordpress post comments to save in google sheets

I have tried to create a small automation using n8n where I have tried to save post comments of my WordPress blog posts directly into google sheet.  I have used n8n to implement this.

In the workflow, I have used webhook  which receive information when posts get any new comments and Append row in sheet helps to append that comment in a new row of google sheet.

Continue reading “Saving WordPress Post comments in google sheets :  n8n automation”