Guust
Forum Replies Created
-
AuthorPosts
-
The category cannot be added to there.
You can add most custom field there, but not the category.
See also http://docs.wpgeodirectory.com/core-place-settings/#customThe new version is not that far away, and that will be the multisite compatible.
See here for more: https://wpgeodirectory.com/support/topic/all-beta-versions-advanced-users-only/No that is not possible.
But you can restrict what will be on the detail page, like you can remove images, contact details, website etc by adjusting the free price pacakage.Hi
Just create a price package that is month by month, and another one with the same settings except set it for a year at the discount price.
Then your users can choose.Can you post a URL and WP admin details, so we can have a look. We cannot really comment without knowing what we are talking about 🙂
Try adding this to your child theme’s functions.php:
add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } }What you show in that picture seems to be the only place where the date format is not as per WP settings.
I’ll alert Stiofan to have a look at that.Here are 2 I have permission to share:
Ukume, you had your files named incorrectly:
Wrong: es-ES.mo
Correct: es_ES.mo
Should be an underscore, not a hyphen.
I changed it for you.
Ukume, can you exactly explain what is not translated; give us a URL and the text that is not translated. You still have not told us what you cannot translate.
Also, please give us FTP details so we can check your files, if you want us to help.There must be a conflict with your Cforms146 plugin (whatever that is).
Try de-activating Cforms146 and see how you go.
And post your admin details in a private message if you want us to have a look, including URL.The advanced search will show on any page where it is set up for.
For example if you have an advanced search for hotels but not restaurants, it will show on the hotels pages and on the location pages, if hotels is the default Custom post type.Like a menu automatically with all your listing ordered by city?
You can build that with your standard WP menu, but only manually.
That would be a massive menu for a busy directory?The location switcher does that automatically but will take you to the page with the listings, rather than list them on the same page.
Have a look here too:
http://wpgeo.directory/all-locations/
The demo basically shows all the non-customised features as will be available in they upcoming update in a few days.I guess you are missing the virtual page “location” or have edited it:
http://docs.wpgeodirectory.com/how-to-restore-virtual-gd-pages/If you can’t fix it, post your Admin details in a private message and we will have a look.
What commenting problem?
You mean it does not show in the BuddyPress activity? Because there is no problem with the GD commenting/reviewing itself, it just is not added to the list of acivities of a user in buddypress.
There are quite a few sites that successfully use buddypress and GD together, without any tweaking.For full integration you just have to wait, unless you know how to code the two together yourself. It is already on the to-do list.
No idea what WPSymposium is, but you can use GD with Buddypress and/or bbPress already.
http://docs.wpgeodirectory.com/redirecting-the-login-page/GD and Buddypress will not be fully integrated, for example, commenting in GD will not show as an activity etc. Full compatibility is planned but not for the immediate future.
-
AuthorPosts