<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[The Web Guy]]></title><description><![CDATA[I make WordPress easy for site owners and developers. Subscribe for website tips, recipes, and reviews.]]></description><link>https://demo.thewebguy.me/</link><image><url>https://demo.thewebguy.me/favicon.png</url><title>The Web Guy</title><link>https://demo.thewebguy.me/</link></image><generator>Ghost 5.80</generator><lastBuildDate>Wed, 03 Jun 2026 14:26:35 GMT</lastBuildDate><atom:link href="https://demo.thewebguy.me/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[How To Customize The Breakdance Grid Layout]]></title><description><![CDATA[By default, the Breakdance theme Grid element creates static grid layouts using a selected number of columns and rows that you specify. You can customize the default grid layout in creative ways...]]></description><link>https://demo.thewebguy.me/how-to-customize-the-breakdance-grid-layout/</link><guid isPermaLink="false">69134ee0c6a3de0001e36295</guid><category><![CDATA[Recipes]]></category><category><![CDATA[Web Development]]></category><category><![CDATA[Breakdance]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Tue, 11 Nov 2025 17:17:39 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/11/Custom-Breakdance-Grid.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/11/Custom-Breakdance-Grid.png" alt="How To Customize The Breakdance Grid Layout"><p>By default, the <a href="https://breakdance.com/ref/640/?ref=demo.thewebguy.me" rel="noreferrer"><strong>Breakdance theme</strong></a> Grid element creates static grid layouts using a selected number of columns and rows that you specify.</p><p>The Grid element creates evenly spaced and sized grid blocks based on the contents of the largest block in a row. So row 2 will be taller to fit the contents of the 2nd column in row 2 if they are taller than any of the row 1 blocks.</p><p>Enough of that.</p><p>You can customize the default grid layout in creative ways. I used this method on the <a href="https://flawlesstemplates.com/?ref=demo.thewebguy.me" rel="noreferrer">Flawless Templates website</a>.</p><h3 id="how-to-customize-the-breakdance-grid">How to customize the Breakdance Grid</h3><p><strong>Part 1 Video:</strong> Make a custom Grid layout.</p><figure class="kg-card kg-embed-card"><iframe src="https://player.vimeo.com/video/1135813811?app_id=122963" width="362" height="240" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin" title="Breakdance Grid Customization 1"></iframe></figure><p><strong>Part 2 Video:</strong> Make a 2-column layout for Tablet Portrait screen sizes.</p><figure class="kg-card kg-embed-card"><iframe src="https://player.vimeo.com/video/1135817824?app_id=122963" width="362" height="240" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin" title="Breakdance Grid Customization 2"></iframe></figure><p>Here&#x2019;s how to customize the Breakdance theme Grid layout:</p><ul><li>Create a Grid in Breakdance (Example: 3 columns, 2 rows, 6 total blocks)</li><li>Go to <a href="visualgridbuilder.com" rel="noreferrer"><strong>visualgridbuilder.com</strong></a></li></ul><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-3.58.28-AM.png" class="kg-image" alt="How To Customize The Breakdance Grid Layout" loading="lazy" width="2000" height="719" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-11-at-3.58.28-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-11-at-3.58.28-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-11-at-3.58.28-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-11-at-3.58.28-AM.png 2400w" sizes="(min-width: 720px) 720px"></figure><ul><li>Create the grid layout you want (Example: 3 columns, 3 rows, 6 total blocks)</li></ul><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-3.54.49-AM.png" class="kg-image" alt="How To Customize The Breakdance Grid Layout" loading="lazy" width="2000" height="1045" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-11-at-3.54.49-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-11-at-3.54.49-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-11-at-3.54.49-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-11-at-3.54.49-AM.png 2400w" sizes="(min-width: 720px) 720px"></figure><ul><li>Click the <strong>Get the code</strong> button to open the &quot;CSS for your Grid&quot; panel</li><li>Scroll down to the Grid Items code - Example: .grid-item-1 { grid-area: 1 / 1 / 2 / 2; }</li><li>Copy the code inside the brackets for the first item - Example: <strong>grid-area: 1 / 1 / 2 / 2;</strong></li></ul><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png" class="kg-image" alt="How To Customize The Breakdance Grid Layout" loading="lazy" width="2000" height="850" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 2400w" sizes="(min-width: 720px) 720px"></figure><ul><li>Go to the Breakdance editor, <strong>click the first grid item</strong>... (Div)<ul><li>Click the <strong>Gear Icon</strong> (Settings) (Left-Sidebar)</li><li>Click the Advanced tab</li><li>Paste the copied code into the Custom CSS pane</li><li>Click the <strong>Save button</strong> (Top-Right)</li></ul></li><li>Repeat for all other items in your grid.</li></ul><p>Follow these steps to make your Grid transform to a 2-Column layout on Tablet portrait screen sizes. (Note: The Grid will automagically shift to a 1-Column layout for smaller screens.)</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-12.11.54-PM.png" class="kg-image" alt="How To Customize The Breakdance Grid Layout" loading="lazy" width="2000" height="714" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-11-at-12.11.54-PM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-11-at-12.11.54-PM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-11-at-12.11.54-PM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-11-at-12.11.54-PM.png 2400w" sizes="(min-width: 720px) 720px"></figure><ul><li>Create a 2-Colum and 3-Row layout on <strong>visualgridbuilder.com</strong> (2-columns, 3 rows, 6 total blocks)</li><li>Click the <strong>Get the code</strong> button to open the &quot;CSS for your Grid&quot; panel</li><li>Scroll down to the Grid Items code - Example: .grid-item-1 { grid-area: 1 / 1 / 2 / 2; }</li><li>Copy the code inside the brackets for the first item - Example: <strong>grid-area: 1 / 1 / 2 / 2;</strong></li></ul><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png" class="kg-image" alt="How To Customize The Breakdance Grid Layout" loading="lazy" width="2000" height="850" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 1600w, https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-3.59.45-AM.png 2000w" sizes="(min-width: 720px) 720px"></figure><ul><li>Go to the Breakdance editor, <strong>click the first grid item</strong>... (Div)<ul><li>Click the <strong>Gear Icon</strong> (Settings) (Left-Sidebar)</li><li>Click the Advanced tab</li><li>Paste the copied code into the Custom CSS pane</li><li>Click the <strong>Save button</strong> (Top-Right)</li></ul></li><li>Repeat for all other items in your grid.</li></ul><p>That&#x2019;s it.</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-11-at-9.11.00-AM.png" class="kg-image" alt="How To Customize The Breakdance Grid Layout" loading="lazy" width="2000" height="1737" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-11-at-9.11.00-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-11-at-9.11.00-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-11-at-9.11.00-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-11-at-9.11.00-AM.png 2400w" sizes="(min-width: 720px) 720px"></figure><p>You&#x2019;ve created a gorgeous responsive custom grid layout using the Breakdance Grid Element. <em>(Like the one I made above.)</em></p><p>Enjoy!</p><p><a href="https://breakdance.com/ref/640/?ref=demo.thewebguy.me" rel="noreferrer"><strong>Get the Breakdance Theme.</strong></a></p>]]></content:encoded></item><item><title><![CDATA[The New Judicial Friends Association Website Launches]]></title><description><![CDATA[I just launched a redesigned website for the Judicial Friends Association (JFA) in New York City. The Problem: JFA wanted to move its annual membership process online and make it easier for designated JFA members to administer their website...]]></description><link>https://demo.thewebguy.me/launched-the-new-judicial-friends-association-website/</link><guid isPermaLink="false">690e1daa3fe2fc000184fa7f</guid><category><![CDATA[News]]></category><category><![CDATA[Web Design]]></category><category><![CDATA[Nonprofit Websites]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Fri, 07 Nov 2025 16:54:57 GMT</pubDate><content:encoded><![CDATA[<p>I just launched a redesigned website for the Judicial Friends Association (JFA) in New York City.</p><p>JFA is an organization of Judges of color who preside in local, state and federal courts within the State Of New York. JFA members have a commitment to social and racial justice through the law.</p><p>Visit the site at: <a href="https://judicialfriends.org/?ref=demo.thewebguy.me" rel="noreferrer">judicialfriends.org</a></p><figure class="kg-card kg-gallery-card kg-width-wide"><div class="kg-gallery-container"><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-07-at-11.48.19-AM.png" width="2000" height="1127" loading="lazy" alt srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-07-at-11.48.19-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-07-at-11.48.19-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-07-at-11.48.19-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-07-at-11.48.19-AM.png 2400w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-07-at-11.48.34-AM.png" width="2000" height="1127" loading="lazy" alt srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-07-at-11.48.34-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-07-at-11.48.34-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-07-at-11.48.34-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-07-at-11.48.34-AM.png 2400w" sizes="(min-width: 720px) 720px"></div></div><div class="kg-gallery-row"><div class="kg-gallery-image"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-07-at-11.48.49-AM.png" width="2000" height="1127" loading="lazy" alt srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-07-at-11.48.49-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-07-at-11.48.49-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-07-at-11.48.49-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-07-at-11.48.49-AM.png 2400w" sizes="(min-width: 720px) 720px"></div><div class="kg-gallery-image"><img src="https://demo.thewebguy.me/content/images/2025/11/Screen-Shot-2025-11-07-at-11.50.48-AM.png" width="2000" height="1127" loading="lazy" alt srcset="https://demo.thewebguy.me/content/images/size/w600/2025/11/Screen-Shot-2025-11-07-at-11.50.48-AM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/11/Screen-Shot-2025-11-07-at-11.50.48-AM.png 1000w, https://demo.thewebguy.me/content/images/size/w1600/2025/11/Screen-Shot-2025-11-07-at-11.50.48-AM.png 1600w, https://demo.thewebguy.me/content/images/size/w2400/2025/11/Screen-Shot-2025-11-07-at-11.50.48-AM.png 2400w" sizes="(min-width: 720px) 720px"></div></div></div></figure><h3 id="the-problem">The Problem</h3><p>JFA wanted to move its annual membership process online and make it easier for designated JFA members to administer their website.</p><h3 id="the-solution">The Solution</h3><p>I built the new site on a modern hosting platform using my WordPress recipe. The new is both responsive and fast. It also adds fixed-term Membership features that make it easy for new members to register, and for existing members to renew their membership entirely on the JFA website.</p><p>I also mimicked the original site design creating custom post types that make it easier for site admins (with no coding skills) to create and edit content without risk of breaking the layout or design.</p>]]></content:encoded></item><item><title><![CDATA[How Small Businesses & Solopreneurs Can Setup An Online Support System]]></title><description><![CDATA[Providing great customer support is a big deal. And there’s more to it than sending emails back-and-forth with your customers...]]></description><link>https://demo.thewebguy.me/how-small-businesses-solopreneurs-can-setup-an-online-support-system/</link><guid isPermaLink="false">690a2e185e954100010e1f31</guid><category><![CDATA[Reviews]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Tue, 04 Nov 2025 18:28:45 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/11/Fluent-Support-1024x668.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/11/Fluent-Support-1024x668.png" alt="How Small Businesses &amp; Solopreneurs Can Setup An Online Support System"><p>Happy customers are the lifeline of Small Businesses.</p><p>So, providing great customer support is a big deal.</p><p>And there&#x2019;s more to it than sending emails back-and-forth with your customers.</p><h3 id="a-support-system">A Support System</h3><p>Delivering great support requires a support system that:</p><ul><li>Collects Support Request Tickets</li><li>Alerts admins of new Tickets</li><li>Enables admins to see all Tickets from a user</li><li>Tracks Ticket replies/responses</li><li>Enables admins to reuse Ticket replies/responses</li><li>Tracks admin Ticket response times</li><li>Displays/exports reports on Tickets</li></ul><p>The real key to delivering great support for Small Businesses and Solopreneurs is having the ability to setup and manage a support system fast, without technical skills, and affordably.</p><h3 id="fluent-support">Fluent Support</h3><p><a href="https://fluentsupport.com/?ref=3154" rel="noreferrer">Fluent Support</a> does all this for just $129/Year.</p><p>Fluent Support is a budget-friendly helpdesk solution that&#x2019;s perfect for small businesses and agencies.</p><p>Fluent Support is a WordPress Plugin, meaning it only works on WordPress websites.</p><p>It took me about an hour to set it up and test it on a new website I&apos;m building.</p><h3 id="free-vs-paid-version">Free vs Paid Version</h3><p>The FREE version is fine to get started for most Small Businesses and Solopreneurs. </p><p>The FREE version has these features:</p><ul><li>Unlimited Tickets</li><li>Unlimited Agents</li><li>Displays Active Tickets by Product/Service</li><li>Displays Ticket Statistics</li><li>Displays Ticket Status (Open, Active, Closed, New)</li><li>Customer Details (Activity, Stats)</li><li>Unlimited Ticket Attachments</li><li>Ticket Internal Notes</li><li>Agent Reports</li><li>Product Reports</li><li>Ticket Importer (Migration)</li><li>ReCaptcha</li><li>Email Verification</li><li>Two-Factor Authentication (2FA)</li><li>REST API</li><li><a href="https://fluentcrm.com/?ref=3154" rel="noreferrer">FluentCRM</a> &amp; <a href="https://fluentforms.com/?ref=3154" rel="noreferrer">Fluent Forms</a> Integrations</li></ul><p>The PAID version adds these features:</p><ul><li>Auto Close</li><li>Email CC</li><li>Saved Replies</li><li>Ticket Merge</li><li>Collision Detection</li><li>Activity Reports</li><li>Agent Time Tracking</li><li>Customer Satisfaction Ratings</li><li>Email Piping</li><li>Manual &amp; Automatic Workflows</li><li>Incoming Webhook</li><li>15+ WordPress Integrations</li><li>Slack, Telegram, WhatsApp, Discord Integrations</li><li>Ticket Tags</li><li>Custom Fields</li></ul><h3 id="conclusion">Conclusion</h3><p>I think Fluent Support is a terrific tool for setting up a Support System that a single person or a small team can manage.</p><p><a href="https://fluentsupport.com/?ref=3154" rel="noreferrer">Get Fluent Support here.</a></p><p>Give it a try.</p><p>Then come back and share what you think in the comments.</p><p>Enjoy!</p><p><em>Full Disclosure: I use Fluent plugins, love them, and I am an affiliate.</em></p>]]></content:encoded></item><item><title><![CDATA[Who Is WordPress For?]]></title><description><![CDATA[Who Is WordPress For?

