Formatting problem in more info tab
This topic contains 15 replies, has 4 voices, and was last updated by Andrew Noakes 8 years, 2 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
August 6, 2017 at 1:59 pm #389982
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
August 7, 2017 at 9:48 am #390055Hi 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.
August 7, 2017 at 2:38 pm #390116This reply has been marked as private.August 7, 2017 at 6:49 pm #390168Hi 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!
August 8, 2017 at 4:31 pm #390287This reply has been marked as private.August 8, 2017 at 4:39 pm #390293This reply has been marked as private.August 8, 2017 at 5:21 pm #390302Hi 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/
August 8, 2017 at 5:23 pm #390303Hi 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!
August 8, 2017 at 5:45 pm #390305This reply has been marked as private.August 8, 2017 at 5:46 pm #390308Hi,
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
August 8, 2017 at 5:55 pm #390311Including 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.
August 8, 2017 at 6:00 pm #390312Developers are looking into that. It’s a small markup bug. They’ll let you know about it asap.
Thanks
August 8, 2017 at 6:00 pm #390313Thanks.
August 8, 2017 at 6:03 pm #390315This reply has been marked as private.August 9, 2017 at 9:17 am #390361Hi,
custom fields outputs problem has been fixed and will be reflected in next release of Advance Search plugin.
Kiran
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket