WordPress

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 »

Avada Compatibility Update For WordPress 5.6

Compatibility with WordPress is at the center of every theme and plugin developer’s mandate, and here at ThemeFusion, this is no different. We consistently advocate via social media and our support channels for all Avada users to ensure that their theme and plugins are kept up to date at all times. WordPress 5.6 And […]

The post Avada Compatibility Update For WordPress 5.6 appeared first on ThemeFusion | Avada Website Builder.

Avada Compatibility Update For WordPress 5.6 Read More »

How to Fix the ‘Sorry, This File Type Is Not Permitted for Security Reasons’ WordPress Error

If you encounter the “Sorry, This File Type Is Not Permitted for Security Reasons” error when trying to upload a file to the WordPress Media Library, be rest assured that it’s there for a good reason, and is easy to fix. In this article, we will explain why this restriction occurs. We will list various […]

The post How to Fix the ‘Sorry, This File Type Is Not Permitted for Security Reasons’ WordPress Error appeared first on ThemeFusion | Avada Website Builder.

How to Fix the ‘Sorry, This File Type Is Not Permitted for Security Reasons’ WordPress Error Read More »

How to Feature a Quiz on Your WordPress Website

The digital marketing space is highly competitive. If you want to stay ahead of the game and keep your users hooked, you need to offer them unique and engaging content. Depending on your target audience, interactive features such as online quizzes may be the right way to go. Online quizzes are now commonplace and have […]

The post How to Feature a Quiz on Your WordPress Website appeared first on ThemeFusion | Avada Website Builder.

How to Feature a Quiz on Your WordPress Website Read More »

Update To Resolve The WordPress 5.3 And Avada Custom Image Size Generation Issue

Avada 6.1.2 has just released, which resolves a compatibility issue between WordPress 5.3 and Avada’s uncropped custom image sizes. As of the latest WordPress update to version 5.3, a new way of saving additional image sizes to the database has been introduced whenever an image is uploaded to the library. Unfortunately, this adjustment is not […]

The post Update To Resolve The WordPress 5.3 And Avada Custom Image Size Generation Issue appeared first on ThemeFusion | Professional Website Tools.

Update To Resolve The WordPress 5.3 And Avada Custom Image Size Generation Issue Read More »

Give your title bar text a shadow in WordPress Avada theme

Log into WordPress and navigate to: ‘Avada’ > ‘Theme Options’ > ‘Custom CSS’. In the Custom CSS field enter this text: /* page title bar font styling*/ .fusion-page-title-bar .fusion-page-title-row h1 { text-shadow:2px 2px 2px #000000; } Set the ‘text-shadow’ property to whatever you want. In this example it’s set to 2px pixels and black shadow.

Give your title bar text a shadow in WordPress Avada theme Read More »

Avada Theme CSS Tricks

How to make the logo appear to hang beneath the main menu bar in Avada Theme

You can have a logo drop beneath the menu bar to give it some depth by adding following custom css. Theme options -> custom css .fusion-logo { margin-top: -5px !important; margin-right: 0px; margin-bottom: -42px !important; margin-left: 0px; } Click “Save all changes”, clear your browser cache and see difference on front-end. You can adjust the

How to make the logo appear to hang beneath the main menu bar in Avada Theme Read More »