WordPress is designed for everyone.

“Everyone” is not a niche.

The WordPress market boils down to these two audience segments…]]></description><link>https://demo.thewebguy.me/who-is-wordpress-for/</link><guid isPermaLink="false">6907a72ef22fc40001cac4de</guid><category><![CDATA[Recipes]]></category><category><![CDATA[Web Development]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Mon, 03 Nov 2025 10:46:41 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/11/Who-Is-WordPress-For.png" medium="image"/><content:encoded><![CDATA[<figure class="kg-card kg-embed-card"><iframe src="https://player.vimeo.com/video/1132991615?app_id=122963" width="426" height="240" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share" referrerpolicy="strict-origin-when-cross-origin" title="Who Is WordPress For"></iframe></figure><img src="https://demo.thewebguy.me/content/images/2025/11/Who-Is-WordPress-For.png" alt="Who Is WordPress For?"><p>Who Is WordPress For?<br><br>WordPress is designed for everyone.<br><br>&#x201C;Everyone&#x201D; is not a niche.<br><br>The WordPress market boils down to these two audience segments&#x2026;</p><p>Coders &amp; Non-Coders.<br><br>WordPress is complicated.<br><br>Find out how to make WordPress easy.<br><br>Watch the full video above! <br><br><em>What do you hate about WordPress?</em></p><p>Share it.</p>]]></content:encoded></item><item><title><![CDATA[Affinity Creative Apps Are Now FREE!!!]]></title><description><![CDATA[Affinity Designer, Affinity Photo, and Affinity Publisher have been merged into the all-new Canva “Affinity” app. And it’s FREE!]]></description><link>https://demo.thewebguy.me/affinity-creative-apps-are-now-free/</link><guid isPermaLink="false">69076142f22fc40001cac40b</guid><category><![CDATA[News]]></category><category><![CDATA[Reviews]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Sun, 02 Nov 2025 17:30:08 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/11/Canva-Affinity.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/11/Canva-Affinity.png" alt="Affinity Creative Apps Are Now FREE!!!"><p>Affinity Designer, Affinity Photo, and Affinity Publisher have been merged into the all-new Canva &#x201C;Affinity&#x201D; app. And it&#x2019;s FREE!</p><p>These are professional grade photo editing, design, and document layout tools that everyone can now use for free.</p><p>This is a big deal for website owners and developers who want to create optimized photos and graphics for their website.</p><h3 id="the-backstory">The Backstory</h3><p>Back in May 2024, Canva bought Serif (makers of the Affinity creative apps) for an undisclosed amount. Affinity had around 3 million users of its powerful design, photo editing, and layout apps. Affinity apps attracted a large base of creative users by charging a one-time affordable license fee (imagine that), and by making really amazing apps with professional grade features. Canva bought Affinity to better compete with Adobe which charges monthly and annual subscription fees to use its apps.</p><p>Since the sale, the Affinity team has re-imagined their apps and succefully merged them into a single &#x201C;Affinity&#x201D; app. Currently available on Windows and Mac, the Affinity app will be coming to iPad soon. The Affinity app now uses &#x201C;one universal file type&#x201D;, and features Canva integrations that allow users to quickly export designs to their Canva account. Canva Premium subscribers can use AI-powered Canva editing tools like image generation, photo cleanup, and instant copy directly within the Affinity app.</p><p>Older versions 1 and 2 of the standalone Affinity apps will still work for users who has previously purchased them. But, those legacy apps will not be updated going forward.</p><h3 id="the-threat">The Threat</h3><p>Canva has promised the new Affinity app will be &#x201C;Free Forever.&#x201D;</p><p>Like Adobe, Canva also uses a subscription business model&#x2013;locking most of its capabilities behind subscription paywalls. This raises concerns that Affinity is likely to <a href="https://www.theverge.com/2024/3/26/24112585/it-didnt-take-long-for-canvas-affinity-acquisition-to-feel-ominous?ref=demo.thewebguy.me">adopt Canva&#x2019;s </a><a href="https://www.theverge.com/2024/3/27/24113423/affinity-canva-acquisition-pledge-license-price-subscription?ref=demo.thewebguy.me">subscription-based approach</a>.</p><p>Canva and Affinity have <a href="https://affinity.serif.com/en-us/press/newsroom/affinity-and-canva-pledge/?ref=demo.thewebguy.me">published a joint pledge</a> promising to keep Affinity software &#x201C;fair, transparent, and affordable.&#x201D; This includes &#x201C;the perpetual licenses that have made Affinity special.&#x201D;</p><p>While fulfilling that pledge would actually be great for business, there is a long history of corporate lust for profits choosing to kill off revenue growth pollinators like free offerings and their loyal niche supporters.</p><h3 id="the-upside">The Upside</h3><p>Overall this is a big deal for anyone who owns or manages a website.</p><p>Creating web optimized images and graphics requires special tools and skills. Making these tools free may lead to more websites having better images and graphics.</p><h3 id="notes">Notes</h3><p>The new Affinity app will open files made with the legacy Affinity Designer, Affinity Photo, and Affinity Publisher apps. Those legacy apps cannot open files made in the new Affinity app.</p><p>There is a small learning curve using the new Affinity app for legacy app users. Though most of the features and workflows are unchanged.</p><p>A key benefit of the new Affinity app is the ability to move between the design, photo, and layout features instantly in the same app. (Cool!)</p><p>I highly recommend trying the new free Affinity app.</p><p>Or, if you were an Affinity user, login to your Affinity account and download copies of the legacy apps to save and use.</p><p>Get the new Affinity app here: <a href="https://www.affinity.studio/?ref=demo.thewebguy.me"><strong>https://www.affinity.studio/</strong></a></p><p>Enjoy!</p>]]></content:encoded></item><item><title><![CDATA[I Found The Perfect Website Template]]></title><description><![CDATA[I’ve been invited to test a new product that launches to the public on November 10th. It’s what I always wanted... the perfect website template. Here’s what I mean by “the perfect website template...”]]></description><link>https://demo.thewebguy.me/i-found-the-perfect-website-template/</link><guid isPermaLink="false">69038179717489000176c633</guid><category><![CDATA[Reviews]]></category><category><![CDATA[Web Design]]></category><category><![CDATA[Web Development]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Fri, 31 Oct 2025 11:30:34 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/The-Perfect-Website-Template.png" medium="image"/><content:encoded/></item><item><title><![CDATA[Website Testing Checklist]]></title><description><![CDATA[Testing is an essential part of maintaining a website.

