This plugin is outdated and might not be supported anymore
Search Placeholder Avada

Search Placeholder Avada

Details
View on WordPress

Customise your search placeholder text!

Search Placeholder Avada allows you to add your own custom placeholder text for Avada’s search input box.

There’s new support for all themes.

Usage

Originally built for Avada by ThemeFusion, you can now use this on any theme.

With version 2.0, there’s built-in support for Avada and WordPress default themes. You can also use a PHP hook (filter) to add any CSS selector you need.

The plugin settings are under Settings > Search Placeholder Avada.

Example Filter for Supporting Any Theme

/** Search Placeholder Avada: filter for your own CSS selectors. Separate selectors with a comma. */

add_filter( 'search_placeholder_css_selectors', function() {
        return ".this-is-a-test-class, #this-is-a-test-id, .another-class";
    }
);

Tweak the filter for your needs. Then, add it to your child theme’s functions.php file or use a code snippets plugin that supports adding PHP hooks.

Disclaimer

The Search Placeholder Avada plugin and its author are not affiliated with Avada or ThemeFusion in any way.

Details

Plugin code:
search-placeholder-avada
Plugin version:
2.0.0
Outdated:
Yes
WP version:
5.3.2 or higher
PHP version:
7.2.18 or higher
Test up to WP version:
6.1.7
Total installations:
100
Last updated:
2022-12-18
Rating:
Times rated:
1
avada
header
placeholder
search
themefusion