Wordpress

Loading Indicator

Loading Indicator PHP Function (with JS and CSS)

Creating a Loading Indicator with PHP, JavaScript, and CSS A loading indicator is a visual cue that informs users that a process is underway, enhancing user experience by providing feedback during wait times. This snippet demonstrates how to create one using PHP, JavaScript, and CSS. This handy function wraps some HTML, CSS, and JS to create a pulsing circle and […]

Loading Indicator PHP Function (with JS and CSS) Read More »

PHP error log - operator not supported

[] operator not supported for strings – PHP

I had a problem with Revolution Slider on a WordPress installation when upgrading to PHP 7.2+. It would generate the error – PHP Fatal error: [] operator not supported for strings in C:[path]\wp-content\plugins\revslider\includes\framework\base-admin.class.php:71 The problem was from the plugin attempting to use the short array push syntax on a string: The solution was to modify

[] operator not supported for strings – PHP Read More »

Cookies Blocked or Not Supported - Wordpress

Troubleshooting WordPress: Cookies Blocked or Not Supported – Updated for 2025

Are you stuck in a frustrating login loop with WordPress Multisite? If you’re seeing the error message: “Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress,” don’t worry—you’re not alone. This issue often arises due to domain mapping in Multisite installations. Here are some effective solutions to get

Troubleshooting WordPress: Cookies Blocked or Not Supported – Updated for 2025 Read More »