Tagged: Permalinks
-
AuthorPosts
-
September 11, 2014 at 1:26 pm #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?
September 12, 2014 at 3:24 am #317771Hi,
Can you reproduce the same behavior with the default WordPress theme activated?
Cheers!
JosueSeptember 12, 2014 at 10:23 am #317984Hi 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!
September 12, 2014 at 8:37 pm #318317Hey!
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!
JosueSeptember 15, 2014 at 8:55 am #319073Just 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 :-)September 15, 2014 at 12:12 pm #319138Thank you Josue and eSensual –
I did this and I think it works:
http://kb.yoast.com/article/129-wordpress-seo-is-changing-my-slugSeptember 15, 2014 at 12:34 pm #319150Congrats. Did not work for me :-(
All I need to do is to hit the publish button and the permalink changes as before….
September 15, 2014 at 2:13 pm #319196I was wrong after all – it seemed to work, but it didn’t…
September 16, 2014 at 7:09 pm #320077Hey!
Please add the code Peter posted here to Functions.php file – https://kriesi.at/support/topic/issue-with-seo-by-yoast/#post-313882
Cheers!
YigitSeptember 16, 2014 at 10:01 pm #320148Hi 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!
September 17, 2014 at 1:40 am #320212Hi!
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!
YigitSeptember 17, 2014 at 1:43 am #320214Hi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueSeptember 17, 2014 at 10:04 am #320405This reply has been marked as private.September 18, 2014 at 9:51 am #321032Hey!
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!
IsmaelSeptember 18, 2014 at 10:42 am #321067ok! That was strange, the long log-in time I mean.
Anyway, thank you for helping me out. -
AuthorPosts
- The topic ‘permalinks changed after upgrade – problems with Yoast SEO’ is closed to new replies.