• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

WPjobster - Service Marketplace WordPress Theme

WPjobster - Service Marketplace WordPress Theme v5.8.1 + Addons

No permission to download
I am having this error with a discount and account segregation plugin. A user page is also showing same error
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.
 
Last edited:
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.
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
 
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.
 
  • Like
Reactions: Hijaker
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
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.
 
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 due to this?
They have made changes on a redirection for discount
 

Attachments

  • discount.PNG
    discount.PNG
    16.1 KB · Views: 19
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.
$quantity = wpj_get_user_feature_status( 'wpjobster_enable_multiples', 'wpjobster_subscription_job_multiples_enabled' );
 
  • Like
Reactions: Hijaker
$quantity = wpj_get_user_feature_status( 'wpjobster_enable_multiples', 'wpjobster_subscription_job_multiples_enabled' );
I have added the code in functions.php file but noting changed.
The Code:
PHP:
add_filter( 'wpjobster_enable_multiples', 'wpj_disable_multiples');
add_filter('wpjobster_subscription_job_multiples_enabled', 'wpj_disable_multiples' );
function wpj_disable_multiples() {
    return false;
}
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock