Customize Supreme Homepage Display

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

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

Open Support Ticket
  • Author
    Posts
  • #265019

    Ed Lynch
    Buyer
    Post count: 56

    Hi,

    I need help with the following if possible. Require CSS to.

    1. Display Categories Only On Supreme Homepage.
    (removing search field, near me field & popular categories display)

    2. Listing Page
    Removing the search field only.
    (leaving the category, near me & advanced fields)

    3. Remove or Comments & Ratings completely from directory.

    #265188

    Kor
    Moderator
    Post count: 16516

    Hi Ed,

    I’ll try to answer your questions accordingly.

    #1 Use this custom CSS

    
    
    .featured-area input.search_text.ac_input,
    .featured-area input.snear.ac_input,
    .featured-area .geodir-cat-list,
    .featured-area .near-compass {
        display:none;
    }
    
    .geodir_custom_posts .featured-area .geodir-search .search_by_post {
        width: 80%;
    }
    
    .featured-area .geodir-search input[type="button"] {
        width: 18%;
    }

    #2 Use this to hide the search field

    
    
    .geodir_custom_posts #geodir_content .geodir-search input.search_text {
        visibility:hidden;
    }

    #3 You can disable comments completely, just close comments in Settings > Discussion and also individually on each listing you already have in your database.

    #265238

    Ed Lynch
    Buyer
    Post count: 56
    This reply has been marked as private.
    #265240

    Ed Lynch
    Buyer
    Post count: 56
    This reply has been marked as private.
    #265242

    Ed Lynch
    Buyer
    Post count: 56
    This reply has been marked as private.
    #265243

    Ed Lynch
    Buyer
    Post count: 56
    This reply has been marked as private.
    #265248

    Ed Lynch
    Buyer
    Post count: 56
    This reply has been marked as private.
    #265269

    Kor
    Moderator
    Post count: 16516

    Hi Ed,

    I’ve just made some adjustments to the custom CSS. Could you please check on it and see if it’s what you’re looking for?

    #265453

    Paolo
    Site Admin
    Post count: 31206

    Hi Ed,

    please avoid to open another topic for something we are working on already: https://wpgeodirectory.com/support/topic/restricting-search-criteria/page/2/#post-265452

    You make us do the work twice for nothing.

    Thanks

    #265508

    Ed Lynch
    Buyer
    Post count: 56
    This reply has been marked as private.
    #265617

    Paolo
    Site Admin
    Post count: 31206

    hi Ed,

    done what I could which are point 1 and 4.

    I explained why the sorting option are appearing when visiting a category page and not after performing a search. Even though the layout is similar,t hose are 2 different things.

    About point 3 that gap is for the search button when you close the customize search options.

    Thanks

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

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

Open Support Ticket