Alex Rollin
Forum Replies Created
-
AuthorPosts
-
Just the GD Location Description Widget
https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_location_description
To see the URL option click “Show advanced”
https://wpgeodirectory.com/docs-v2/addons/location-manager/#url
For more on permalinks see; https://wpgeodirectory.com/docs-v2/geodirectory/settings/permalinks/
March 11, 2019 at 11:20 pm in reply to: Want to hide Country in urls, but option goes away with multiple countries #474064Thanks for letting us know, Tom.
You can import and export location description, too.
The feature is preserved in V2, also.A
Hi Rasit, we don’t have an update on the themes at this time, but we are Very close to releasing GDV2.
Have you tried Directory Starter V2? If you plan to do any customization that theme is a great place to start.
GD doesn’t have any CSS rules like that to hide/show for logged-in/out.
If you don’t want the field output you will need to do more than hide it with CSS, too.
We don’t have a codex for V2 yet, but the developers will try to give you a hint. Your topic has been flagged for them to review.
Thanks
Please check our image troubleshooter here:
https://wpgeodirectory.com/docs-v2/integrations/images/#troubleshootingIf those don’t solve your problem please post WP Admin and FTP so we can take a look at your site.
Hi Ron,
We recommend anyone running a GDV1 site go ahead and clone their site to a staging server to try out GDV2 now.
We can only provide support for the latest version of GD on wp.org running with the latest version of WordPress itself. GDV2 will be out on wp.org Very soon, so, getting ahead now is a wise move.
Hello,
map icons are displayed full size so load images that have a size. Recommended size is max 38w*50h
Have you already looked through our image troubelshooter?
https://wpgeodirectory.com/docs-v2/integrations/images/#troubleshootingIf you upload an image in the backend, can you see the thumbnail in the field?
Eventually, yes
That is for GDV2
on GDV1 batch edit for status is only available through import export.
Did you do the checklist here?
https://wpgeodirectory.com/docs-v2/integrations/images/#troubleshootingPlease do the checklist and if you verify that curl is not the issue please share wp admin and ftp credentials and we can check further.
This reply has been marked as private.March 11, 2019 at 10:45 am in reply to: Height of listing header image and listing title font size #473957If you want to control the dimensions of images or have perfect control over text and style then you are talking about customizing which is outside of support.
Your site is already customized on the Detail page with custom template code and inline styles.
You will need to edit those style or add new ones to change the site display.
For example, this is controlling the heading:
#wpapps-sd div.geodir-post-title h2, div.geodir-post-title h2 a { pointer-events: none; color: #757575!important; font-size: 2em; font-weight: 500; margin: 0; padding: 0 0 0 0; }The image height is set in the theme and is a theme feature. This is an example of the theme code:
@media (max-width: 1280px) and (min-width: 768px) { .sd.single.geodir-page .featured-area, .sd.sd-preview .featured-area { height: 60vh; } }There are many rules like that inside the theme css. They need to be overridden one by one with new values if you want to change them.
You can do something like:
.sd.single.geodir-page .featured-area, .sd.sd-preview .featured-area { height: 60vh!important; }But this is a shortcut and from a ‘design perspective’ will effectively break the theme because it will override other rules that are meant to keep the site responsive, to look different on different screen sizes).
Many rules should be edited to change that featured area height correctly. We provide the theme CSS and plugin layout with default settings and overriding it is a customization.
All of the code above came from your own site.
To customize it you need to use the inspector to create custom CSS, edit the code in your template, get a theme builder, or hire someone to do it for you.
-
AuthorPosts