I am using the header that has the AJAX search bar and how i change dropdown’s choice

This topic has 3 replies, 3 voices, and was last updated 3 months ago ago by Andrew Mitchell

  • Avatar: zoljargal
    zoljargal
    Participant
    July 4, 2024 at 02:42

    I am using the header that has the AJAX search bar and
    1. how i can change “All Categories” Dropdown choice such as a brands?
    2. or dropdown choice can be set parent categories?
    3. how i can change “All Categories” text?
    i’m using https://xstore.8theme.com/elementor3/electronic-mega-market/ theme. The https://prnt.sc/Zn5rSiim-zlH

    2 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 4, 2024 at 09:15

    Dear @Zoljargal,

    I hope this message finds you well. I would like to address your queries as follows:

    1. Currently, the option you are looking for is not available directly. However, you are welcome to submit a feature request on our request board at https://www.8theme.com/taskboard/. Alternatively, if you require additional customization, please submit a request through our customization panel available at https://www.8theme.com/account/#etheme_customization_panel.

    2. We provide the filter ‘etheme_elementor_ajax_search_categories_args’ which allows for the modification of the Categories query in Ajax search Elementor widgets. We have implemented the following snippet for you to prevent subcategories from appearing in your Categories dropdown:

    add_filter('etheme_elementor_ajax_search_categories_args', function($args) {
        $args['hierarchical'] = false;
        return $args;
    });

    You can view the changes here:
    – Before: https://prnt.sc/GActS3PrheeU
    – After: https://prnt.sc/Wdpe_kC1BGvU

    3. For translation purposes, please use the Loco Translate plugin to search for the strings you need to translate. The string ‘All categories’ should be located within the translations for the XStore Core plugin. You can find more detailed information in our documentation at https://xstore.helpscoutdocs.com/article/30-base-theme-translation.

    Should you have any further questions or require additional assistance, please do not hesitate to contact us.

    Best Regards,
    Jack Richardson
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    July 5, 2024 at 04:48

    Dear zoljargal,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘I am using the header that has the AJAX search bar and how i change dropdown’s choice’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.