Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
I just tested here in both child and parent theme and it works: http://wptry.it/wordpress-directory-theme-whoop/members/jenny/
I opened the po file, added the translation for : has no friends.
Saved and uploaded the new MO file in the /languages/ folder.
Make sure you revert the theme file you edited to how it was, or the translation will not work for your edited text string.
If you can’t sort this, please provide URL, admin and ftp credentials in a private reply and we will look into it.
Thanks
Hi,
Something broke the default custom post type. The menu Places is no longer there and if I try to get to the page manually entering the url I get : Tipo di articolo non valido
yoursite.it/wp-admin/edit.php?post_type=gd_place
Did you install any new plugin or hange any theme settings before it stopped working?
Let us know,
Thanks
hi,
1st of all there is a search option in this forum, it’s in the sidebar: GeoDirectory Forum Search.
You can use sub-categories, no need for the custom post type add-on to use sub-categories for the default custom post type.
For example you can have:
Custom post type: Places
Parent Category : Hotels
Sub Categories : 5 Stars Hotel, 4 stars Hotel, 3stars Hotel, 2 stars Hotel, 1 star Hotel.Thanks
HI,
if you change it that way, next update your edit will get lost.
Please follow the translation documentation:
https://wpgeodirectory.com/docs/translate-core/
https://wpgeodirectory.com/docs/translating-addons/Thanks
Hi,
try this in your theme functions.php file:
function goto_login_page() { $login_page = home_url( '/gd-login/' ); $page = basename($_SERVER['REQUEST_URI']); if( $page == "wp-login.php" && $_SERVER['REQUEST_METHOD'] == 'GET') { wp_redirect($login_page); exit; } } add_action('init','goto_login_page');Thanks
Hi,
adding a comment meta and sorting comments by that meta would require quite a bit of customizations.
I’m not even sure you could do that without modifying core plugin files, which is something we don’t provide support for.
Thanks
Hi,
please provide admin details in a private reply for 1 of the website and we will test with 1 of our GA account.
Let us know,
Thanks
Hi,
I’ll need to pass this to Stiofan. It’s his birthday today and he’ll be back to work on monday morning.
I hope this is not a problem.
Thanks for your patience,
Hi,
we don’t have a system like that, all we have provide are thumbs up and down for reviews.
Thanks
December 19, 2015 at 4:06 pm in reply to: GD Jobs Plugin – allow listings to post employment classifieds #64530Hi,
with the custom post type add-on you can create a Job custom post type with all the fields you need, instead of using events.
Thanks
Hi,
I don’t see any reason why GD Booster shouldn’t work with it.
If you provide a link and admin credentials in a private reply we will test it on your website and let you know.
Thanks
Hi,
that’s not possible, the link to add the compliment would have to be a link to the profile page of that user, as Compliments can only be given on the profile page.
Thanks
Merry Christmas to you too! 🙂
Invalid Username/Password.
Let us know,
Thanks
Hi,
it isn’t, the system doesn’t provide conditional custom field options.
Sorry about that. You’ll need to find a workaround with normal fields.
Thanks
-
AuthorPosts