The key is knowing what to test.

Here’s a checklist of tests to perform before launching a website, and occasionally after launch...]]></description><link>https://demo.thewebguy.me/website-testing-checklist/</link><guid isPermaLink="false">68e53ffa04f75100010a498c</guid><category><![CDATA[Tools]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Tue, 21 Oct 2025 20:16:03 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/Website-Tests-2.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/10/Website-Tests-2.png" alt="Website Testing Checklist"><p>Testing is an essential part of maintaining a website.</p><p>The key is knowing what to test.</p><p>Here&#x2019;s a checklist of tests to perform before launching a website, and occasionally after launch...</p><p><strong>1 | Go to the Website on a Phone, Laptop, and Desktop device.</strong></p><ul><li>Confirm the website Home page appears.</li></ul><p><strong>2 | Go to the Website using the &#x201C;www.&#x201D; prefix.</strong></p><ul><li>Confirm the website Home page appears.</li></ul><p><strong>3 | Click main navigation links.</strong></p><ul><li>Click each link in the site main navigation.</li><li>Confirm the links go to the intended URLs.</li></ul><p><strong>4 | Click buttons and links on each page.</strong></p><ul><li>Go to each page on the site.</li><li>Click each button/link and confirm the link goes to the intended URL.</li></ul><p><strong>5 | Test site Forms</strong></p><ul><li>Go to other Forms on the site and submit each form;</li><li>Confirm the form submits;</li><li>Confirm a site admin receives a form submission alert email;</li><li>Confirm receipt of a form submission &#x201C;Thank You&#x201D; email (sent to the email address entered into the form).</li></ul><p><strong>6 | Test Site Features</strong></p><ul><li>Book an Appointment<ul><li>Confirm a site admin receives a Booking alert email.</li><li>Confirm receipt of a Booking confirmation email (sent to the email address entered into the booking form).</li><li>Login to the site admin and confirm the Booking appears.</li></ul></li><li>RSVP or Register for an Event<ul><li>Confirm a site admin receives an Event registration alert email.</li><li>Confirm receipt of an Event registration confirmation email (sent to the email address entered into the Event registration form).</li><li>Login to the site admin and confirm the Event registration appears.</li></ul></li><li>Register or Purchase a Membership<ul><li>Confirm a site admin receives a Membership registration alert email.</li><li>Confirm receipt of a Membership registration confirmation email (sent to the email address entered into the Membership registration form).</li><li>Login to the site admin and confirm the Membership registration appears.</li></ul></li><li>Purchase a Product (E-commerce)<ul><li>Confirm a site admin receives a Purchase alert email.</li><li>Confirm receipt of a Purchase confirmation email (sent to the email address entered into the Checkout form).</li><li>Login to the site admin and confirm the Product Purchase appears.</li></ul></li></ul><p><strong>7 | Test Blog Comments</strong></p><ul><li>Submit a Blog comment.</li><li>Confirm a site admin receives a New Comment alert email.</li><li>Login to the site admin and &#x201C;Approve&#x201D; the Blog comment.</li><li>Go to the blog and onfirm the Blog comment was posted.</li></ul><p><strong>8 | Test Footer Links</strong></p><ul><li>Click all Footer links and the links go to the intended URLs.</li></ul><p><strong>9 | Test Email Automations</strong></p><ul><li>Test &#x201C;Welcome&#x201D; Emails:<ul><li>Appointment Booked Email: List what will be learned; what benefit(s) will be received; and what is needed for the session/meeting.</li><li>Event Registration Email: List the event agenda and key takeaways. </li><li>Membership Registration Email: List member benefits.</li><li>Product Purchase Email: List product features and key benefits.</li></ul></li></ul><p><strong>10 | Review Privacy Policy &amp; Terms Of Use Docs</strong></p><ul><li><a href="http://webguy.flawlessweb.site/wp-content/uploads/sites/25/2025/10/Services-Provider-Privacy-Terms-Templates.zip?ref=demo.thewebguy.me" rel="noreferrer">Download my Services Business Privacy Policy and Terms Of Use Templates.</a> <em>(Apple Pages, Microsoft Word, and PDF files)</em></li><li>Have a Lawyer review your site Privacy Policy and Terms Of Use docs.</li></ul>]]></content:encoded></item><item><title><![CDATA[Learn CSS: How To Style Superscript Text]]></title><description><![CDATA[I’m redesigning a website, and I added a “TM” trademark symbol to a headline... it didn’t look good.

