• Resolved foodergolove

    (@foodergolove)


    https://www.millerfoodguide.com

    Hi,
    When a user searches for something, the results page is in English, and has a Winston Churchill quote, and a bunch of stuff I do not want. All I want is the search results listed, or if there are none, the ability to customize the text: nothing else. Is this possible? Thanks all!

Viewing 15 replies - 1 through 15 (of 18 total)
  • This should take the quotes out:

    .no-results blockquote {
    display: none;
    }

    Will you be translating the search results?

    Thread Starter foodergolove

    (@foodergolove)

    Yes, I will translate them myself.

    Thread Starter foodergolove

    (@foodergolove)

    st want to translate the things like, “No results found for..” etc.

    Look inside
    “class-fire-init.php (inc/class-fire-init.php)”

    You’ll find the “Sorry” statements in there.

    Thread Starter foodergolove

    (@foodergolove)

    Ok thanks so much!

    Thread Starter foodergolove

    (@foodergolove)

    Ok that code did not remove the Churchill quotes. Any ideas? Thank you.

    Thread Starter foodergolove

    (@foodergolove)

    Ok it works now mysteriously. Thanks again.

    Thread Starter foodergolove

    (@foodergolove)

    Sorry, I cannot find class-fire-init.php anywhere. Where is it again?

    Theme editor -> class-fire-init.php
    Look for //Default 404 content

    Thread Starter foodergolove

    (@foodergolove)

    Ok thanks. I found where to alter the text for no search results there. Now, where can I change the text for found search results found? I think it is something like, “Search Results For…”

    Editor -> class-fire-utils_settings_map.php
    about 3/4 of the way down the page you’ll find what’s below.
    Try changing the ‘default’ and the ‘label’ (Make sure you back that file up, just in case 8^)

    tc_theme_options[tc_search_title]’ => array(
    ‘default’ => __( ‘Search Results for :’ , ‘customizr’ ),
    ‘label’ => __( ‘Search results page titles’ , ‘customizr’ ),
    ‘control’ => ‘TC_controls’ ,
    ‘section’ => ‘tc_post_list_settings’ ,
    ‘type’ => ‘text’ ,

    Thread Starter foodergolove

    (@foodergolove)

    Ok thanks!

    Thread Starter foodergolove

    (@foodergolove)

    Ok found it. Where do I insert my custom text?

    Thread Starter foodergolove

    (@foodergolove)

    Ok got it. Trying. Thank you!

    Thread Starter foodergolove

    (@foodergolove)

    Ok it works, but for “No Search Results For…” It puts “No” before the Chinese, then after the Chinese, “Search Results For…” Any ideas?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Customize search results page’ is closed to new replies.