Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    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!

    Thread Starter e3jimc

    (@e3jimc)

    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

    Plugin Contributor Adam Heckler

    (@adamkheckler)

    Hmm, the code in our documentation still seems to work for me. Here’s a video:

    https://d.pr/v/1ccde/57s0evwL

    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?

    Thread Starter e3jimc

    (@e3jimc)

    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…

    Plugin Contributor Adam Heckler

    (@adamkheckler)

    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?

    Thread Starter e3jimc

    (@e3jimc)

    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…

    Thread Starter e3jimc

    (@e3jimc)

    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

    Plugin Contributor Adam Heckler

    (@adamkheckler)

    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?

    https://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!

    Thread Starter e3jimc

    (@e3jimc)

    Adam,

    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

    Plugin Contributor Adam Heckler

    (@adamkheckler)

    can I still get support from https://wpjobmanager.com/support/?

    Hmm, I guess not.

    Were there any other plugins bundled in with it? Any of our premium add-ons I mean?

    Thread Starter e3jimc

    (@e3jimc)

    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)

    Plugin Author Mike Jolley

    (@mikejolley)

    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.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove Preview Step’ is closed to new replies.