The trademark symbol was bold and stood out too much.

Here’s how I fixed it...]]></description><link>https://demo.thewebguy.me/how-to-style-superscript-text/</link><guid isPermaLink="false">68f7a8931fbd080001467e5a</guid><category><![CDATA[Recipes]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Tue, 21 Oct 2025 19:53:45 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/Style-Superscript-CSS.png" medium="image"/><content:encoded><![CDATA[<figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM.png" class="kg-image" alt="Learn CSS: How To Style Superscript Text" loading="lazy" width="1524" height="288" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM.png 1000w, https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM.png 1524w" sizes="(min-width: 720px) 720px"></figure><img src="https://demo.thewebguy.me/content/images/2025/10/Style-Superscript-CSS.png" alt="Learn CSS: How To Style Superscript Text"><p>I&#x2019;m redesigning a website, and I added a &#x201C;&#x2122;&#x201D; trademark symbol to a headline... it didn&#x2019;t look good.</p><p>The trademark symbol was bold and stood out too much.</p><p>Here are the changes I wanted to make...</p><ul><li>Un-bold the &#x201C;&#x2122;&#x201D; trademark symbol.</li><li>Reduce the size of the &#x201C;&#x2122;&#x201D; trademark symbol (a bit).</li><li>Adjust the height position of the &#x201C;&#x2122;&#x201D; trademark symbol.</li></ul><p>Web browsers can render content in funny ways.</p><p>CSS was invented to give web designers tight control over how web browsers display content.</p><p>So I added some CSS.</p><p>Here&#x2019;s how I made it look better...</p><p>First I created the headline with the &#x201C;&#x2122;&#x201D; trademark symbol in it.</p><p>Type Option+2 for a &#x201C;&#x2122;&#x201D; trademark symbol.<br>Type Option+g for a &#x201C;&#xA9;&#x201D; copyright symbol.</p><p>Here&#x2019;s the original headline code:</p><pre><code class="language-html">&lt;h1&gt;I Make WordPress Easy&#x2122; for non-coders, web designers, and developers.&lt;/h1&gt;</code></pre><p>Here&#x2019;s how that original headline code looked:</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM-1.png" class="kg-image" alt="Learn CSS: How To Style Superscript Text" loading="lazy" width="1524" height="288" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM-1.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM-1.png 1000w, https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-21-at-12.09.42-PM-1.png 1524w" sizes="(min-width: 720px) 720px"></figure><p>To fix the way the &#x201C;&#x2122;&#x201D; trademark symbol looks, I added a SPAN tag around the trademark symbol with some CSS code.</p><p>Here&#x2019;s the final headline code with the CSS style code:</p><pre><code class="language-html">&lt;h3&gt;I Make WordPress Easy&lt;span style=&quot;font-weight: 400; font-size:2rem; position: relative; bottom: .35rem;&quot;&gt;&#x2122;&lt;/span&gt; for non-coders, web designers, and developers.&lt;/h3&gt;</code></pre><p>Below is a breakdown of each of the 4 CSS tags I added:</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/10/Style-Superscript-CSS-1.png" class="kg-image" alt="Learn CSS: How To Style Superscript Text" loading="lazy" width="1080" height="551" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/10/Style-Superscript-CSS-1.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/10/Style-Superscript-CSS-1.png 1000w, https://demo.thewebguy.me/content/images/2025/10/Style-Superscript-CSS-1.png 1080w" sizes="(min-width: 720px) 720px"></figure><ul><li>Added a <strong>&lt;span&gt;&#x2122;&lt;/span&gt;</strong> tag around the &#x201C;&#x2122;&#x201D; trademark symbol.</li><li>Added some CSS to the opening span tag like this: &lt;span style=&quot;&quot;&gt;</li><li>Reset the font-weight using this CSS:<strong> </strong>&lt;span style=&quot;<strong>font-weight: 400;</strong>&quot;&gt;</li><li>Reset the font-size using this CSS: &lt;span style=&quot;font-weight: 400; <strong>font-size: 2rem;</strong>&quot;&gt;</li><li>Set the position using this CSS: &lt;span style=&quot;font-weight: 400; font-size: 2rem; <strong>position: relative;</strong>&quot;&gt;</li><li>Set bottom spacing (raise the element up) using this CSS: &lt;span style=&quot;font-weight: 400; font-size: 2rem; position: relative; <strong>bottom: .35rem;</strong>&quot;&gt;</li></ul><p>Here&#x2019;s how the headline looks after adding the completed SPAN tag with the CSS:</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-21-at-12.10.23-PM.png" class="kg-image" alt="Learn CSS: How To Style Superscript Text" loading="lazy" width="1524" height="288" srcset="https://demo.thewebguy.me/content/images/size/w600/2025/10/Screen-Shot-2025-10-21-at-12.10.23-PM.png 600w, https://demo.thewebguy.me/content/images/size/w1000/2025/10/Screen-Shot-2025-10-21-at-12.10.23-PM.png 1000w, https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-21-at-12.10.23-PM.png 1524w" sizes="(min-width: 720px) 720px"></figure><p>The difference is subtle. But it is a noticeable difference.</p><p>CSS is a powerful web design coding language.</p><p>Are you using CSS on your website?</p><p>Consider consulting a web developer about how CSS can enhance your website.</p><p>If you want to learn CSS, here&#x2019;s my favorite CSS book: <a href="https://amzn.to/4ouauGz?ref=demo.thewebguy.me">https://amzn.to/4ouauGz</a></p><p>Cheers!</p>]]></content:encoded></item><item><title><![CDATA[How To Use Conditions In A WordPress Navigation Menu]]></title><description><![CDATA[Use visibility conditions to show/hide navigation menu links to add context and to provide a better user experience.]]></description><link>https://demo.thewebguy.me/how-to-use-conditions-in-a-wordpress-navigation-menu/</link><guid isPermaLink="false">68e3c445c0e2de0001627e4e</guid><category><![CDATA[Recipes]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Mon, 06 Oct 2025 16:40:35 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/Menu-Visibility-1.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/10/Menu-Visibility-1.png" alt="How To Use Conditions In A WordPress Navigation Menu"><p>Setting visibility conditions for website menu links can improve a sites overall user experience.</p><p>I&#x2019;m redesigning a nonprofit website for the Judicial Friends Association (JFA) and I use visibility conditions to show/hide navigation menu links to add context and provide a better user experience.</p><p>I&#x2019;m going to break this down...</p><h3 id="menu-requirements">Menu Requirements</h3><p>Here are the functional requirements for the JFA website Main Menu:</p><ul><li>Make it easy for new members to register.</li><li>Make it easy for members to renew their Membership each year.</li><li>Make it easy for members to access and manage their Membership account.</li><li>Make it easy for site visitors to access site content.</li></ul><p>It helps to list the requirements of your website menu.</p><h3 id="the-site-map">The Site Map</h3><p>Here is the Site Map showing the sites&#x2019; main navigation structure:</p><p>1.0 Logo - Links to the site Home page.<br>2.0 Highlights - Blog posts.<br>3.0 About<br>- 3.1 President&#x2019;s Message<br>- 3.2 Board Of Directors<br>- 3.3 About Us<br>- 3.4 Our History<br>- 3.5 Scholarships<br>- 3.6 Internships<br>4.0 Membership <em>(Show/Hide Condition)</em><br>5.0 My Account <em>(Show/Hide Condition)</em><br>6.0 Login <em>(Show/Hide Condition)</em><br>7.0 Logout <em>(Show/Hide Condition)</em></p><h3 id="how-it-works">How It Works</h3><p>Here&#x2019;s a breakdown of how this works.</p><p>I set visibility Conditions for 4 of the menu items as follows:</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-06-at-9.26.48-AM.png" class="kg-image" alt="How To Use Conditions In A WordPress Navigation Menu" loading="lazy" width="572" height="1112"></figure><p><strong>Membership</strong> | Condition: Visible to Logged-Out users.</p><figure class="kg-card kg-image-card"><img src="https://demo.thewebguy.me/content/images/2025/10/Screen-Shot-2025-10-06-at-9.27.49-AM.png" class="kg-image" alt="How To Use Conditions In A WordPress Navigation Menu" loading="lazy" width="572" height="1112"></figure><p><strong>My Account</strong> | Condition: Visible to Logged-In users.</p><p><strong>Login</strong> | Condition: Visible to Logged-Out users.</p><p><strong>Logout</strong> | Condition: Visible to Logged-In users.</p><p>The result is users see what they need to see based upon their logged-in status.</p><div class="kg-card kg-callout-card kg-callout-card-green"><div class="kg-callout-text">My demo features a WordPress Navigation Menu made with the Breakdance Theme&#x2019;s &#x201C;Menu Builder&#x201D; element. You can re-create this using your website menu builders Conditions feature.</div></div><p>There are many use cases for using visibility conditions in a WordPress navigation menu. Here are a few examples:</p><ul><li>Show a link IF a users role is Customer.</li><li>Show a link IF the day of the week is Friday.</li><li>Show a link IF a users registration date is Before/After a specific date.</li></ul><p>Try adding visibility conditions to your website menu and see how it improves your site.</p><p>Cheers!</p>]]></content:encoded></item><item><title><![CDATA[Redesign My Website – DONE!]]></title><description><![CDATA[I Just Finished Redesigning My Website

