Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Plugin search editor on WP

Translated18 USD

Client's review of cooperation with Vitalii Kravchenko

Quality
Professionalism
Cost
Contactability
Deadlines

Great job - I recommend.

Freelancer's review of cooperation with Slava Morozov

Payment
Task setting
Clarity of requirements
Contactability

Pleasant client, clear technical specification without unnecessary questions. The task of refining the WP plugin was completed on time. Ready for further cooperation.

  1. 2338
     3  0

    2 days45 USD

    Hello.
    Such an improvement can be made carefully within the current plugin. It is important to check how cities and stops are currently stored to avoid breaking the existing search and output.

    I work with similar logic, I can quickly look at the code and suggest a proper implementation.

  2. 2889
     20  0

    Winning proposal1 day18 USD

    Good afternoon, Slava. I am ready to finalize the plugin — I will implement the logic for displaying all combinations of stops for each route. I need to look at the structure of the code and the database to provide an accurate timeline. Please write to me privately, and we will discuss the details and cost.

  3. 2163    14  0   1
    1 day18 USD

    Hello! I have 4 years of experience in developing custom solutions for WordPress, so I can easily implement new logic for displaying routes in your plugin. I will rewrite the output loop (WP_Query or custom SQL) so that it dynamically generates all possible combinations of stops between points A and B, while maintaining proper filtering and loading speed of the feed. I work as an individual freelancer, write clean code, and am ready for long-term support of your project; I would be happy to discuss technical details and review the plugin code in private! My works: https://3magency.co/, https://jk-solution.com.ua/, https://farfieworldwide.com/, Behance.

  4. 191    9  0
    2 days33 USD

    Good day.
    I have experience in developing custom themes and plugins for WordPress.
    Your task is clear, I just need to clarify a few points.
    I will be happy to collaborate.

  5. 702    1  0
    1 day18 USD

    Good day! I am ready for ongoing collaboration. I offer a loyal price and quality work, I have experience working with WordPress. Write to me)

  6. 615    3  0
    1 day17 USD

    Hello.

    I suggest looking into the code through the data structure:
    1. I checked where exactly the cities, stops, and connections between them are stored.
    2. I looked to see if it is `CPT + postmeta` or a separate table.
    3. If the data is in `postmeta`, I wouldn't touch it through a simple `meta_query`, because such queries can easily lead to duplicates, heavy `JOIN`s, and incorrect pagination.
    4. For such a case, it is better to have either a separate relation table or controlled SQL logic through `posts_clauses`.
    5. If the stream is paginated, I would separately check `found_posts` / `no_found_rows` to ensure the record count does not go off after expanding combinations.

    Before starting, I want to look at the current code and the database structure. If the logic turns out to be local, such a fix can be made quickly and without unnecessary interference in other parts of the plugin.

    If you have any questions, feel free to reach out privately.

  7. 184  
    1 day18 USD

    Good day! My colleague and I have been professionally engaged in technical design of custom solutions on WordPress and development of geodata processing algorithms for over 4 years, so we will help your plugin become more informative for users. We will implement frontend adaptation of the route ribbon, rewrite the data retrieval logic so that each combination of stops is displayed as a separate offer, and pay special attention to the performance of database queries with a large number of points. Our 4 years of experience is confirmed by successful projects drkukharevich.rivne.ua, crave-agency.com.ua, jk-solution.com.ua.

  8. 1175    13  0   3
    1 day18 USD

    Hello! My partner (designer + full-stack) and I have been specializing in the development and refactoring of custom WordPress plugins with custom logic for over 4 years, so we will professionally refine your route functionality for the correct display of stops. We will develop the architecture of connections between route points in Figma to visualize the logic of duplicate entries, ensuring a technically flawless change of output loop in your plugin, so that the system automatically generates unique pairs "Stop A — Stop B" for each city. Our 4 years of experience in development allows us to make changes to custom code without compromising its original integrity and database performance. Take a look at our work from the perspective of logic and UX: hyperfi.tech, espressolab.com.ua, hudi.com.ua. We are ready for long-term project support.

  9. 2008    36  3
    1 day33 USD

    Good day, I have over 5 years of experience in WordPress development, I have written a large number of custom plugins, so I can easily complete this task for you in a few hours, feel free to contact me, I will do everything turnkey!

  10. 218    1  0
    2 days22 USD

    Hello! Quite an interesting task. I am ready to take on the work. I have over 7 years of experience in development (I am someone who has not only seen what code looks like but has also written it). I am waiting for you in private messages. I am sure we will work well together.

  11. 727    6  0
    1 day18 USD

    Greetings, direct executor, please contact
    portfolio - https://flrancer.github.io/

  12. 449    1  0
    1 day18 USD

    Hello!

    The task is clear: it is necessary for one route in the output to be duplicated for each combination of stops between cities (A1→B3, A2→B3).

    I can refine the route output logic.
    Write to me.

  13. 1762    19  0   1
    2 days56 USD

    Hello, Slava!

    Our IT company creates and improves websites that operate reliably, quickly, and solve specific business tasks for clients. We are engaged in developing websites "from scratch," as well as enhancing existing solutions, increasing their productivity and usability for your users.

    We have experience in:
    - developing responsive and fast websites on various platforms (WordPress, OpenCart, Shopify, WIX);
    - integrations with payment systems, CRM, external services, and internal systems;
    - optimizing website performance and security;
    - setting up analytics and basic SEO tools;
    - software development and automation of business processes: managing customer databases, resource accounting, automating repetitive tasks, integrations with third-party systems;

    After the project is completed, we provide 14 days of technical support. During this period, we help adapt the system to your business processes and consult on any questions related to the completed work. This ensures that the developed solution operates reliably from the moment of launch and does not require additional adjustments.

    We work in a structured and responsible manner - focused on results that align with your business goals.

  14. 169    0  1
    3 days49 USD

    Response Gemini
    Hello! The task is clear: it is necessary to adjust the logic of the SQL query or PHP loop in your plugin so that instead of grouping by route, it expands all combinations of stops.

    I am well acquainted with the architecture of WordPress and writing custom plugins, so I will quickly understand someone else's code. I will ensure that the search correctly outputs duplicate routes for different points without losing performance.

    I am ready to start working and will support your project in the future as new tasks arise.

  15. 764    5  1
    2 days45 USD

    Hello.

    I am ready to make changes to your WordPress route search plugin. The task is clear: to refine the logic so that when there are multiple stops in one city, the route is displayed in the feed as separate options, rather than one general connection.

    I can quickly understand the current code of the plugin, make the necessary changes, and check that the output works correctly. If we work well together, I am also ready to periodically assist with small tasks on this project in the future.

  16. 2712    35  0
    3 days67 USD

    Hello!
    I can fix the plugin right now.
    Feel free to contact me, I will be happy to collaborate with you!

  17. 12912    67  0
    1 day56 USD

    Hello! I will complete your task quickly and efficiently.

    My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
    Write to me, I will start working today. I will be happy to collaborate with you!

  18. 1341    28  1
    3 days67 USD

    Hello
    Familiarize with the website
    I am waiting for feedback
    My latest works figma => wordpress, gutenberg, acf, woocommerce
    https://logistics-ay.com/
    https://lawmedica.com.ua/
    https://shapovalova-immobilien.de/
    https://softaroinc.com/
    https://devdbt.com/
    https://kapital-haus.de/
    https://salesjam.com.ua/ru/
    https://mikroklimatapunkts.lv/
    https://www.ewsa.com.ua/
    https://easyshops.ch/
    https://coinbounty.app/
    https://ururur.com.ua/
    https://tpke.org/
    https://supware.pro/
    https://dvcars.pl/
    https://nextwave.ink/
    https://vchasno-trans.com/
    https://valkyrieclinicaltrials.com/
    https://delta-service.od.ua/
    https://antconstruction.net/
    https://wlink.dp.ua/

  19. 866    26  4   1
    3 days22 USD

    Many questions about the current implementation. Both regarding the admin panel and the front end. In this regard, I would like to take a look at the website with the installed plugin.

  20. 4873    107  0
    3 days234 USD

    Hello, Slava!
    To implement the search plugin editor on WordPress, I suggest creating a custom plugin that will include the necessary functions for effective searching on the site. I will use the WordPress API and optimize the code for maximum performance. Also, I can assist with integrating the plugin with existing themes and plugins on the site.
    The exact price and deadlines will be provided after clarifying the details.

    Profile: Freelancehunt
    Reviews: Freelancehunt

  21. 326  
    1 day18 USD

    Good day!

    I have familiarized myself with the task. I can refine your custom WordPress plugin so that the same route appears multiple times in the route feed for different stops if there is more than one within the same city. I have already written plugins specifically for WordPress.

  22. 1818    123  5   2
    2 days18 USD

    Hello, open to collaboration.
    I can start immediately.

    I have been working with WordPress for over eight years.
    Creating themes and plugins from scratch.
    Optimization to 80-90 points in PageSpeed.
    Working with such plugins, as well as customizing them for specific tasks:
    Visual Composer, Elementor, WPML, ACF Pro, CF7, WP All Import/Export, etc.

  23. 2847    63  5
    1 day18 USD

    Hello, I can make these adjustments for you. I have been working with WordPress since 2014, feel free to contact me.

  24. 2581    283  2   5
    1 day18 USD

    Good day! I have extensive experience in solving similar tasks)
    Feel free to contact me, we will clarify the details and I can get started)

  25. 3522    62  1
    2 days18 USD

    Good day. Would you like to take a closer look at the website? And are these points CPT or custom fields in the database?

  26. Another 14 proposals concealed

