Tagged: 404 error, enfold menu
-
AuthorPosts
-
December 30, 2013 at 1:36 pm #203686
Hi, I wrote about some 404 problems here in another post which is already closed to new replies.
Finally I found what cause my website to crash on 404 errors.
As soon as I change de “General Settings” within the ENFOLD Menu and I save the changes, suddenly all the pages located on the Top Menu stop working resolving a 404 error. Also the Column title page of a MegaMenu I have, does not load so a 404 error appears instead. Only the subpages inside the only column with subpages are working.
The only way I found to resolve this issue was deactivating 10 plugins at once and then reactivating them again and then all the pages works smoothly. I tried deactivating the WPML plugin only and activating with no success so I’m not pretty sure where the problem is located.
It seems that the ENFOLD menu write in some part of the website structure not properly and then when reactivating the plugins wordpress fix the issue.
With my coding skills I cannot find out what’s going on and how to solve this issue and not be worried anymore about changing any ENFOLD setting.
Thank you in advance and have a happy new year!
Oriol
December 30, 2013 at 1:48 pm #203691Hi karbonato!
Please update your theme to the latest version (2.4.4). Then go to Settings > Permalinks and change the portfolio slug rules if necessary and hit the “Save” button. Does this procedure fix the issue?
Regards,
PeterJanuary 1, 2014 at 1:51 pm #204250I’ve been trying what you said with that results:
First of all I’d like to say that my Enfold theme was already updated to the last version (2.4.4) when I wrote the above post.
– Changing permalinks setup from “Day and name” to “default” it does work although it cannot be considered an option for me until the slugs provided by the “default” permalink setting are not useful for the end-user and my choice is “Day and name” which looks much better.
– As soon as I set back “Day and name” permalink option after trying the “default” one, the 404 errors come again.
The solution so far to keep the permalinks style I need it’s deactivating a number of plugins and reactivating all over again.
Any idea on how to fix this permanently and keeping the permalinks I want?
Thank you and have a happy new year!
Oriol
January 1, 2014 at 2:31 pm #204252Hi!
Please try to insert this code
add_action('init','deactivate_avia_flush', 10); function deactivate_avia_flush(){ remove_action('wp_loaded', 'avia_flush_rewrites'); }
into the theme functions.php file and check if it fixes the permalink issue.
Regards,
PeterJanuary 1, 2014 at 2:51 pm #204257Finally!! Problem solved! This piece of code fixed the issue! Thank you so much, I would have never found this solution without your help!
Thank you again and have a happy new year!
Oriol
January 1, 2014 at 7:32 pm #204293Glad we could help. Let us know if you have any other questions or issues.
-
AuthorPosts
- The topic ‘Pages crashing after changing ENFOLD settings’ is closed to new replies.