GeoDirectory SupportAdd listing form issues – GeoDirectory Support https://wpgeodirectory.com/support/topic/add-listing-form-issues/feed Tue, 17 Mar 2026 12:58:30 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26667 <![CDATA[Add listing form issues]]> https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26667 Wed, 07 Jan 2015 20:50:46 +0000 Omar Burjaq Hi .. wish you all a happy new year!

I got 3 issues

1- when at the add listing page the textfields height is not enough.. which makes it difficult to read what we are typing .. I haven’t noticed the problem before because it works fine on chrome .. but not on firefox (image 1 )

2- only at the add listing page the margins of the page is 0 I guess and it makes it difficult to read .. all other GD pages are applying my theme spacing but the add listing page is out .. and I can’t find any sitting to fix this ( image 2 )

3- on the listing page .. the listing categories tap, when I add a sub category it doesn’t come under the main one .. is there a way to make sub categories show on the tap ? ( image 3 )

Thank you so much in advance .. I used your support service 3 times before and everytime you delivered a top service .. makes me trust dealing with you if I can integrate other services on my website .. will send you another post regarding questions about subscription and the use of full addons

]]>
https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26726 <![CDATA[Reply To: Add listing form issues]]> https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26726 Thu, 08 Jan 2015 12:11:32 +0000 Guust 1. I can’t login to your site to have a look at the CSS of the Add Listing page, there is something wrong with your registration page.

2. Same
You might be able to fix the CSS yourself with the help of this article: http://docs.wpgeodirectory.com/customizing-your-style/

3. The Popular category widget lists all categories and subcategories in the same manner. I hope that is what you were asking.

]]>
https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26729 <![CDATA[Reply To: Add listing form issues]]> https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26729 Thu, 08 Jan 2015 12:50:38 +0000 Omar Burjaq https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26734 <![CDATA[Reply To: Add listing form issues]]> https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26734 Thu, 08 Jan 2015 13:09:41 +0000 Guust I have implemented this on your site:
http://docs.wpgeodirectory.com/redirecting-the-login-page/
Your registration page is now your buddypress page.

But like your theme says: “The best and safest way to extend Customizr with your own custom functions is to create a child theme. You can add functions here but they will be lost on upgrade. If you use a child theme, you are safe!
* More informations on how to create a child theme with Customizr here : http://themesandco.com/customizr/#child-theme

I added a few things to your style.css, but you will need to move that to your child theme’s stylesheet once you create your child theme. This is what I added:
input[type=”text”] {height: 30px}
#geodir-wrapper {padding: 0px 20px}

The first fixes the text fields and the second fixes the padding on the listing page.

Let us know if there is anything else.

]]>
https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26752 <![CDATA[Reply To: Add listing form issues]]> https://wpgeodirectory.com/support/topic/add-listing-form-issues/#post-26752 Thu, 08 Jan 2015 15:15:24 +0000 Omar Burjaq Thanks again Guust .. your fix is working! .. I will look into child theme subject and reapply it there ..

]]>