Customizing Supreme Theme

This topic contains 7 replies, has 3 voices, and was last updated by  Giri 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #386614

    Basar Oekke
    Buyer
    Post count: 4

    Hi,

    Im using the Child Theme Supreme.
    After search the result page is displayed.

    1 Have One Bug and two Question’s.

    Bug.. in the search result page the search form is displayed two times!
    how to fix this?

    1. Question: How can i change the search results page? I want to hide the Result map or put this under the result list.

    2. Question: Where to add any functionality to display a Text like:
    —Your search: “New York” show’s 20 Result’ near 20km—

    Have a look to the picture attachment…

    I’ve been tested the frameword theme and its result page ist almost how i want to have…
    It it is not full width. it is in a container.

    Please give me a step by step instruction for customizing… the theme…

    I hope for your fast answer

    Regards from Germany/Stuttgart

    #386694

    Kor
    Moderator
    Post count: 16516

    Hi Basar,

    Please provide WP admin access to your Website and I’ll remove the sections as shown in your screenshot for you. As for displaying “—Your search: “New York” show’s 20 Result’ near 20km—”, this would require customization.

    Thanks!

    #386703

    Basar Oekke
    Buyer
    Post count: 4

    Thanks you, really, but this wasn’t what i want.

    A step by step explaining, which template to edit,
    how to do it the right way, would help me much more…

    I want to do more customization….

    Can you give me a instruction?

    Thanks

    #386850

    Basar Oekke
    Buyer
    Post count: 4

    No answer?

    #386869

    Giri
    Expired Member
    Post count: 3155

    Hey sorry. I’m looking into it. Give me some time.

    #386883

    Giri
    Expired Member
    Post count: 3155

    You can do something like this to make search page full width

    
    
    .sd.search.geodir-page #geodir_content {
        flex-basis: 100% !important;
        width: 100% !important;
    }
    .sd.search.geodir-page .geodir-listings-sidebar-right {
        display: none !important;
    }
    #386884

    Giri
    Expired Member
    Post count: 3155

    To remove serach box in serach page

    
    
    function sd_before_listing_content_search_remove()
    {
        if (sd_is_non_location_cpt()) {
            return;
        }
        remove_action('geodir_search_content', 'sd_search_form_on_search_page', 4);
       
    }
    
    add_action('wp', 'sd_before_listing_content_search_remove');
    #386886

    Giri
    Expired Member
    Post count: 3155
    
    
    function init_sd_add_custom_serach_results_text() {
            add_action('geodir_search_content', 'sd_add_custom_serach_results_text', 4);
    }
    add_action('wp', 'init_sd_add_custom_serach_results_text');
    
    function sd_add_custom_serach_results_text() {
         echo __('Your Search Results for ', 'supreme-directory').get_search_query(false);
    }

    If you need number of results and distance range you need to hire a dev.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount