Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter kevinstan

    (@kevinstan)

    Is there a way to do this without using WP-CLI ?

    Thread Starter kevinstan

    (@kevinstan)

    Hello @njweller and thank you for the reply. To answer your questions:

    1. Yes – I do have access to the php error logs, and looked in the public_html directory at the error.log and did not see anything in there relating to the problem. If you would like to see any other log please let me know which one specifically. I run the hosting server that the sites are on and can provide any of them you need.
    2. I was actually using jetpack-protect through the MainWP plugin. Not sure if that makes a difference, but it installed jetpack-protect on all of my websites. I started noticing small errors and recently a major issue with the latest update to Woocommerce. So much so, that I went to start disabling plugins one at a time to find which was causing the issue and narrowed it down to jetpack-protect.

    I set the debug to true in wordpress to see if any additional errors would show, but nothing other than showing there are numerous php errors. I checked most of them and nothing is specific enough to narrow down. I tested 2 other websites by simply clicking on “deactivate” for the jetpack-protect plugin and both instantly went down and were not recoverable – so I am 100% that is the issue. Again, not sure if it matters that it was initially installed by MainWP or not.

    Please let me know what else you need or what I can do to get the websites back up. Even restoring one website still leaves it with the same issue since it is putting the plugin back on, and again it goes down with errors once deactivated.

    Please help!

    Thread Starter kevinstan

    (@kevinstan)

    @natseelen – If you go to the editor in your WordPress dashboard under Appearance > Editor, you will see a selection of folders and files off to the right side. Find the folder that says /job_manager/ and click the small black arrow to expand it. Then you will see the file called job-preview.php

    Click that file to edit – and do the following:

    Find the line that says:
    <form method="post" id="job_preview" action="<?php echo esc_url( $form->get_action() ); ?>">

    Then add this directly below it:

    <?php
    	/**
    	 * Fires at the top of the preview job form.
    	 *
    	 * @since 1.32.2
    	 */
    	do_action( 'preview_job_form_start' );
    	?>

    This will be ABOVE the:

    <div class="container">

    After the edit, click on save / update – and it should fix your theme. If not, then please reach out to the theme developer and they should be able to help you. The fix was released in the last update – I am not sure why you are still having an issue with yours. Hope this helps.

    Thread Starter kevinstan

    (@kevinstan)

    @natseelen have you updated the theme? The fix was in the latest update. If still no luck let me know and I can give some suggestions to try and help.

    Thread Starter kevinstan

    (@kevinstan)

    @jakeom Thank you for being active on here and helping out. I greatly appreciate it. I like to see developers support their work – and you have done exactly that. Thank you!

    Thread Starter kevinstan

    (@kevinstan)

    @napsme Here is what fixed the theme and got it working for me.

    open the file /job_manager/job-preview.php

    Find this line:
    <form method="post" id="job_preview" action="<?php echo esc_url( $form->get_action() ); ?>">
    And right below it add:

    	<?php
    	/**
    	 * Fires at the top of the preview job form.
    	 *
    	 * @since 1.32.2
    	 */
    	do_action( 'preview_job_form_start' );
    	?>

    This will be right before and above the:
    <div class="container">

    This has the theme working again for me – however codethemes said they were going to update the theme – but judging by their previous lack of support, I have no idea when or if they actually will. I have not had a good experience with them so far.

    If anyone else is using the Robolist theme and needs help please let me know and I will try to help out. The plugin dev was correct with what needs to be added.

    • This reply was modified 5 years, 8 months ago by kevinstan.
    Thread Starter kevinstan

    (@kevinstan)

    @rohitwebgensis What theme are you using?

    Thread Starter kevinstan

    (@kevinstan)

    I have contacted the theme developer (codethemes) for the theme I am using that is having problems (Robolist Pro) but they have yet to provide any updates or help.

Viewing 8 replies - 1 through 8 (of 8 total)