Change Title ID for

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 8 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #155469

    Lynnette Braillard
    Free User
    Post count: 4

    Hello,
    I need to remove the “Sort By:” text that appears on my website next to the drop down search filter in GeoDirectory. I don’t even know where to begin to look for this. Do I edit here? https://wpgeodirectory.com/docs/codex/geodirectory_functions/geodir_display_sort_options/

    Please advise. Thank you for your help!

    #155817

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I would hide it with CSS, add this in GeoDirectory >> Design >> Scripts >> Custom CSS

    
    
    #sort_by {
        display: none;
    }

    Let us know if this helps,

    Thanks

    #155930

    Lynnette Braillard
    Free User
    Post count: 4

    Hello,
    Thank you so much for your help, but that removed the actual sort dropdown field/list, which I want to keep. I included a screenshot with the “Sort By:” text that I’d like to remove only –I want to keep the dropdown menu with sort options still.

    I appreciate your assistance. Thanks again!

    #155933

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    I don’t think there is a filter to do that and modifying core file will prevent you to update the plugin safely in the future without losing your changes.

    If you select a default sort option in GD >> Place settings >> Sorting Options, for example Title or Random, the option name will appear by default instead of Sort by.

    I think this is the only easy option you have. Anything else would require an extensive customization and I don’t think it would be worth it considering we are talking about a place holder.

    Thanks

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

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

Open Support Ticket