Remove Preview Step
-
Hi Support,
I tried to follow the said steps here: https://wpjobmanager.com/document/remove-the-preview-step/ on how to remove the preview step but it seems that its now working. Need help on this problem.
-
What about it isn’t working? Is there an error? Or does the preview step still appear? Where did you add the code?
Can you link me to your site so I can take a look? Thanks!
Hi 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
Hmm, the code in our documentation still seems to work for me. Here’s a video:
Do you have any other plugins installed besides WP Job Manager related ones? What happens if you turn them off and then test it again afterward? Does it work then?
hmm, 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…
Are all of your plugins and themes up to date? The latest version of WP Job Manager is 1.24.0. Is that what you have?
What happens if you disable all of your other plugins, then temporarily switch to a default theme like Twenty Sixteen? Does it work then?
Yes 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…
And 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
Hmm, that’s odd.
We were having a few issues with the skip preview code not working in some previous releases, but those should be resolved now.
Anyway, can you try writing in using this form?
http://wpjobmanager.com/support/
I think we’ll be able to troubleshoot this a bit better over email. We can also exchange non-public info that way, which makes things easier sometimes.
Thanks!
Adam,
THe plugin is bundled in the Theme my client purchased. http://themeforest.net/item/listable-a-friendly-directory-wordpress-theme/13398377, can I still get support from http://wpjobmanager.com/support/?
Thanks
can I still get support from http://wpjobmanager.com/support/?
Hmm, I guess not.
Were there any other plugins bundled in with it? Any of our premium add-ons I mean?
This 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)We don’t have access to listable theme -its a paid product we don’t support officially. Our code snippet works with a clean install of WPJM on Twenty Twelve theme. What may be happening is that theme changing the steps causing this code to not work.
If you can test the code on a different theme and confirm it working, you’ll know the conflict is with Listable and not the plugins you’re running themselves.
The topic ‘Remove Preview Step’ is closed to new replies.