Everything you need to know about ADA web accessibility lawsuits trend in 2023

As the shifting of commerce to the digital sphere has been growing by leaps and bounds, the volume of legal actions in response to the lack of web accessibility on business sites has skyrocketed reaching a tipping point of almost 180% increment in 2018. However, these figures only indicate the number of lawsuits actually filed […]

Everything you need to know about ADA web accessibility lawsuits trend in 2023 Read More »

Remove CSS assets from WooCommerce Blocks and Gutenberg Blocks

Instructions for Remove CSS assets from Gutenberg Blocks & WooCommerce Blocks   add_action( ‘wp_enqueue_scripts’, function() { wp_dequeue_style( ‘wp-block-library’ ); wp_dequeue_style( ‘wp-block-library-theme’ ); wp_dequeue_style( ‘wc-blocks-style’ ); }, 100 );    Log into a staging or locally hosted clone of your site. Install and activate Code Snippets plugin. WP Admin > Snippets > Add New Copy and paste the

Remove CSS assets from WooCommerce Blocks and Gutenberg Blocks Read More »

With Moxie: Up Your Freelance Business with Moxie’s Client Management Tools

As the freelance landscape continues to grow and evolve, staying organized and effectively managing client relationships becomes increasingly essential. Moxie, a company known for its innovative solutions, has developed a set of powerful tools designed to empower freelancers and solo entrepreneurs in the realm of client management. In this article, we’ll explore Moxie’s client management

With Moxie: Up Your Freelance Business with Moxie’s Client Management Tools Read More »

10+ Best WordPress Lead Capture Plugins for WordPress Users in 2021

Searching for the best WordPress lead capture plugin to help you grow your email lists and connect with more customers? While WordPress doesn’t include any built-in features to capture leads beyond its user registration system, you can find dozens of useful plugins to help you capture leads in different ways and send them straight […]

The post 10+ Best WordPress Lead Capture Plugins for WordPress Users in 2021 appeared first on ThemeFusion | Avada Website Builder.

10+ Best WordPress Lead Capture Plugins for WordPress Users in 2021 Read More »

10+ Best WordPress Lead Capture Plugins for WordPress Users in 2021

Searching for the best WordPress lead capture plugin to help you grow your email lists and connect with more customers? While WordPress doesn’t include any built-in features to capture leads beyond its user registration system, you can find dozens of useful plugins to help you capture leads in different ways and send them straight […]

The post 10+ Best WordPress Lead Capture Plugins for WordPress Users in 2021 appeared first on ThemeFusion | Avada Website Builder.

10+ Best WordPress Lead Capture Plugins for WordPress Users in 2021 Read More »

Change Avada Column Order on Mobile with CSS

Mobile First CSS /** * Fix the Staggered Problem for Mobile Stacking Order * * This is a mobile-first approach. */ @media all and (min-width: 767px) { #reverse-cols1 .fusion-builder-row.fusion-row { display: flex !important; flex-flow: wrap; flex-direction: row-reverse; } } You’ll need the rest of the tutorial with screenshots at the link below, thank you @Marklchavez,

Change Avada Column Order on Mobile with CSS Read More »