shara94
Forum Replies Created
-
@champsupertramp
Do u know why does not work condition logical in popups?
For example as u know, I have register form with Conditional logic.if is selected something show other field.
this function does not work when I insert register shortcode in popups. I have tried many plugin but its same to all.
any Idea?
Thanks
Look, https://prntscr.com/1zztugx
this is Field.This is code – https://prntscr.com/1zztwrq
Result is nothing is found but on the website is a teacher who has Selected agent service ja.
Screenshots: https://prntscr.com/1zztwrqand this is user profile – https://prntscr.com/1zzu3zn
When I write code, all registred Agents also removed from Agent directory and nothing is show. but usually, some agents are registred.
I have found your code
/** * Show users with a Job Title "'WP Plugin developer " only **/ add_filter('um_prepare_user_query_args', 'um_my_custom_query_args', 99, 2); function um_my_custom_query_args( $query_args, $args ) { if( $args["form_id"] == "1" ) { // you can validate the current member directory form ID $query_args['meta_query'][] = array( "relation" => "OR", array( 'key' => 'job_title', 'value' => serialize( 'WP Plugin developer' ), 'compare' => 'LIKE' ), array( 'key' => 'job_title', 'value' => 'WP Plugin developer', 'compare' => '=' ) ); } // endif return $query_args; }
This is what I want. but dont understand what is “relation” ?
or ‘compare’ ?
@champsupertramp
I know what u mean, but no I don’t want it..
in directory, if I select also teachers. Than shows all teachers. here is not any filter. to show only teachers, who has selected agent offer.@champsupertramp
Thanks for reply.I dont understand really what u mean.
Where is General Option? see screenshots –
https://prntscr.com/1zzcqh6
https://prntscr.com/1zzctu6
https://prntscr.com/1zzcur6
https://prntscr.com/1zzcur6
https://prntscr.com/1zzcvqmMaybe you don’t understand what I want.
So, I can explain more better.
I have 2 register form, first one is for teachers and second one is for agents.
In teacher’s register form I have a question: Are you offer Agent Service?
and Answers is yes or no.So, I have created 2 directory, for Teachers and for Agents.
I would like in Agents directory to show also teachers, who has selected YES I OFFER AGENT SERVICE.
I hope you understand.
Thanks
- This reply was modified 3 years ago by shara94.
Hello
Version 1.6.6
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Does not change languageI say again, that I don’t need translating. ?? ??
I want only language change, which has support your plugin.
on your link is not any info about it, here is written how to translate strings and it does not need.
Only switch language which I have added in Loco translate.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Does not change language@matheusfd
you don’t understand what I mean…
I don’t need translating… Give Wp has already translated on Italy…
I want only to change language when I change the language on the whole website…https://united-in-love.org/donate-now/
See this page, and change the language to Italy, please.
P.s language switcher is in Menu Burger.Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Does not change language@matheusfd
Can u help me?Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Does not change languageHello, Thanks for answering.
no. I don’t mean translating…
GIve wp has already translated in Italy, Spain and etc…
I used to Translatepress for language switcher..
When I switch language, the website changed the language, but give wp not.I don’t want to translate. I want to change language when I change the language on the website.
I hope you udnerstandI know that this is not possible in Plugin, but I need help, how can I call firstchild function. ?
I tried:
Jquery(‘#id’).first() and also much variants.I need only function, to reset dropdown or set firstchild.
and is it possible that, reply must be visible only for ticket authors and for reply author. I mean replies must not be public and could not be appear for all agent. only could see reply, who has write it.
It work when enabled Auto Assign on Access. but don’t need it. agents must manually decide which tickets they have to answer… because of this I need to send a new ticket to all agents…
Yes, but it does not work… agents can not receive notifications.
can u send me screenshots example?