Ultimate Member Directory Not Showing to Logged-Out Visitors: Complete Fix

Ultimate Member directory not showing users to logged-out WordPress visitors

A common Ultimate Member problem occurs when a public member directory works for administrators or logged-in users but appears empty to logged-out visitors. In the browser’s Network panel, the AJAX request may complete successfully and return a response similar to this: This response is an important clue. The AJAX endpoint is working. The request is … Read more

How to Import Hundreds of CSV Fields into a Forminator Form Programmatically

Import CSV fields into a Forminator form programmatically

Creating a WordPress form with a few fields is simple. Creating one with 300 fields manually is a completely different task. Consider this situation: I have around 300 fields in a CSV file. I can iterate through the CSV, but I want to add every row as a field in a new form programmatically. What … Read more

How to Fix Google for WooCommerce “Call to a Member Function get() on Null” Fatal Error

A WooCommerce website may occasionally log the following PHP fatal error: The stack trace normally includes: This error is generated by the Google for WooCommerce plugin, previously called Google Listings & Ads. The plugin attempts to read customer billing and shipping information from the WooCommerce session while generating the Google Ads Enhanced Conversions tag. On … Read more

How to Add a Free Shipping Tier to Gift Ladder for WooCommerce

Add a Free Shipping Tier to Gift Ladder for WooCommerce

Gift Ladder for WooCommerce provides a live cart progress bar that rewards customers with free products when they reach configured spending thresholds. It supports multiple gift levels, automatic gift insertion, cumulative or highest-only rewards, shortcode placement, and live cart-fragment updates. However, the published features for version 1.0.13 focus on free-product rewards. They do not currently … Read more

How to Show First Name and Last Initial in Site Reviews

Changing reviewer name format to first name and last initial in Site Reviews

The Site Reviews WordPress plugin includes several options for controlling how reviewer names appear publicly. For example, you can display: A common privacy-friendly format is the reviewer’s first name followed by the initial of their last name. For example: John Smith → John S. However, some website owners find that their reviews continue displaying only … Read more

How to Fix “Blocked Loading Mixed Active Content” Complianz CSS Error in WordPress

Fix Complianz “Blocked Mixed Active Content” in WordPress

A WordPress website may suddenly look broken after activating the Complianz cookie consent plugin. The cookie banner might appear without proper styling, page elements may move unexpectedly, or the browser console may display an error similar to this: The complete browser message may look like: This does not usually mean that the CSS file is … Read more

How to Fix a Sticky Menu Not Working on One WordPress Page

Sticky menu not working on one WordPress page

A sticky navigation menu should remain visible at the top of the browser while visitors scroll down a page. However, a common WordPress problem occurs when the sticky menu works correctly across most of the website but fails on one specific page. You may also notice a strange space between the top of the browser … Read more

WPForms tmp Directory Flooded With Malicious PDFs? Complete Fix

malicious PDF uploads WordPress

WordPress administrators using WPForms may discover hundreds of suspicious PDF files inside the following directory: The unexpected uploads can consume disk space, generate large numbers of uncached PHP requests, overload PHP workers, and make the entire website extremely slow. In one recently reported case, several websites hosted on WP Engine began receiving hundreds of malicious-looking … Read more

How to Stop BoldGrid From Automatically Adding New Pages to the Primary Menu

How to Stop BoldGrid Adding New Pages to the Primary Menu

When using a BoldGrid theme together with the BoldGrid Post and Page Builder, you may notice that every newly published WordPress page is automatically added to the website’s Primary Menu. The new page immediately becomes visible in the header, even though you did not manually add it under Appearance > Menus. This can be especially … Read more

Spectra Blocks Missing Margin, Font, and Color Settings? Here’s What Changed

Spectra Blocks vs Spectra Legacy

A number of WordPress users have installed the new Spectra Blocks plugin and immediately noticed that it feels very similar to the standard Gutenberg editor. In Spectra Legacy, a Heading block offered detailed options for typography, colors, responsive settings, and separate margin values for the top, right, bottom, and left sides. In the new Spectra … Read more