Search Results Page

This topic contains 9 replies, has 3 voices, and was last updated by  Paolo 8 years, 5 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #60516

    janine dodge
    Expired Member
    Post count: 153

    Hi,

    The search results repeats “Search Places for:”. How can I customize this area? Thank you.

    #60517

    janine dodge
    Expired Member
    Post count: 153

    Here is a smaller file.

    #60519

    Guust
    Moderator
    Post count: 29970

    That would be something to do with your theme, that is not how it is on the demo:
    http://wpgeo.directory/?geodir_search=1&stype=gd_place&s=fountains&snear=&sgd_placecategory%5B%5D=&sgeo_lat=&sgeo_lon=
    http://wptry.it/try-geodirectory

    What theme are you using? URL and admin details if you want us to have a look. Images cannot be checked for code.

    #60676

    janine dodge
    Expired Member
    Post count: 153
    This reply has been marked as private.
    #60750

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please add this to your custom css:

    
    
    .entry-title {
        display: none;
    }

    Let us know,

    Thanks

    #60761

    Paolo
    Site Admin
    Post count: 31206

    Actually the best solution would be to remove it with this in functions.php of your child theme:

    remove_action('geodir_before_listing', 'gd_genesis_listing_page_title_bar', 9);

    Let us know,

    #61121

    janine dodge
    Expired Member
    Post count: 153

    Thanks Paolo. That removed the repeating “Search Places for:” on the listings page.

    How do you remove the reviews on the listings page only? I don’t mind having it on the detail page. Thanks.

    #61218

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    try this css:

    
    
    .geodir-rating, .geodir-pcomments {
        display: none !important;
    }

    Thanks

    p.s. would be good if you started trying to inspect elements and find the right css on your own. Customizing css of your website goes beyond support.

    #61247

    janine dodge
    Expired Member
    Post count: 153

    Thank you, Paolo. This worked.

    I’m exploring the inspecting elements. Thank you. I’m still trying to get a grasp on when I’m suppose to use inspect elements, style css, or functions.php.

    #61260

    Paolo
    Site Admin
    Post count: 31206

    inspect element and style.css go together. With inspect element you get the css to add to style.css whenever you need to change STYLE. Size, color, position of any graphic element of the website.

    In functions PHP you add code to change functions. (how the system operate and what it displays).

    Thanks

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

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

Open Support Ticket