Formatting problem in more info tab

This topic contains 15 replies, has 4 voices, and was last updated by  Andrew Noakes 6 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #389982

    Andrew Noakes
    Free User
    Post count: 30

    Hi,

    I’m encountering a formatting issue in the ‘more info’ tab on my listings. When I include a ‘text area’ field in the tab, and the text area includes more than one paragraph of text, lines appear between the paragraphs almost as if it’s a new section.

    This must be a formatting bug. Is there a way to fix it with CSS?

    Also, I was wondering, is it possible to increase the size (specifically the height) of the text input boxes for text areas on the add listing page. They’re a little small by default. I know the user can change them by clicking on the bottom left corner, but most won’t be aware of that.

    Thanks,

    Andrew

    #390055

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    #390116

    Andrew Noakes
    Free User
    Post count: 30
    This reply has been marked as private.
    #390168

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    Let me try to answer your questions accordingly.

    Use this custom CSS to remove the bottom line on each paragraph.

    
    
    .geodir-company_info p {
        padding: 5px 0 15px 0;
        margin: 5px 0 10px 0;
        border-bottom: 1px #eee solid;
        line-height: 19px;
    }

    #1 Use this to increase the height.

    
    
    .geodir_textarea {
        height:200px!important;
    }

    #2 Can I have a screenshot of this?

    #3 You can achieve this with a “Custom Field” and here is the section of the documentation for your reference https://wpgeodirectory.com/docs/core-place-settings/#text

    #4 You mean the place description text area? Or all text areas?

    Thanks!

    #390287

    Andrew Noakes
    Free User
    Post count: 30
    This reply has been marked as private.
    #390293

    Andrew Noakes
    Free User
    Post count: 30
    This reply has been marked as private.
    #390302

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    Sorry my mistake, please use the custom CSS code below to remove the border from the paragraph.

    
    
    .geodir-company_info p {
        border-bottom: 0px!important;
    }

    #2 Use this custom CSS

    
    
    .geodir-filter-cat.gd-type-single.gd-field-geodir_price select {
        margin: 6px 0!important;
    }

    #4 Refer to the “Prices Tab” from this section of the documentation https://wpgeodirectory.com/docs/prices-and-payments-add-on-overview/

    #390303

    Kor
    Moderator
    Post count: 16516

    Hi Andrew,

    Just noticed that you’ve replied after refreshing this posts, I’ll check with a developer and see if it’s possible to set a “Character Limit” for “Custom Field” texts.

    Thanks!

    #390305

    Andrew Noakes
    Free User
    Post count: 30
    This reply has been marked as private.
    #390308

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    it is not possible to limit the number of char in a text area other than the main listing description text area.

    All the rest would require a customization too.

    Thanks

    #390311

    Andrew Noakes
    Free User
    Post count: 30

    Including fixing the absent line in the advanced search box (see previous screenshot)? That is a design/formatting error in the core plugin and I hope you guys would be willing to fix this at least? Kor already fixed the positioning for me.

    #390312

    Paolo
    Site Admin
    Post count: 31206

    Developers are looking into that. It’s a small markup bug. They’ll let you know about it asap.

    Thanks

    #390313

    Andrew Noakes
    Free User
    Post count: 30

    Thanks.

    #390315

    Paolo
    Site Admin
    Post count: 31206
    This reply has been marked as private.
    #390361

    Kiran
    Moderator
    Post count: 7069

    Hi,

    custom fields outputs problem has been fixed and will be reflected in next release of Advance Search plugin.

    Kiran

Viewing 15 posts - 1 through 15 (of 16 total)

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

Open Support Ticket