New Landing How can we help? Atelier Search not working

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Atelier
  • #315327
    David Martin – Support
    Moderator
    Post count: 20834

    You need to report the issue you have reported here. “The plugin is causing X conflict with the default Twenty16 theme + WooCommerce”.

    #315334
    kushalkamra
    Member
    Post count: 99

    Hi,

    Got reply from Plugin developer to add following code in functions.php of theme

    function wpurp_search_results( $query ) {
    if ( $query->is_search && !is_admin() ) {
    $query->set( ‘post_type’, array( ‘post’, ‘recipe’, ‘product’ ) );
    };
    return $query;
    };
    add_filter( ‘pre_get_posts’, ‘wpurp_search_results’ );

    Search is working as expected with link after this code addition.

    For example this link shows all the results

    https://mydhaba.in/?s=moringa

    But, ajax search on website shows no results.

    #315676
    David Martin – Support
    Moderator
    Post count: 20834

    Hi there,

    Unfortunately that customisation is beyond our scope of support as it is more work than a small customisation.

    We only provide support for theme issues, and at times basic customisations.

    While we’d love to be able to support every customisation request, we simply don’t have the time. We recommend that you seek a freelance developer if you need to make that customisation.

    #315701
    kushalkamra
    Member
    Post count: 99

    Hi David,

    Please check attached Screenshots,

    Screenshot 1 – As you will be able to see search term “Tulsi” when typed in search box did not show results in the popup that comes but,

    Screenshot 2 – After pressing enter it is now on page https://mydhaba.in/?s=tulsi&post_type= where all the relevant search results are shown

    I don’t understand how this is not a theme issue and a major customisation, as search is showing correct results on search page(Screenshot 2) but not on area shown in Screenshot 1

    Attachments:
    You must be logged in to view attached files.
    #315749
    David Martin – Support
    Moderator
    Post count: 20834

    We do not support the WP-Ultimate-Recipe plugin which is causing the issue for the AJAX search. To integrate this you would need a developer to help you.

Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register