admin field labels show on frontend

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

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

Open Support Ticket
  • Author
    Posts
  • #204416

    BJ Bowen
    Full Member
    Post count: 73

    the sidebar shows the admin labels. For instance: Office Street Address: blah blah…

    I can’t change the labels in the GD Place Settings and have it successfully show the label on the Add-Listing.php WHILE at the same time NOT show the label on the Frontend.

    The css class can’t be set to display:none because it governs the whole div.

    the span class “display: inline-block; vertical-align: top; padding-right: 14px;” can’t be set to display:none because it’s not unique and I’m not sure what else it may affect.

    i have provided the login credentials several times… do you need it again?

    Thank you.

    #204432

    Guust
    Moderator
    Post count: 29970

    Yes we would need to login details again, but I think all you need to do is
    GD > Place Settings > Custom fields > Address Field > Show in sidebar > No

    #204440

    Paolo
    Site Admin
    Post count: 31206

    It should be easy to only hide the label with css:

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

    Let us know,

    Thanks

    #204444

    Guust
    Moderator
    Post count: 29970

    Oops, the labels only, not the content …
    Thanks Paolo, for reading properly 🙂

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