Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @evilmc

    Use this code snippet to let FiboSearch know you are using the enfold theme:

    add_filter( 'dgwt/wcas/integrations/themes/current_theme_slug', function ( $slug ) {
       $slug = 'enfold';
    
       return $slug;
    } );

    You have two ways to add this code to your theme:

    Open the functions.php in your child theme and add the code at the end or install the Code Snippets plugin and apply this code as a snippet.

    Regards,
    Kris

    • This reply was modified 1 year, 11 months ago by Kris.
    • This reply was modified 1 year, 11 months ago by Kris.
    • This reply was modified 1 year, 11 months ago by Kris.
    Thread Starter Bojan Deni?

    (@evilmc)

    In this line, I need to add father theme name or child theme name? Only that I need to change?

    'dgwt/wcas/integrations/themes/current_theme_slug'
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enfold theme search’ is closed to new replies.