• Resolved junkos

    (@junkos)


    I have the free version and only use for mobile menu. I am trying to add the search feature to mobile menu but when i toggle on, the search pulls up everything as by post instead of pulling the search for items that match the description. How do i fix this? is there a code i have to enter (even if i have to get paid version)

    Please let me know thank you

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support sadiyakhanam

    (@sadiyakhanam)

    Hello @junkos,

    I hope this message finds you well.

    We wanted to inform you that the current Search function in the menu performs a basic search, encompassing all website data. We understand this might not be ideal for your needs, and I want to assure you that we have already notified our development team about your requirement. We will update you as soon as we receive their feedback.

    Thank you for your patience and understanding. We are committed to resolving this matter promptly for you.

    Kind regards,
    Sadiya

    Plugin Support sadiyakhanam

    (@sadiyakhanam)

    Hello @junkos,

    Thank you for your patience as we work to resolve the issue with the search form not appearing in the mobile menu. I understand how important this feature is to you, and I’m here to assist you.

    You can add a custom search form to your mobile menu as follows:

    Default Behavior: On the desktop, you’re using the WooCommerce search form. However, when you enable the search feature in the mobile menu settings, it displays the default WordPress search form.

    WooCommerce Search Form: To use the WooCommerce search form in your mobile menu, simply place its shortcode in the additional content area of the mobile menu settings.

    Alternatively, you can use the custom code provided below to achieve this. To do this, follow these steps:

    • Go to RM Sidebar.
    • Click on Tools
    • Under Select plugin to edit, choose Responsive Menu.
    • Scroll to the bottom of the page and add the code provided below, as shown in the screenshot. Click here

      We are committed to ensuring your satisfaction and a positive experience with our product. If you have any more questions or need further help, feel free to reach out.

      Thank you again for your patience and understanding.

      Best regards,
      Sadiya
    function add_custom_search_form_to_mobile_menu($content) {
    // Append the WooCommerce product search shortcode to the existing content
    $content .= do_shortcode('your shortcode');
    return $content;
    }
    add_filter('menu_additional_content_html', 'add_custom_search_form_to_mobile_menu');

    • This reply was modified 4 months, 4 weeks ago by sadiyakhanam.
    Thread Starter junkos

    (@junkos)

    Good afternoon,

    I tried to edit the plugin and insert the code but nothing seemed to change.

    Plugin Support sadiyakhanam

    (@sadiyakhanam)

    Hello @junkos,

    Apologies for the delay in our response. We’ve carefully reviewed the code and are confident that it is working properly. To better assist you, could you please provide a screenshot of where you entered the code? This will allow us to validate the correctness of the essential adjustments and recreate your configuration.

    Your prompt response will greatly assist us in resolving the situation effectively.

    I am looking forward to receiving your response and providing further assistance.

    Best Regards,
    Sadiya

    Plugin Support sadiyakhanam

    (@sadiyakhanam)

    Hello @junkos,

    We hope you are doing well

    Since we haven’t received any response from your end, I’ll be marking this ticket as resolved. However, please don’t hesitate to reach out to us if you have any further queries or require additional assistance.

    Thank you.

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