• Resolved albator13

    (@albator13)


    Hi, i read all aioseo documentations for the 404 error & sitemap.xml, all is ok for me : i have activate, etc etc. I also put exceptions in the cache. but nothing helps, there is always a 404 error (sitemap & rss). i dont understand (i think the plugin have a problem with that). could you help me please, thanks….

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter albator13

    (@albator13)

    (nota : i have avada theme)

    Hi @albator13,

    Thank you for reaching out!

    Can you please share the installed version number of All in One SEO?

    I’m looking forward to helping you.

    Plugin Author arnaudbroes

    (@arnaudbroes)

    Hi @cjcgl,

    This is a known issue with some sites using the Avada theme and will be fixed in one of the next releases. In the meantime, we have a code snippet that can be added which will allow the sitemap to work.

    add_action( 'wp_loaded', function() {
    	if ( ! function_exists( 'fusion_library' ) ) {
    		return;
    	}
    	$multilingual = fusion_library()->multilingual;
    	remove_filter( 'option_rewrite_rules', [ $multilingual, 'wpml_portfolio_slug_filter_rewrite_rules' ], 1, 1 );
    }, 5);
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘404 error with sitemap & rss’ is closed to new replies.