• I noticed that after I try to register a store I get a 404 error page if i visit the store page.

    Tryed to create an account with vendor permissions from the wp-admin but same 404 error.

    Tryed to refresh permalink but still nothing.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Be sure you have set site’s permalink using “Post Name”.

    Are you using Elementor for the site?

    Thread Starter fra29

    (@fra29)

    Yes, the permalink is set to post name.
    Yes, I’m using elementor

    Plugin Author WC Lovers

    (@wclovers)

    Add this line to your site –

    add_filter( 'wcfmmp_is_allow_elementor_is_post_type_archive_reset', '__return_false' );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin – https://wordpress.org/plugins/code-snippets/

    Thread Starter fra29

    (@fra29)

    Still no solution by adding this code, now if I click on a store page it says NO RESULTS FOR THIS SEARCH (“elementor-nothing-found elementor-products-nothing-found”).

    Please help me solve this my few clients are paying

    Thanks!

    Thread Starter fra29

    (@fra29)

    UPDATE:

    I think that the errors appears only with the stores that have no products assigned to them. I’ve tryed adding a product for a Store that sends back 404 error and now I can see perfectly his store page.

    Do I still need to use the code snippet u suggest me because of elementor or not?

    Plugin Author WC Lovers

    (@wclovers)

    I think that the errors appears only with the stores that have no products

    – Right, that’s why I provided you that snippet.

    If you are fine with no product stores with 404 then do not add that snippet.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘404 error after registration’ is closed to new replies.