• Resolved nickelaos92

    (@nickelaos92)


    For some reason, the filtering result opens in another Elementor template. How can I prevent this? This is very strange because some of the links work correctly but some of them not. Please, take a look at the following page and try to click on product category links at the top. You’ll see a different behavior: https://melavlevim.co.il/shop/ The URL is not changing, and this is fine. But the template for the first link is wrong. Can you give me some tips on why it is happening?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    Please, try to add this function in the functions.php of your theme:

    if( ! function_exists( 'yith_wcan_content_selector' ) ){
        function yith_wcan_content_selector( $selector ){
            $selector = '.elementor-location-archive.product';
            return $selector;
        }
        add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
    } 

    Let us know if it worked.

    Thread Starter nickelaos92

    (@nickelaos92)

    Thanks for the response. Unfortunately, it didn’t help. Do you have other suggestions? I can give you an access to the admin panel if needed.

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,

    I can’t see the issue, I applied a filter and the template was fine, see ideo here.

    We remain at your disposal.

    Thread Starter nickelaos92

    (@nickelaos92)

    I resolved the issue by myself. It was related to the misconfiguration of Elementor templates. You can close the ticket. Thank you.

    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,

    happy to see that problem is solved now!

    We’d appreciate too much if you could leave a review for our product here. 🙂

    Have a nice day.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Elementor is using a different template upon filtering’ is closed to new replies.