Guust
Forum Replies Created
-
AuthorPosts
-
October 20, 2014 at 8:55 pm in reply to: Increase the height of the Listing Description textarea #18981
You should never update your plugin or theme CSS files, or you will loose all your changes when they get updated.
Instead, add the code to the style.css of your child theme.
http://codex.wordpress.org/Child_Themes
http://docs.wpgeodirectory.com/customizing-your-style/October 20, 2014 at 1:48 pm in reply to: Can you have the map ONLY show a specific Post Type? #18938Mmmm, I think you are using the GD Home Map on the GD Listings page.
You should add the GD Listings map to the Listings page, then http://www.physicaltherapist.com/find-physical-therapy-clinics/ will show your clinics and http://www.physicaltherapist.com/find-pt-schools/ will show your schools.
The GD Home Map is only for the GD Homepage, like http://www.physicaltherapist.com/location/It resizes them to fit to the height.
If it would re-size both the height and the width to fit then images like this would look very strange:
http://directory.eventindustrynews.co.uk/wp-content/uploads/2014/10/727_IDC-Logo.jpg
There is no documentation for that because that is not changeable, unless you want to custom code it.Not sure what you mean.
But the thumbnails are created by picking the first image of the listing, and then set the height depending on whether you have 2 or 3 or 4 in a row.
It then centers the image, so if the image is very long, it will cut the ends off, if the image is very short, it will add whitespace either side.Is that what you meant?
You can change places to Suppliers at GD > custom post types (but do not change the post type)
You can change the text of the enquiry form in the GD core plugin language file: http://docs.wpgeodirectory.com/translate-core/
That seems to be a question for your theme’s support:
http://catchthemes.com/themes/simple-catchYou disabled all your maps by hiding them at GD > design > map > SHOW / HIDE POST TYPE AND CATEGORY ON MAP
I reset it for you. Let us know if there is anything else.
Hi Jim
Can you post your WP admin details in a private message, please.Have you disabled Profit Builder to see if that fixes it?
Are you using a separate database for each WP installation?
Do you have GD on more than one installation, but using the same database?So if I understand you correctly, you have made some customization to your theme or the feature you describe is part of the theme.
Therefore it does not seem to be a GD issue, but a theme issue.
So the solution might be found there.What theme are you using and what is your URL. At least then we can have a look.
I alerted John for you.
Can you please be more specific about what you want.
Do you have a domain?
DO you have wordpress installed?
Do you have a theme preference?
What will be the purpose of the website?
What is it that you want help with?You’re welcome 🙂
The empty search will be fixed in the next update.
Showing the criteria again that the visitor used would require some custom coding.You can always use another login plugin.
If you are using another plugin that includes a registration and login widget, you are best to redirect your visitors to that registration page and only use that widget.
Having two different login widgets will indeed confuse your users.
http://docs.wpgeodirectory.com/redirecting-the-login-page/To give all links to the favorites, listings etc for your users (GD dashboard), add the GD Login widget just below your other widget.
You can also add this to your CSS to hide the duplicated login and register links:
.sidebar .geodir-loginbox-list li a.signin {display:none;}
.loginform1 .geodir_form_row {display: none;}This reply has been marked as private. -
AuthorPosts