• Resolved pwright2

    (@pwright2)


    I was beginning to think the SEO plugin just plain wasn’t working until I discovered the Bulk Editor. It appears to work fine. When I go to a Page (or Post, doesn’t seem to matter) the snippet preview shows the information I entered in the Bulk Editor. If I try to make a change to the snippet it initially seems to make the change … but on updating the page, it is back to what I put in the Bulk Editor. And when I try to make a Focus Word, it highlights the words in the snippet when they match but again, on update, the snippet remains the same and there is no Focus Word.

    I can’t figure this out.

    —–Paul—–

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Michael Tiña

    (@mikes41720)

    Can you confirm you are using WP 4.9.8 and Yoast SEO for WordPress 8.2? When you edit a specific post or page, does the Yoast SEO meta box fully load as expected? Could you please share a screenshot or two of your view of the meta box?

    Thread Starter pwright2

    (@pwright2)

    I’ve done an email reply because I see no way to attach files here.

    Turned out that I was running Yoast 8.1.2 but I installed update to 8.2.1 and does not seem to have changed the result. My computer is running Win 10 ver 1803 if that matters.

    Screenshots attached.

    Multisite Install
    Wordpress 4.98
    Yoast SEO 8.2.1 (after update)
    Bulk Editor ‘Welcome to Our Church’ – Title
    Bulk Editor ‘Welcome to Our Church’ – Description
    WP Edit Page ‘Welcome to Our Church’

    Thread Starter pwright2

    (@pwright2)

    Apparently the problem is bacause of a multisite installation.

    This gentleman’s post (https://ww.wp.xz.cn/support/topic/updating-seo-details-does-not-work-on-a-multisite/) seems to contain the answer. At least it seems to be working for me. I have no idea why, and it may contain hidden dangers.

    For those who are even less familiar with these processes than I, here is a slightly more detailed explanation. Log in to whatever code editing capability you have for your site. Maneuver to /wp-content/plugins/wordpress-seo/admin/metabox/ and open class-metabox.php with a text editor. Search for the word multisite. You should find it in a set of instructions that looks like this:

    // Bail if this is a multisite installation and the site has been switched.
    if ( is_multisite() && ms_is_switched() ) {
    return false;
    }

    For him these were lines 785-790. My version was 662-667. Just search for multisite. Then you are going to comment those lines out by putting a /* on the line previous and */ on the line after.

    Save the file and test.

    —–Paul—–

    Can you please confirm whether this issue is still occurring with the most recent Yoast v8.3? You can learn more about updating here: https://kb.yoast.com/kb/how-can-i-update-my-free-plugin/

    If you are still experiencing the issue after updating, the best next step would be to create a new issue for our developers at https://github.com/Yoast/wordpress-seo/issues/new. You will need an account to create a new issue. If this is your first bug report, please check out: https://kb.yoast.com/kb/how-to-write-a-good-bug-report/.

    Don’t forget to include the URL to this conversation in your bug report.

    Thread Starter pwright2

    (@pwright2)

    Yes, I updated to 8.3. Yes, the same problem returned. I made the same patch. (Different line numbers again.) Seems fixed again.

    Thanks for bringing this to our attention. We’d welcome you to submit a bug report here so our development can investigate this issue further.

    Plugin Support Michael Tiña

    (@mikes41720)

    No further response, setting to resolved. If the issue persists, please feel free to submit a bug report.

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

The topic ‘Bulk Editor Works, Page Yoast SEO editor does not’ is closed to new replies.