HomePage › Forums › Themeforest › Majextic – Auto Parts Store WooCommerce Theme › Majextic Search Compatibility
- This topic has 6 replies, 2 voices, and was last updated 1 month, 3 weeks ago by
Supporter.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
October 6, 2023 at 11:46 pm #10855
I need to now how to Edit Majextic Search Compatibility
October 7, 2023 at 12:18 am #10858Please add this custom code to file functions.php( child-theme):
add_filter('majextic_admin_fields_filter_vehicle', 'majextic_admin_fields_filter_vehicle_custom'); function majextic_admin_fields_filter_vehicle_custom(){ return array( array( 'type' => 'year', 'slug' => 'produced', "label" => "Year", 'placeholder' => esc_html__('Choose Year', 'majextic'), ), array( 'type' => 'text', 'slug' => 'make', "label" => "Make", 'placeholder' => esc_html__('Select make', 'majextic'), ), array( 'type' => 'text', 'slug' => 'model', "label" => "Model", 'placeholder' => esc_html__('Select model', 'majextic'), ), array( 'type' => 'text', 'slug' => 'part', "label" => "part", 'placeholder' => esc_html__('Select part', 'majextic'), ), ); } ///You can sort, change the name, remove array field or position of these fields
October 7, 2023 at 1:14 am #10860I have to add that code to this file and reinstal the theme???
October 7, 2023 at 1:14 am #10861October 7, 2023 at 1:15 am #10862where do I modify the lists from that search menu??
October 7, 2023 at 1:48 am #10864October 8, 2023 at 1:35 am #10871Please send the WordPress admin web account for me, I will check and try to help you.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.