tofayelamin
Active member
- Jul 1, 2020
- 285
- 68
- 28
It is version 5.6.3 because you can import Gutenberg Demo Content and this is only available in the latest version.I think this is not wpjobster v5.6.3
I've tried it but it doesn't work, now I will try it on my localhost and will let you know if solved.I am having this error with a discount and account segregation plugin. A user page is also showing same error
Actually I guess they have changed the query string for the payment transaction.I've tried it but it doesn't work, now I will try it on my localhost and will let you know if solved.
@TassieNZ @NullMaster @banjarroom
Can you please assist me with this? I want to disable a feature which is "Job Quantity" I don't know backend editing but I have found the Job Quantity stings in \wpjobster\includes\posts\functions-single-job.php
Maybe This can help https://docs.wpjobster.com/article/205-hide-search-options
And to confirm if that is possible or not, I've also reached the WP Jobster support team and they said that we can do it for you but I am not a licensed user so I can't give them details.
please wait.I've tried it but it doesn't work, now I will try it on my localhost and will let you know if solved.
@TassieNZ @NullMaster @banjarroom
Can you please assist me with this? I want to disable a feature which is "Job Quantity" I don't know backend editing but I have found the Job Quantity stings in \wpjobster\includes\posts\functions-single-job.php
Maybe This can help https://docs.wpjobster.com/article/205-hide-search-options
And to confirm if that is possible or not, I've also reached the WP Jobster support team and they said that we can do it for you but I am not a licensed user so I can't give them details.
Then maybe because of that my custom payment plugin button and the bank transfer button are not showing on the job payment page even when enabled but the PayPal button is working. And if they have done some changes they must have published any documents or changelog regarding that.Actually I guess they have changed the query string for the payment transaction.
They have introduced in the latest version.
I guess the latest plugins are compatible with it
maybe due to this?Then maybe because of that my custom payment plugin button and the bank transfer button are not showing on the job payment page even when enabled but the PayPal button is working. And if they have done some changes they must have published any documents or changelog regarding that.
Maybe, let me see if they updated any related documentationmaybe due to this?
They have made changes on a redirection for discount
yes please checkMaybe, let me see if they updated any related documentation
You can post it here and tag Tomz and he will take care of it.yes please check
thank you so much for looking into this.
And I want to add Instamojo payment plugin to resources. where I can add?
Okay sure thanks.You can post it here and tag Tomz and he will take care of it.
@NullMaster can solve it because I am not too deep into the code. And he told us to wait so we will have to wait till the Master responds. Or you can try downgrading your theme to version 5.6.2 and then try it.Okay sure thanks.
Please guide me with this thing discount
$quantity = wpj_get_user_feature_status( 'wpjobster_enable_multiples', 'wpjobster_subscription_job_multiples_enabled' );I've tried it but it doesn't work, now I will try it on my localhost and will let you know if solved.
@TassieNZ @NullMaster @banjarroom
Can you please assist me with this? I want to disable a feature which is "Job Quantity" I don't know backend editing but I have found the Job Quantity stings in \wpjobster\includes\posts\functions-single-job.php
Maybe This can help https://docs.wpjobster.com/article/205-hide-search-options
And to confirm if that is possible or not, I've also reached the WP Jobster support team and they said that we can do it for you but I am not a licensed user so I can't give them details.
What should I do with it? Should I add it in functions.php?$quantity = wpj_get_user_feature_status( 'wpjobster_enable_multiples', 'wpjobster_subscription_job_multiples_enabled' );
Master, This file is already posted in Babiato. What's special about this version?v5.6.3 nulled.I did not test the plugins.
![]()
18.46 MB file on MEGA
mega.nz
I made it nulled.Master, This file is already posted in Babiato. What's special about this version?
I have added the code in functions.php file but noting changed.$quantity = wpj_get_user_feature_status( 'wpjobster_enable_multiples', 'wpjobster_subscription_job_multiples_enabled' );
add_filter( 'wpjobster_enable_multiples', 'wpj_disable_multiples');
add_filter('wpjobster_subscription_job_multiples_enabled', 'wpj_disable_multiples' );
function wpj_disable_multiples() {
return false;
}
please share screen.