Guust
Forum Replies Created
-
AuthorPosts
-
What I mean is that, you need to leave at least one of the categories unticked.
If you untick them all, it will not work, it will show all of them.
If you untick all except one, only that one will show.
It is not possible for it to work without any left to show on the map.Have a look at these articles:
https://wpgeodirectory.com/docs/custom-field-examples/
https://wpgeodirectory.com/docs/core-place-settings/#customLet us know how you went.
You cannot untick ALL categories for a custom post type, you need to leave at least one unticked.
That should be all possible with S2, but that is not something that is part of GD support. I added the code in the post above, because I had it laying around from working on another site, and wanted to show you where to get started.
I suggest you seek support from S2 as to how protect pages etc, or post a job at https://wpgeodirectory.com/support/forum/geodirectory-jobs/Try this in your functions.php file of your child theme:
add_filter('after_setup_theme', 'my_author_link_filter' ); function my_author_link_filter(){ if(!current_user_can(access_s2member_level2)){ remove_action('geodir_after_edit_post_link', 'geodir_display_post_claim_link', 2); } }Change access_s2member_level2 to suit your setup.
This explains how the GD search works: https://wpgeodirectory.com/docs/core-design/#search
Both your theme and GD seems to be adding CSS for the same element, I cannot quite find the problem. I’ll get the others to have a look too.
Well done 🙂 and thanks for letting us know.
We can not see those pages, I am asked for a login.
Go to your WordPress admin
Then go Appearance > Widgets
http://www.running.co.il/wp-admin/widgets.phpAdd GD > Gmap – Listing Page widget to GD Listing Top Section area.
Feel free to post your administrator details in a private message if you’re still stuck after this.
June 18, 2015 at 12:01 pm in reply to: Buddypress Edit Profile page contents is floating left #42969That’s not an admin account, so I cannot check your GD Booster.
June 18, 2015 at 11:35 am in reply to: Buddypress Edit Profile page contents is floating left #42967I cannot check that, you need to be logged in for that, and I cannot register.
It does not happen on one of my sites, that is using the same setup.
Can you post your admin details.June 18, 2015 at 10:57 am in reply to: Buddypress Edit Profile page contents is floating left #42964Can you refresh your page and empty any caches.
It looks fine from where I am.You’re welcome 🙂
-
AuthorPosts