How can I remove or lower the number of charactors in the /places page?

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

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

Open Support Ticket
  • Author
    Posts
  • #485459

    Mark Fiddes
    Free User
    Post count: 61

    Hi

    I am trying to remove the short description /places page, see here: https://www.screencast.com/t/y4irvPec

    Is it possible?

    #485463

    Alex Rollin
    Moderator
    Post count: 27815

    This CSS will hide that but should be targeted to the page you are working on.

    
    
    
    div.geodir-entry-content {
        display: none;
    }
    

    GDV1 doesn’t have display options for the post content field

    #485465

    wood2e
    Free User
    Post count: 41

    Thanks.

    So what if we wanted to limit it to say 100 charactors? That would not be possible?

    #485467

    Alex Rollin
    Moderator
    Post count: 27815

    Well, let me clarify.
    CSS is good for off/on.
    There are settings.
    If it is a shortcode then the settings for char length are in the shortcode.
    If it is a page, then the options are in
    GD – Design – Listings – Description word limit

    #485469

    wood2e
    Free User
    Post count: 41
    This reply has been marked as private.
    #485472

    Alex Rollin
    Moderator
    Post count: 27815

    These settings apply only to the listing page:
    GD – Design – Listings – Description word limit

    Limiting input count is done in the price package.

    #485475

    wood2e
    Free User
    Post count: 41
    This reply has been marked as private.
    #485477

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

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

Open Support Ticket