This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: WP/ Search not populating #57403
    opusuno_qeTzopusuno_qeTz
    Participant

    Hi Ernest,

    I found this hinting for something else. And wanted to share it as see it might be something on your road map…

    https://woocommerce.com/products/ajax-instant-search/

    They have the short code for the menu.

    Here’s an example of it in use

    https://adasignfactory.com/product/lab-sign/

    Still am curious about the “facets” in your screen shot but want to show you this because I feel like I don’t clearly describe what it is I’m talking about 🙂

    in reply to: WP/ Search not populating #57401
    opusuno_qeTzopusuno_qeTz
    Participant

    Hi,

    It’s me again.. Got delayed by many things and finally circling back to the magnifying icon in the MainMenu

    Since it’s been a few weeks I went back to the docs … and I have a 2 questions

    1. Would it be possible to use the short code in the main menu and collapse the search field until the user clicks on the icon?

    Or will must I go the path of using CSS to positioning it relative to the menu like you do here:

    https://documentation.ajaxsearchpro.com/layout-settings/compact-search-box-layout

    2. In this doc: https://documentation.ajaxsearchpro.com/getting-started/shortcode-generator

    There is a screen shot and under the 40% in the graphic you have a “facet” type menu.. How are you achieving this?

    I attached a screen shot and put a box around it if I’m being unclear…

    Thanks again for all your support.

    in reply to: WP/ Search not populating #57319
    opusuno_qeTzopusuno_qeTz
    Participant

    Hi Ernest,

    I just watched it.. It’s too bad it’s not as easy as adding a short code to the main menu and inherit the style. Still, far superior to the build in search. I’ll work on it this weekend. Thanks!

    in reply to: WP/ Search not populating #57317
    opusuno_qeTzopusuno_qeTz
    Participant

    Thank you! Sorry. There’s so many nested options I get lost in the layout! : )

    in reply to: WP/ Search not populating #57303
    opusuno_qeTzopusuno_qeTz
    Participant

    Thanks Ernest. Can it be styled to show only the magnifying icon prior to search? Like the attachment.

    in reply to: WP/ Search not populating #57178
    opusuno_qeTzopusuno_qeTz
    Participant

    It’d be cool to have a MainNav option.

    in reply to: WP/ Search not populating #57176
    opusuno_qeTzopusuno_qeTz
    Participant

    Thanks. GP can easily turn the magnifier on and off. The customer wants a search there..

    in reply to: WP/ Search not populating #57164
    opusuno_qeTzopusuno_qeTz
    Participant

    Hi Ernest,

    Back to this.. customer is complaining. I don’t think it’s your plugin, but I was wondering if there might be a way to remove the generatepress magnifying glass / search and add your search to the main nav? Thanks.

    Here’s a link again so you can see the behavior https://capriolas.com

    I reached out to GP and they told me to add this snippet.. but same results

    add_action( ‘pre_get_posts’, function( $query ) {

    if ( ! is_admin() && $query->is_main_query() && $query->is_search() ) {

    // Only show WooCommerce products
    $query->set( ‘post_type’, array( ‘product’ ) );
    }

    });

    in reply to: WP/ Search not populating #56515
    opusuno_qeTzopusuno_qeTz
    Participant

    Are you suggesting a function in the child theme? Thanks for the help.

    in reply to: WP/ Search not populating #56475
    opusuno_qeTzopusuno_qeTz
    Participant

    I don’t think it’s that.. GeneratePress is either on or off

    It’s a little frustrating. Mainly since my client is whining about it..

    It works perfectly embedded in the home page. Just not in the primary navigation. Modal.

    Is there someway to make the embedded on still work and just use the Navigation default?

    I notice when this is returned No Results Found == https://capriolas.com/?s=sweater

    But when I simply reload the same page it works?

    in reply to: WP/ Search not populating #56452
    opusuno_qeTzopusuno_qeTz
    Participant

    That might be the case.. I don’t know why since it selected to use WC

    in reply to: WP/ Search not populating #56407
    opusuno_qeTzopusuno_qeTz
    Participant

    Yes. It displays the product images and descriptions when AjaxSearch is disabled. See screenshot

    in reply to: WP/ Search not populating #56383
    opusuno_qeTzopusuno_qeTz
    Participant

    Same settings. Weird. At least it’s populating with something..

    in reply to: WP/ Search not populating #56353
    opusuno_qeTzopusuno_qeTz
    Participant

    Yeah. That’s how it is. Same result.. weird. In the GP customizer it shows use image in archive too.

    https://capriolas.com

    in reply to: WP/ Search not populating #56338
    opusuno_qeTzopusuno_qeTz
    Participant

    Thank you Ernest. Progress… That gives me a result.

    But how do I now get the products/images to display?

    It shows only the text of the category or the tag.

    Sorry to be a pest.. I must be missing this in the settings.

Viewing 15 posts - 1 through 15 (of 16 total)