Current freelance projects in the category Databases & SQL

It is necessary to check the scripts and update the data in the Postgres database.

It is necessary to correct the SQL scripts for the Postgres database. It is required to check the scripts and update data from external Excel tables and between two Postgres databases (different servers). Scripts will be run through AnyDesk using Navicat. List of data for…

Databases & SQL ∙ 2 days 9 hours back ∙ 18 proposals

Need an Airtable architect to build a relational schema and a new clean Airtable base.

Need help rethinking and building a clean relational schema for an internal operational system on Airtable. The current database is already in use by the team, but it has grown organically: the structure is partially flat, some tables/views are actively used, while others are…

Databases & SQLDesktop Apps ∙ 3 days 3 hours back ∙ 9 proposals

Basketball Coaching Education Platform + Custom CMS

Basketball Coaching Education Platform + Custom CMSProject Overview We are looking for an experienced web development team or full-stack developer to build a modern basketball coaching education platform. The website will provide basketball coaches with access to educational…

Databases & SQLWeb Programming ∙ 3 days 20 hours back ∙ 90 proposals

Integration of Viber in 8.3

223 USD

Need Viber integration into own CRM (1C 8.3)About the Company The company "Domofon System" is engaged in the installation and maintenance of intercom systems. Base of over 40,000 subscribers. We work on our own customized system based on 1C 8.3. We are looking for a specialist…

Databases & SQLBot Development ∙ 4 days back ∙ 18 proposals

Refinement of 1C UT 11 for Zebra TSD (RDP): different sound signals when scanning

22 USD

Configuration: 1C UT 11 Address warehouse Zebra TC26 TSD Work via RDP Product scanning is performed in receiving, placement, picking documents, and other warehouse operations. Current problem: Warehouse workers operate through the Zebra TSD. When scanning, they do not always…

C#Databases & SQL ∙ 5 days 21 hours back ∙ 6 proposals

Client
Slava Morozov
Ukraine Odessa  1  0
Project published
2 months 21 days back
675 views
Tags
  • PHP
  • WordPress
  • MySQL