April 2023

WordPress Maintenance Mode Errors: How to Fix and Prevent Them

2023-08-30T22:24:45-04:00Categories: Website Tips|Tags: , |

https://youtu.be/slgS6Q1QamQ WordPress is a popular CMS for creating and managing sites. It has a maintenance mode feature allowing temporary website shutdowns for maintenance. Maintenance mode errors can occur, frustrating and disrupting website owners. We'll explain how they occur, how to fix and prevent them, customize maintenance mode error pages, and what to do if [...]

Building Customer Trust and Loyalty through Content Marketing: A Guide for Business Owners

2023-08-30T11:34:27-04:00Categories: Website Tips|Tags: , , , |

If you own a business, it's crucial to recognize that today's customers demand more than just a product or service. They desire to understand the values and impact of the company they choose to purchase from. This is where content marketing becomes invaluable. By producing informative content about your business and its values, you [...]

Local SEO vs Technical SEO: Understanding the Difference for Your Jacksonville Business

2023-08-30T21:34:33-04:00Categories: Website Tips|Tags: , , , |

As a business owner in Jacksonville, FL, you may have heard the terms local SEO and technical SEO thrown around, but you might not be entirely sure what they mean or how they differ. In simple terms, local SEO refers to the strategies used to improve your website's visibility in local search results, while [...]

August 2022

Shake Button On Scroll using Wow.js for WordPress

2022-08-16T12:08:32-04:00Categories: Website Tips|Tags: |

Follow the steps to implement wow.js on your wordpress theme. The events happening are when element enters viewport add a class, when it exits viewport remove class. The javascript to add on footer const shakebtn = document.querySelector('.shakebtn') const add_class_on_scroll = () => shakebtn.classList.add("testy","wow") const remove_class_on_scroll = () => shakebtn.classList.remove("testy","wow") const observer = new window.IntersectionObserver(([entry]) => [...]

February 2022

Create A Free Popup On Shopify

2022-02-09T02:26:50-05:00Categories: Website Tips|Tags: |

This article will cover how you can create a free popup on your Shopify website. You can add a Mailchimp form or any other html email marketing code script / custom html to a popup that can be triggered with a click. Technical Level: Medium You'll need to know some code or at least an [...]

Go to Top