GeoDirectory SupportListing View Problems – GeoDirectory Support https://wpgeodirectory.com/support/topic/listing-view-problems/feed Mon, 17 Mar 2025 15:15:26 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17610 <![CDATA[Listing View Problems]]> https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17610 Mon, 06 Oct 2014 13:49:14 +0000 thebirdiemachine Hi, I ma using WP 4.0, X-Theme, Renew stack. I have a couple of issue with the Listing view – screenshots attached & links below.

1. One of my Custom fields – “Access & Permits” does not align correctly. The input info/data should be after the semicolon not on a line below. Advice on how to fix this?

2. The Title Description Field (show as “Waiting for Owner to claim FREE listing) I would like to remove from the listing view. I how do I do this. I do not see this field in the settings – where does it hide out?

3. The custom field “Murrie’s Mark” why does a forward slash get inserted? how can I fix this.

4. Is there a way to change the the field name in the Add Listing view for “Title Description” to something more in inline with my site like Dog Park Name?

http://www.muttmaps.com/dog-parks-hikes/

http://www.muttmaps.com/dog-parks-hikes/united-states/massachusetts/franklin/dog-friendly-parks/franklin-dog-park-2/#post_info

Thanks & Cheers
Stacey

]]>
https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17650 <![CDATA[Reply To: Listing View Problems]]> https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17650 Mon, 06 Oct 2014 20:56:09 +0000 Guust 1. let’s ask Stiofan

2. That looks like a custom field, so you should remove it from the listing by setting “Show on listing page” to NO
Or maybe it is a X theme specific and it is the Claim listing text (which I doubt it is) – Stiofan?

3. That is a little bug that shows the escape slash – Stiofan?

4. Yes, change in your language file
http://docs.wpgeodirectory.com/translate-core/

]]>
https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17656 <![CDATA[Reply To: Listing View Problems]]> https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17656 Mon, 06 Oct 2014 22:22:53 +0000 Paolo 1 you can add this to your css :


.geodir_access_permits p {
    display: inline;
}

3 I think you can solve using the html special character :

&#39;

instrad of the apostrophe.

Let us know,

Thx

]]>
https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17660 <![CDATA[Reply To: Listing View Problems]]> https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17660 Mon, 06 Oct 2014 23:05:19 +0000 thebirdiemachine @guust #2 is not a Custom Field it is the Title Description Field (shows under Profile Tab in the Detail Listing View)

]]>
https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17661 <![CDATA[Reply To: Listing View Problems]]> https://wpgeodirectory.com/support/topic/listing-view-problems/#post-17661 Mon, 06 Oct 2014 23:10:47 +0000 thebirdiemachine @paolo

The css works perfect thank you.

The HTML special character work BUT I am still going to have the same problem when a user/custom goes to enter a listing with an apostrophe so the problem is not 100% solved.

Thanks
Stacey

]]>