Guust
Forum Replies Created
-
AuthorPosts
-
1. I added some CSS at GD > Design > Scripts.
This will assist too: https://wpgeodirectory.com/docs/customizing-your-style/2. I don’t understand “When listings are being added it is not allowing me to use locational services, how do I enable that on the site?”
Your answers may be here:
https://wpgeodirectory.com/docs/definitions/#location
https://wpgeodirectory.com/docs/manage-location/#edit
https://wpgeodirectory.com/docs/add-google-api-key/3. Can you advise where you see a map that has listings that are going to a 404 page? The two listings linked at http://www.seedsofeden.org/location/ seem fine.
Thanks
That is usually the result of a plugin conflict, nothing to do with CSS.
Try turning your non-GD plugins off one by one until you find which one it is.
Please also review https://wpgeodirectory.com/docs/known-issues/#w3cache , it may be related too.Please post your URL and WP admin details in a private reply so we can check.
There is no need to de-activate any plugins to update. Also, you should not de-activate the GD core plugin without de-activating all other GD plugins first.
Thanks
Please have a look at https://wpgeodirectory.com/docs/core-export/#resources
Thanks
You’re welcome 🙂
The login page only works for users that are not logged in.
I also corrected your GD Home settings, as per https://wpgeodirectory.com/docs/basic-installation/#homeThanks
Add some CSS like this:
.geodir-page .site-header {position: initial;}If there are more compatibility issues, we would need WP admin details in a private reply, and a clear and detailed list of the issues.
Thanks
June 16, 2017 at 11:21 pm in reply to: Mobile not matching desktop, also getting white screen #383658You’re welcome 🙂
Your WP is not up to date yet, and GD plugins need updating.
You still have 56 active plugins.
Did the problem solve itself with all non-GD plugins de-activated?June 16, 2017 at 2:02 pm in reply to: Mobile not matching desktop, also getting white screen #383562Your GD permalinks were not set correctly.
And the cache you use is not copatible, so I turned it off.
Please check now.
https://wpgeodirectory.com/docs/known-issues/#w3cacheYou can achieve some of that with a membership plugin, they can charge users instead of listings.
But creating a set number of places or events would require customization which is outside support.Thanks
You can create multiple fields. It is not completely clear to me what you exactly want to achieve though.
See also https://wpgeodirectory.com/docs/custom-field-examples/Thanks
Add this code
function custom_sd_map_shortcode_args( $args ) { $args['zoom'] = 10; return $args; } add_filter( 'sd_map_shortcode_args', 'custom_sd_map_shortcode_args', 10, 1 );to a code snippet. Change the “10” zoom level to anything you want.
Please add the “GD > CPT Categories” widget to your “GD Listings Right Sidebar” section.
Make sure you do NOT tick “Don’t filter for current viewing post type”.Thanks
Please post your URL and WP admin details in a private reply so we can check the code and settings.
Thanks. -
AuthorPosts