Want to see it?]]></description><link>https://demo.thewebguy.me/redesign-my-website-done/</link><guid isPermaLink="false">68e02ae5a299970001bad4e3</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Fri, 03 Oct 2025 20:12:53 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/Website-Redesign-4.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/10/Website-Redesign-4.png" alt="Redesign My Website &#x2013; DONE!"><p>I Just Finished Redesigning My Website</p><p>Want to see it?</p><p>I wanted to redesign my website with these functional requirements:</p><ol><li>Collect Newsletter Subscribers</li><li>Present My Capabilities</li><li>Have Free + Paid Newsletter Subscribers</li><li>Collect &amp; Qualify Quote Requests</li><li>Advanced SEO</li><li>Email Newsletter Subscribers Whenever I Publish A Newsletter</li><li>Manage Everything On My Website (No Other Apps or Services)</li></ol><p>This is a Content Creators website.</p><p>It&#x2019;s a minimalist design that:</p><p>&#x2022; Communicates my value proposition.<br>&#x2022; Shares my Methodology.<br>&#x2022; Shares my clients &amp; my work.<br>&#x2022; Collects leads.</p><p>It does all this on just 4 pages.</p><p>It uses &#x201C;The Web Guy&#x201D; logo and brand system.</p><p><a href="http://webguy.flawlessweb.site/wp-content/uploads/sites/25/2025/10/The-Web-Guy-Website-2026.pdf?ref=demo.thewebguy.me" rel="noreferrer"><strong>Download The UI Designs Here</strong></a></p><p>Want to follow along as I build it?</p><p><a href="https://buff.ly/3Rj30c6?ref=demo.thewebguy.me" rel="noreferrer"><strong>Subscribe and I&#x2019;ll email you updates on the process</strong></a>.</p>]]></content:encoded></item><item><title><![CDATA[I Just Finished Redesigning My Website]]></title><description><![CDATA[First, here are my new website requirements:
- Collect Newsletter Subscribers
- Present My Capabilities
- Have Free + Paid Newsletter Subscribers
- Collect & Qualify Quote Requests
- Advanced SEO
- Email Subscribers Whenever I Publish
- Manage Everything On My Website]]></description><link>https://demo.thewebguy.me/i-just-finished-redesigning-my-website/</link><guid isPermaLink="false">68dfd4d4a299970001bad4b3</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Fri, 03 Oct 2025 14:22:36 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/Website-Redesign-3.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/10/Website-Redesign-3.png" alt="I Just Finished Redesigning My Website"><p>Want to see it?</p><p>First, here are my new website requirements:</p><ol><li>Collect Newsletter Subscribers</li><li>Present My Capabilities</li><li>Have Free + Paid Newsletter Subscribers</li><li>Collect &amp; Qualify Website Design Quote Requests</li><li>Advanced SEO</li><li>Email Newsletter Subscribers Whenever I Publish A Newsletter</li><li>Manage Everything On My Website (No Other Apps or Services)</li></ol><p>This is a Content Creators website.</p><p>It&#x2019;s a minimalist design that:</p><ul><li>Communicates my value proposition.</li><li>Shares my Methodology.</li><li>Shares my clients &amp; my work.</li><li>Collects leads.</li></ul><p>It does all this on just 4 pages.</p><p>It uses my &#x201C;The Web Guy&#x201D; logo and brand system.</p><p><a href="http://webguy.flawlessweb.site/wp-content/uploads/sites/25/2025/10/The-Web-Guy-Website-2026.pdf?ref=demo.thewebguy.me" rel="noreferrer"><strong>Download the Page Designs here.</strong></a></p><p>What do you think?</p><p>Want to follow along as I build it?</p><p><a href="https://demo.thewebguy.me/#/portal/signup" rel="noreferrer"><strong>Subscribe and I&#x2019;ll email you updates on the process.</strong></a></p>]]></content:encoded></item><item><title><![CDATA[New Release: Bricks 2.1-beta]]></title><description><![CDATA[Bricks 2.1 beta is has been released.
This beta release reveals the 10 major new features coming in the final 2.1 version...]]></description><link>https://demo.thewebguy.me/new-release-bricks-2-1-beta/</link><guid isPermaLink="false">68dd73fb49518d0001c9254b</guid><category><![CDATA[News]]></category><category><![CDATA[Bricks Builder]]></category><category><![CDATA[Themes]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Wed, 01 Oct 2025 18:53:08 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/10/Bricks-2-1-beta.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/10/Bricks-2-1-beta.png" alt="New Release: Bricks 2.1-beta"><p>Bricks 2.1 beta is has been released.</p><p>This beta release reveals the 10 major new features coming in the final 2.1 version.</p><p>WARNING: Do not use a beta version on a production website.</p><p>The features in version 2.1 will streamline and improve development workflows.</p><p>Here are the 10 new Bricks features:</p><ol><li>Components As Blocks - Use Bricks components directly inside the WordPress block editor (Gutenberg). Not all admins work inside the Bricks Builder interface or have access to it. This feature enables all site admins to edit Bricks content.</li><li>Bricks Wireframes &amp; Design Sets - Layout Wireframes provide clean structural starting points, while Design Sets provide polished, fully-styled layouts.</li><li>Global Queries &amp; Query Manager - Create a query once and reuse it across your site. Update a query in one place and the changes apply site-wide.</li><li>Query Data from APIs - Fetch &amp; display third-party API data in your query loops&#x2014;no custom code needed. Combine WordPress content with third-party data sources for richer, more dynamic websites.</li><li>Use Frontend Forms To Create &amp; Update Posts - Let users create and edit content from the front end&#x2014;without giving them admin access or building custom endpoints.</li><li>Fluid Typography Generator - Create fluid type scales visually. Enter minimum &amp; maximum sizes and let Bricks do the math. Headings and body text scale gracefully across screen sizes. Apply the same type system across your entire site via Theme Styles.</li><li>New Map Element: Leaflet (OpenStreetMap) - Google Maps uses heavy scripts, API keys, and has usage costs. The new Map - Leaflet (OpenStreetMap) feature offers: Faster loading maps with fewer external dependencies.</li><li>User Activation Email - Sends an email with an activation link to every new user registrant. Only verified users can proceed, keeping memberships, downloads, and community areas clean. A clear &#x201C;confirm your email&#x201D; flow that&#x2019;s familiar to users.</li><li>Tabs-to-Accordion Layout On Mobile - Transform Tabs into vertically stacked accordion panels optimized for touch, starting at any breakpoint you set. Users can see headings and open multiple sections without losing their place. No squished tab labels, overflow, or wrapping problems on small screens.</li><li>Image &amp; Image Gallery Caption Styles - Define global typography, spacing, and color for all image and image gallery captions.</li></ol><p>In my opinion, these are all important enhancements that will make better websites.</p><p>Bricks is one of my top 2 best builders for WordPress.</p><p>As a reminder Bricks is for developers. And coding skills are required to use Bricks effectively.</p><p>That being said&#x2026; check out the Bricks 2.1 beta. And let me know what you think.</p><p>Cheers!</p>]]></content:encoded></item><item><title><![CDATA[Fix 403 Errors That Appear In Breakdance]]></title><description><![CDATA[If you have a WordPress website that uses the Breakdance theme and the Wordfence Security plugin, you may see 403 Error messages appear when using the Breakdance builder. Follow the steps below to fix this issue...]]></description><link>https://demo.thewebguy.me/fix-403-errors-that-appear-in-breakdance/</link><guid isPermaLink="false">68daaf8e2bd81c0001f6c6e8</guid><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Mon, 29 Sep 2025 16:19:51 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/09/Screen-Shot-2025-09-29-at-11.07.16-AM.png" medium="image"/><content:encoded><![CDATA[<h2 id="if-you-have-a-wordpress-website-that-uses-the-breakdance-theme-and-the-wordfence-security-plugin-you-may-see-403-error-messages-appear-when-using-the-breakdance-builder">If you have a WordPress website that uses the Breakdance theme and the Wordfence Security plugin, you may see 403 Error messages appear when using the Breakdance builder.</h2><img src="https://demo.thewebguy.me/content/images/2025/09/Screen-Shot-2025-09-29-at-11.07.16-AM.png" alt="Fix 403 Errors That Appear In Breakdance"><p>The Wordfence Security plugin aggressively checks for potential threats to a website. This issue is caused by the default <strong>XSS Cross Site Scripting</strong> setting in Wordfence. With this setting enabled, Wordfence sees the way Breakdance (and other WordPress themes) uses cross-site scripting as a potential security risk. This setting catches any potentially insecure requests and blocks them, which triggers the 403 error messages. The problem is these requests are not a threat.</p>]]></content:encoded></item><item><title><![CDATA[Want Feedback On Your Programs/Services? Here’s A Recipe For How To Get It!]]></title><description><![CDATA[As a nonprofit or a service provider, a user feedback survey is more than just a few checkboxes—done right, it’s a foundation for continuous improvement, building deeper trust, and achieving better outcomes.]]></description><link>https://demo.thewebguy.me/how-to-boost-program-service-quality-with-a-survey-and-email-sequence/</link><guid isPermaLink="false">68d17ac916c0be000164d850</guid><category><![CDATA[Recipes]]></category><category><![CDATA[Nonprofit Websites]]></category><category><![CDATA[Surveys]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Mon, 22 Sep 2025 17:48:21 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/09/Want-Feedback.png" medium="image"/><content:encoded><![CDATA[<h3 id="introduction">Introduction</h3><img src="https://demo.thewebguy.me/content/images/2025/09/Want-Feedback.png" alt="Want Feedback On Your Programs/Services? Here&#x2019;s A Recipe For How To Get It!"><p>The key to making an impact is listening.</p><p>A<em> user feedback survey</em> is more than just a few checkboxes&#x2014;done right, it&#x2019;s a foundation for continuous improvement, building deeper trust, and achieving better outcomes.</p><p>In this post, you&#x2019;ll get my recipe for:</p><ul><li>A ready-to-use <strong>Program/Service Satisfaction Survey</strong></li><li>A 3-Part Email Sequence designed to maximize survey responses</li><li>Actionable tips for making the survey feel meaningful (so people <em>want</em> to fill it out)</li></ul><p>Let&#x2019;s get started.</p>]]></content:encoded></item><item><title><![CDATA[The Form Builder Features Checklist]]></title><description><![CDATA[A checklist of the 30 features you want a website Form Builder to have.]]></description><link>https://demo.thewebguy.me/form-builder-features-checklist/</link><guid isPermaLink="false">68cddcc3cb1a0d0001358d20</guid><category><![CDATA[Forms]]></category><dc:creator><![CDATA[Edward Phelps]]></dc:creator><pubDate>Fri, 19 Sep 2025 23:02:32 GMT</pubDate><media:content url="https://demo.thewebguy.me/content/images/2025/09/Form-Features-Checklist.png" medium="image"/><content:encoded><![CDATA[<img src="https://demo.thewebguy.me/content/images/2025/09/Form-Features-Checklist.png" alt="The Form Builder Features Checklist"><p>A checklist of the 30 features you want a website Form Builder to have.</p><p>Enjoy!</p><div class="kg-card kg-button-card kg-align-left"><a href="http://webguy.flawlessweb.site/wp-content/uploads/sites/25/2025/09/Form-Builder-Features-Checklist.pdf?ref=demo.thewebguy.me" class="kg-btn kg-btn-accent">Download The Checklist</a></div>]]></content:encoded></item></channel></rss>