Guust
Forum Replies Created
-
AuthorPosts
-
Did you translate the countries in the GD Core language file?
https://wpgeodirectory.com/docs/translating-countries-and-map-directions/Thanks
Can you post your URL, WP admin details and a copy of the upload file in a private reply please.
You might have to ZIP the upload file.
Then we’ll have a look for you.Just WP admin should be enough most likely, the developer will ask FTP details if required.
Make sure to clear the GoDaddy Cache every time too, or ask them to disable it as much as possible.
May 14, 2017 at 12:13 am in reply to: Setup New Field shows up in a wrong area under the listing age #378231Try selecting “sidebar” in “show in what locations”.
https://wpgeodirectory.com/docs/core-place-settings/#showThanks
Does the “Near Me” widget not give you what you want?
Start with completely deleting W3 Total Cache,, including any remaining files on the server, after de-activating and deleting the plugin from the admin area.
http://www.kentooz.com/remove-w3-total-cache-manually/
and
https://wpgeodirectory.com/docs/known-issues/#w3cacheThanks
You could try WP Super Cache, see https://wpgeodirectory.com/docs/wp-super-cache/
There seem to be a few other problems with Profile Builder too, see https://wpgeodirectory.com/support/search/?bbp_search=%22profile+builder%22
Let us know if that works.
Please click on “GD Listings: Export CSV” to see the options.
ThanksYou’re welcome 🙂
See https://wpgeodirectory.com/docs/customizing-your-style/
We also recommend the SiteOrigin CSS plugin, which adds a CSS inpector to your site and allows you to save your new styles directly to a custom stylesheet.
🙂
You can target just that page. Have a look at the CSS classes added to the body tag:
<body class="page-template-default page page-id-850 bla bla bla">So to target the image for that page only, you would use:
.page-id-850 .geodir_category_list_view li .geodir-post-img { display: none; }You had added non-decimal lat and lng to your default location.
https://wpgeodirectory.com/docs/basic-installation/#defloc
There is no need to enter the latitude or longitude.
Thanks
Some of the things you want can be accomplished with the shortcode parameters, see https://wpgeodirectory.com/docs/event-manager-shortcodes/#listings
The rest can be done with CSS: https://wpgeodirectory.com/docs/customizing-your-style/
This might assist too:
https://wpgeodirectory.com/docs/changing-the-layout-of-addresses/
https://wpgeodirectory.com/docs/how-to-use-gd-without-street-addresses/Thanks
That is getting a bit too much customization, which is not included in your support, sorry.
From https://wpgeodirectory.com/support-policy/
Customizations
We provide GeoDirectory and its addons as are. We don’t provide customization services for them nor we support any 3rd Party customizations of our products. For customization we intend any html/css/php/js work that changes the way GeoDirectory and its addons look or function, in relation to the way we made GeoDirectory and its addons available to you.
If you need customization services we suggest to let developer members know in our forum General Discussions, or get in touch with WordPress freelancers on sites like https://codeable.io/.
Thanks
Try
.sd.archive.geodir-page #geodir_content { overflow: hidden !important; }Thanks
-
AuthorPosts