Guust
Forum Replies Created
-
AuthorPosts
-
You’re welcome, all good. The answer was in your own question 🙂
1. Please review
https://wpgeodirectory.com/docs/useful-plugins/#bsr
and
https://wpgeodirectory.com/docs/better-search-replace-plugin/2. You can remove the map widgets at Appearance > widgets
https://wpgeodirectory.com/docs/layout/#directory3. You can at GD > Design > Listings > Upload listing no image
https://wpgeodirectory.com/docs/core-design/#listings4. The Claim Listing should stay on the same page if logged in and you are not forcing an upgrade. If not logged in, it should direct to the login page. You will need to enable registration: https://wpgeodirectory.com/docs/basic-installation/#anyone
Thanks
I tested a listing claim and it worked fine for me.
It takes a bit longer because it forces an upgrade, our demo does not force an upgrade I guess.This reply has been marked as private.April 20, 2018 at 11:35 pm in reply to: I want to restrict S2 Member Access To A Specific Tab #427441You can use the code snippets plugin for that: https://wpgeodirectory.com/docs/useful-plugins/#snippets
I guess you have exhausted your monthly votes then,or are not logged in?
Each month you get 5 votes to distribute. You can choose to use all your votes for one idea you really like, or spread them across between several ideas 🙂
April 20, 2018 at 1:53 pm in reply to: I want to restrict S2 Member Access To A Specific Tab #427397Try this [not tested]
add_filter('geodir_detail_page_tab_list_extend','__my_exclude_tabs',10,1); function __my_exclude_tabs($tabs){ global $post; //print_r($tabs); if( isset($tabs['geodir_employees']) && $post->post_author != get_current_user_id() && !current_user_can('access_s2member_level2') ){ unset($tabs['geodir_employees']); } return $tabs; }Can you be a bit more specific please?
Job offers can be done by creating a new CPT called Jobs if you like.
Same for Jobs Wanted.Thanks
Hi Marius, you can find that at GD > Export and Import.
See image.Thanks
April 20, 2018 at 1:21 pm in reply to: Requesting refund for renewal charge for invoice #530160 #427391Please use our refund request page accessible from https://wpgeodirectory.com/refund-policy/
Thanks
20 characters would normally be 2 or 3 words I guess. Increase the number of characters if you want to show more of the excerpt.
Thanks
Please see image.
Thanks
It all works fine for me, so I am guessing you have denied for your location to be shared, or it is a local issue. I’ll get someone else to check too, to see how it works for them.
Thanks
April 19, 2018 at 10:14 pm in reply to: Notifications for expiring listings if package has recurring payment option #427341I am not sure exactly what notification they would get from your site. I’ll get the developers to have a look at that question.
PayPal should send you an email that one of your customers has canceled their subscription.
You can set up an email at GD > Payments and Prices > Notifications that sends admin an email on failed payments.Thanks
-
AuthorPosts