WPjobster - Service Marketplace WordPress Theme

WPjobster - Service Marketplace WordPress Theme v6.3.1 with Addons

No permission to download

Hijaker

Active member
Sep 22, 2019
214
60
28
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:

Saransh Jain

Member
Jun 29, 2020
39
6
8
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
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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

Hijaker

Active member
Sep 22, 2019
214
60
28
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.
 

Saransh Jain

Member
Jun 29, 2020
39
6
8
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

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,058
22,063
120
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

Hijaker

Active member
Sep 22, 2019
214
60
28
$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;
}
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu