Mahdee
Forum Replies Created
-
Hey @skyline521,
Glad to know that you figured it out. One improvement would be to remove the line where you set the post_type, it is already set, and you don’t necessarily need to set it again.
Oh, another thing is, you can define the function once and call it on both hooks, since they are both doing the same thing basically. So your code will look like this basically:
add_filter( 'atbdp_all_listings_query_arguments', 'ordby' );
add_filter( 'atbdp_listing_search_query_argument', 'ordby' );
function ordby( $args ) {
$args['orderby'] = 'meta_value_num';
$args['meta_key'] = 'urc_rank';
$args['order'] = 'ASC';
return $args;
}Anyway, good work. Let me know if you need help with anything else.
Regards,
Mahdi.
Hi @chester12,
We’ll need to take a look at this. Please get in touch with our technical support here: https://directorist.com/contact.
Regards,
Mahdi.Hi @enodotmy,
I haven’t heard back from you in a while so I’ll be closing this thread, if you still need help with this, kindly start a new one.
Regards,
Mahdi.
Hi @johnpurcam
I’m sorry but that doesn’t sound right, here’s what the experience I get with latest Directorist, is it not like this for you: https://www.loom.com/share/56a151d28f6f4a4581b3b9940644ee34?
Regards,
Mahdi.Hi @yesoakshith,
Not sure what you mean, do you mean listings from a specific directory type on All Listings page? If yes, then, yes. You can specify the directory_type in the shortcode. You can learn more about it here: https://directorist.com/documentation/directorist/shortcodes/all-listing-page/
Also, for multi-directory, if no directory type is specified, we show a directory type navigation on top, using which users can switch between directories.
Regards,
Mahdi.Hi @brianbill,
I believe you are already in touch with one of our support agent. We’ll continue the conversation there.
Regards,
Mahdi.
Hi @chester12,
If you’re searching using address (from the Map API), it is important to have the radius slider added to your search form and make sure that the default radius isn’t set to 0. If its set to 0, you’ll have to search using the exact address you have used while adding the listing to get a result.
Regards,
Mahdi.Hey @chester12, l
The fix is available here, if you want to apply it before the release: https://github.com/sovware/directorist/pull/1314
Regards,
Mahdi.Hi @chester12,
Just to be clear, the issue is when you add the Search Form and Search Result widget on the same page, the location icon for the Search Result Form disappears, is that correct?
Regards,
Mahdi.
Hey @chester12,
One of our developer is already working on it, hopefully we’ll be able to provide with a fix soon. The release is expected to go out on Jan 9th at the moment.
Regards,
Mahdi.Hi @chester12,
Thank you for reporting this, I was able to recreate this on my local environment. I have already passed this to our dev team so that it gets taken care of. The issue can be tracked here: https://github.com/sovware/directorist/issues/1305
Regards,
Mahdi.Forum: Fixing WordPress
In reply to: I’m confused having 2 plugins both with user login/logoutHey @matsp,
This is Mahdi from Directorist. I just wanted to clear up one thing, Directorist will work with any WordPress account, doesn’t matter how or what it is created it. As long as, an account uses default WordPress roles such as subscriber, author, etc. there won’t be any issues. In the case of custom roles, if you set up the permissions properly, it’ll work with those as well.
Then comes the issue of integrating the directorist Dashboard. Yes, you’ll have to integrate it with some custom development, Directorist dashboard items will only appear on Directorist Dashboard (in case you use BuddyBoss/Press, it’ll also be available in their Dashboard with our integration). One thing you could do is, having the shortcode for the Directorist Dashboard in the Dashboard of that other dashboard, not sure how much clean it would be though.Hope this helps, let me know if I can help you with anything else.
Regards,
Mahdi.Hi @dbayon24, l
We’ll need to investigate this. Could you please get in touch with our technical support: https://directorist.com/contact?
Regards,
Mahdi.Hi @justcarl ,
I haven’t heard back from you for a while so I’ll be closing this thread. Please start a new one if you still need help with this.
Regards,
Mahdi.Hi @muratbenek,
I haven’t heard back from you for a while so I’ll be closing this thread. Please start a new one if you still need help with something.
Regards,
Mahdi.