Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1086579

    Hi i have been using your theme for years and it is the first time i have a similar problem. I modified searchform.php in my child theme to find Woocommerce products and I realized that the reload works only in the home and not in the internal pages of the site. What’s the problem? Can you help me?

    #1087111

    Can you reply me please?????????

    #1087194

    Hi paoluccimarketing2015,

    Can you please post the link to your website, I can only see the link to the FTP.

    Best regards,
    Victoria

    #1087406
    This reply has been marked as private.
    #1087407

    To resolve the problem i hadded the following code in functions.php of my child theme but i’m not sure that the problem is solved.

    /* url search */

    function wpb_change_search_url() {
    if ( is_search() && ! empty( $_GET[‘s’] ) ) {
    wp_redirect( home_url( “/search/” ) . urlencode( get_query_var( ‘s’ ) ) );
    exit();
    }
    }
    add_action( ‘template_redirect’, ‘wpb_change_search_url’ );

    #1087412
    This reply has been marked as private.
    #1087809

    Hi paoluccimarketing2015,

    Have you seen these threads

    Change Search results to products search results (Woocommerce)

    https://kriesi.at/support/topic/replace-standard-search-with-woocommerce-product-search/

    Best regards,
    Victoria

    #1088203

    Hi Vittoria, thanks for your kind reply. I tried to replace the search codes with those suggested but the problem is not solved. If I go to the contact page for example and I use the research tool on the top it gives me back 404. Can you try this?

    Thanks
    Lamberto

    #1088727

    Hi Lamberto,

    Can you please your custom function and check if the search works at all?

    Best regards,
    Victoria

    #1089016

    I tried and it doesn’t work. You have ftp why you didn’t does this test?! Perhaps this support does not intervene as it should. 2 days to respond with random sentences without even taking tests. thank you!

    #1090640

    Hi,

    What you are asking is outside from our Support Policy but still Victoria is doing the best to help out as much as possible.

    Best regards,
    Basilis

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.