Remove the Icon and the word "Address"

This topic contains 5 replies, has 3 voices, and was last updated by  Alex Rollin 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #423489

    Doug Rooney
    Expired Member
    Post count: 22

    Hi:
    Your plugins are life changing. Thank you for making them. I hope you can help me with some tweaks that I haven’t been able to figure out. Its a list. I hope that’s OK. Any help is appreciated. The site im designing is: http://gamebeast.pro/

    I want to remove the Icon and the word “Address” everywhere a listing address is shown.

    I need that address to be in one line with a coma and space between the items.

    Everywhere I have a custom field I need those items to be in a line (ok if it wraps) again with a coma and space between the individual items.

    Our website is a search site: I plan on having the search tool open at all times and therefor, I want to square up the right side of the search box in “Dropdown” position.

    I want get rid of the upper Search button and only use the bottom full width Search button.
    I’d like to get the word “Search” next to that Icon.

    Id like to change the placeholder text in my Date Range selector

    In the recent searches, in the right column. I’d like to reduce the content of those listings to Picture, Name region and Rating.

    Again any help is appreciated.Thank You. Doug Rooney

    #423562

    Kor
    Moderator
    Post count: 16516

    Hi Doug,

    Thanks for your post. I will try to help you out accordingly. Insert all custom CSS code into GD > Design > Scripts > Custom Style CSS

    #1 I want to remove the Icon and the word “Address” everywhere a listing address is shown.

    
    
    span.geodir-i-location {
        display:none!important;
    }

    #2 I need that address to be in one line with a coma and space between the items.

    
    
    span[itemprop="streetAddress"]:after, 
    span[itemprop="addressLocality"]:after,
    span[itemprop="addressRegion"]:after,
    span[itemprop="postalCode"]:after  {
        content:", "!important;
    }

    #3 Everywhere I have a custom field I need those items to be in a line (ok if it wraps) again with a coma and space between the individual items.

    Could you show me an example? Screenshot or a link

    #4 Our website is a search site: I plan on having the search tool open at all times and therefor, I want to square up the right side of the search box in “Dropdown” position.

    This can be done using the settings in the “GD > Search” widget settings. Refer to attached “search-widget.png”

    #5 I want get rid of the upper Search button and only use the bottom full width Search button.
    I’d like to get the word “Search” next to that Icon.

    Please share a screenshot for this one.

    #6 Id like to change the placeholder text in my Date Range selector.

    This can be done via translation. https://docs.wpgeodirectory.com/translate-core/

    #7 In the recent searches, in the right column. I’d like to reduce the content of those listings to Picture, Name region and Rating.

    Please share a screenshot for this one.

    Thanks!

    #423623

    Doug Rooney
    Expired Member
    Post count: 22

    The Address is perfect now. Thanks. I have attached a marked up screen shot that should help explain.
    Thanks
    Doug Rooney

    #423634

    Kor
    Moderator
    Post count: 16516

    Hi Doug,

    Thanks for your reply. I’d like you to know that we do not customization services through our forums. You can either find Freelance GD Experts here http://geodirectoryexperts.com/ that could help you with the customization or refer to this article https://wpgeodirectory.com/docs/customizing-your-style/ . But if you’ve layout issues, feel free to contact us here and we’ll try to help you out.

    Thanks!

    #423649

    Doug Rooney
    Expired Member
    Post count: 22

    Hi Kor:
    These are helpful URLs. Thanks.
    Regarding customization:
    I know there’s a line and I confess Im still not clear what that is. but these are valuable clues on how to do it myself.

    #423674

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks for the reply Doug,

    if you need step by step help with setup and want your site to match your design ideal then it is a good idea to contact an Expert to help you out.

    We are here to provide support for bugs with the plugin, and to address conflicts where the plugin features are conflicting with a theme.

    We have two big priorities for V2, one is easier setup, and 2 is to make it less likely that GD would ever conflict with a theme.

    Hope that clears some things up for you.

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

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

Open Support Ticket