e3jimc
Forum Replies Created
-
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Infected With SEO SpamHere is the scan result from sucuri,
Forum: Plugins
In reply to: [WP Job Manager] Remove Preview StepThis are the bundled plugins for the said theme:
WP Job Manager (required /free) for General Listing Management
WooCommerce (required / free) for Making Money
Customify (free) for Styling and Customizations
Comments Ratings (free)
Category Icon (free)
PixTypes (free)
JetPack (free)
Menu Icons (free)
Nav Menu Roles (free)Forum: Plugins
In reply to: [WP Job Manager] Remove Preview StepAdam,
THe plugin is bundled in the Theme my client purchased. https://themeforest.net/item/listable-a-friendly-directory-wordpress-theme/13398377, can I still get support from https://wpjobmanager.com/support/?
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Remove Preview StepAnd also Adam, if I uncomment that line it gives me this error:
Notice: Undefined index: priority in /wp-content/plugins/wp-job-manager/includes/abstracts/abstract-wp-job-manager-form.php on line 171
Forum: Plugins
In reply to: [WP Job Manager] Remove Preview StepYes Adam I have the updated WPJM plugin… I tried disabling all plugins and switch theme but still the problem is there… Now the form is gone I don’t know why. But when i comment this code below:
function custom_submit_job_steps( $steps ) {
unset( $steps[‘preview’] );
return $steps;
}
add_filter( ‘submit_job_steps’, ‘custom_submit_job_steps’ );The form is back but it still shows the preview page…
Forum: Plugins
In reply to: [WP Job Manager] Remove Preview Stephmm, yeah it seems working at your end… not so sure why its now working at my end. I just followed the instruction in your documentation and it still goes to preview page… Now regarding if there is another plugin installed related to WPJM, there is no related plugins installed… I haven’t tried turning it off and on…
Forum: Plugins
In reply to: [WP Job Manager] Remove Preview StepHi Adam,
The preview button no longer appear but when you click on submint job it still goes to preview stage which we do not want after submitting a listing. Does it make sense?
Thanks