Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #317357

    I just upgraded to WP 4.0 and have the latest versions of everything.
    Somehow the permalinks to a couple of pages changed to the permalinks of some blog posts I have on my site.
    I changed back to the original permalinks and thought I was fine.

    But now, as I did some changes to these pages and saved the changes, permalinks reverted back to the blog post permalink – I also see that my YOAST SEO settings reverts back when doing this, changing the SEO title of the page, the keywords and everything.

    What is this?

    #317771

    Hi,

    Can you reproduce the same behavior with the default WordPress theme activated?

    Cheers!
    Josue

    #317984

    Hi Josue

    I dont know how to do that, I must admit.

    What I have done is this:

    I save a page, the permalink changes to the wrong permalink.
    I change the permalink back to the good one and save.
    I deactivate the Yoast SEO,
    I save the page and the permalinks stays good.
    I reactivate Yoast.
    I save the page, the permalink reverts to the wrong one.
    I change the permalink back to the good one (with the plugin activated) and it stays good.
    I save the page once more and the permalink reverts to the wrong one…

    So I can actually save the page after correcting the permalink, but if I save it once more, it reverts.

    I would be happy to do what you suggest, but would need an explanation.

    Thank you for helping!

    #318317

    Hey!

    I suggested changing the theme to the default WordPress one (twenty fourteen) and try to reproduce the issue, that way we can discard if the problem is related to Enfold or not.

    Cheers!
    Josue

    #319073

    Just wanted to throw my issues into this thread. Same permalink problems combined with SEO Yoast.
    I have installed the latest WP version, 4.0 as well as the latest Enfold at this point.

    I have talked to the support at Yoast that recommended the following which I have tried to flush out were the problem is:

    The latest WordPress update may have caused issues with your other plugins which probably created a conflict with ours. Please try deactivating all of your plugins except the Yoast plugins and switch to a default theme like Twenty Fourteen. If the problem goes away, activate your plugins one at a time and check if the issue comes back for every plugin activated. Finally after all plugins are active, switch to your theme and see if the problem is resolved. This will narrow down the conflict to a specific plugin or a theme conflict.

    So I did. All plugins was deactivated except for SEO Yoast with Enfold and it screwed up the permalink. I activated a default WP theme and all worked fine. I changed back to Enfold and the problems started again – no other plugins in action at this point. Seem like the problem is in Enfold somewhere?!

    Hope there is an fix for this since I really don’t want to change my SEO plugins – and I need it badly for our business.
    Have a nice day good people :-)

    #319138

    Thank you Josue and eSensual –

    I did this and I think it works:
    http://kb.yoast.com/article/129-wordpress-seo-is-changing-my-slug

    #319150

    Congrats. Did not work for me :-(

    All I need to do is to hit the publish button and the permalink changes as before….

    #319196

    I was wrong after all – it seemed to work, but it didn’t…

    #320077

    Hey!

    Please add the code Peter posted here to Functions.php file – https://kriesi.at/support/topic/issue-with-seo-by-yoast/#post-313882

    Cheers!
    Yigit

    #320148

    Hi Yigit and thanks you helping me out.

    I dont know how to paste the code into the Functions.php file, I am sorry to say.
    Tried this:
    Clicked on Appearance, then Edit, then functions.php file – scrolled down to the bottom of the functions.php and pasted the code there.
    There was no way to save this. A text also tells me to make the file writeable before pasting and refers to “Codex”. From hereon, I am lost!

    What to do?

    Thanks for very good support!

    #320212

    Hi!

    You can access via FTP and edit functions.php file in wp-content/themes/enfold folder or change the permission of functions.php file to edit from WordPress backend

    Cheers!
    Yigit

    #320214

    Hi,

    Can you please create us an administrator account? post it here as a private reply.

    Regards,
    Josue

    #320405
    This reply has been marked as private.
    #321032

    Hey!

    Thank you for the info.

    The login page takes forever to load. I can’t access the username and password field. Please try adding the code snippet via FTP.

    add_action('init','avia_remove_yoast_filter');
    function avia_remove_yoast_filter()
    {
        remove_filter('wpseo_pre_analysis_post_content','avia_wpseo_pre_analysis_post_content_fix', 10, 1);
        remove_filter('wpseo_video_index_content','avia_wpseo_video_content_fix', 10, 2);
    }

    Cheers!
    Ismael

    #321067

    ok! That was strange, the long log-in time I mean.
    Anyway, thank you for helping me out.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘permalinks changed after upgrade – problems with Yoast SEO’ is closed to new replies.