• Hi there,
    I cant decide what will be the topic title. So forgive me for my topic title.
    I have more than 1000 SCHOOLS name
    Schools are in 3 CATEGORIES
    And every schools located in a CITY and PROVINCE
    What i need is: User can be select (from drop down menu) CITY or PROVINCE to see schools in this province.
    After selecting; School must be displayed with which category in it.
    Or just enter any school name to find city or province or category of this school?
    My WP site is composed with Elementor
    Is there any Plugin(s)? Or how can i make such a search tool with elementor etc?

    I hope i can described what i want to do
    Best Ragards

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hello,

    To achieve this functionality, you can use HTML, CSS, and JavaScript.

    The HTML code provides a dropdown for selecting the type of location (city or province) and another dropdown for selecting the specific city or province. When the user selects a location, the JavaScript code dynamically populates the second dropdown with the corresponding cities or provinces based on the user’s selection. After selecting a specific city or province, the script displays the schools in that location along with their categories.

    Thread Starter kucukcagatay

    (@kucukcagatay)

    Hi Ibrahim
    According to your replay I should be a master of HTML code and CSS and also JS :))
    I am a newbie and need a open source codes or WP plugins to do that

    Ragards

    Hi,

    Head over to?https://jobs.wordpress.net/?and?post a job ad to hire a WordPress developer?to implement your desired solutions for you.

    If you are not going to find these features packaged into any ready-to-use theme or plugin.

    Good luck!

    Thread Starter kucukcagatay

    (@kucukcagatay)

    I said I am a newbie not boss :))
    PS: I am a unv student ??

    • This reply was modified 1 year, 1 month ago by kucukcagatay.

    Ok,

    Following your outlined scenario, I’ve prepared a comprehensive solution for you. You can access the complete code for this functionality by clicking the link below:

    ?? Click here for the code

    Feel free to adjust the formatting or wording further to match your specific context!

    In this code, the HTML file provides a dropdown for selecting the type of location (city or province) and another dropdown for selecting the specific city or province. When the user selects a location, the JavaScript code dynamically populates the second dropdown with the corresponding cities or provinces based on the user’s selection. After selecting a specific city or province, the script displays the schools in that location along with their categories.

    If it’s successful, you can mark as resolved this thread! Thanks!

    Thread Starter kucukcagatay

    (@kucukcagatay)

    Dear Ibrahim
    Thanks a lot for your great help
    As i said I wanan use this in WP page.
    As you send a html code + CSS + JS
    How can i use them? Open a html area in my page and add your html codes? And what about CSS ? and JS ?? put as a file in root directory?
    Regards

    Certainly, you’re all set! Here’s how you can seamlessly integrate the code into your website:

    HTML: Copy and paste the provided HTML code into the designated HTML area of your site’s page.
    CSS: You have the flexibility to either include CSS within the same file using <style> tags or create a new CSS file and link it with the HTML page.
    JavaScript: Similarly, you can add JavaScript functionality by either creating a new JS file or utilizing a snippet in the Code Snippets Plugin.

    Enjoy coding, and have a good day!

    Thread Starter kucukcagatay

    (@kucukcagatay)

    Thank you dear Ibrahim
    Least but not last question :))
    1. I have 81 city
    2. Each city has it own districts (province is wrong)
    (think that schools are located in districts)
    3. And what about my schools? How can i add schools name to this schema? Is it possible to use DB?
    My schools and their city/districs are all in a excell file.
    4. And in your codes CANT FIND School Search field?
    (I mean any user just enter and search only school names)

    Thread Starter kucukcagatay

    (@kucukcagatay)

    Dear Ibrahim??

    Hello,

    In the example provided, you can replace ‘School 1, 2,’ etc., with the name of your school and can add more. For dynamic management of extensive data in this project, it’s advisable to utilize the MySQL database. To enable the search functionality, you’ll need to incorporate PHP code. It looks like this will be a custom project. You’re not going to find these features packaged into any ready-to-use theme or plugin.

    Good Luck!

    Thread Starter kucukcagatay

    (@kucukcagatay)

    OK, you can try! Hope you will find your desired one! Good Luck!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Any Search Tool to Listing with Specific Fields’ is closed to new replies.