• Resolved pauljbrown

    (@pauljbrown)


    The search for organizers (aka instructor on my site) searches only the name. Can it also include the description, please?

    Ideally, I want to group the instructors by province; for now I have added a hyphen and two-character province abbreviation. The province is consistently mentioned in the description, so including the description in the search would be great. Thank you!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter pauljbrown

    (@pauljbrown)

    Also, the search box for searching organizers is too small and prompts with “keyword” which implies a broader search than just the title.

    What is the CSS tag I can use for increasing the size of the search box and its “Search” button, please? Thanks!

    Plugin Support epsupport

    (@epsupport)

    Thanks for reaching out to us

    We will update you shortly.

    • This reply was modified 7 months, 2 weeks ago by epsupport.
    Thread Starter pauljbrown

    (@pauljbrown)

    Thanks for your reply!

    For the search box and button on the Organizer (aka Instructor) page, I found and modified the CSS classes and entered them into the CSS tab in EventPrime settings.

    /* For Instructor search box and button */ .ep-form-control-sm {font-size: 16px !Important; } .ep-btn-sm {font-size: 16px !Important; }

    Plugin Support epsupport

    (@epsupport)

    Hi @pauljbrown,

    Thank you for your valuable feedback regarding the Organizer (Instructor) search functionality.

    Regarding your request to include descriptions in the search, we have noted it and will enhance the search functionality to cover both names and descriptions in our upcoming releases.

    For the layout and positioning of the search box and button, you can apply the following CSS to achieve a better appearance and alignment:


    #ep-organizers-container #ep_organizer_search_form .ep-box-row {
    display: flex !important;
    justify-content: center !important;
    }

    #ep-organizers-container #ep_organizer_search_form .ep-box-row .ep-box-col-4 {
    flex: 0 !important;
    }


    If you have any further questions, please don’t hesitate to reach out to us.

    Thread Starter pauljbrown

    (@pauljbrown)

    In your last post you said, “Regarding your request to include descriptions in the search, we have noted it and will enhance the search functionality to cover both names and descriptions in our upcoming releases.” I still do not see search working beyond the names of the Organizer (aka Instructor).

    Is an extended search planned for a future release? Thanks!

    The page I need help with: https://pranichealing.ca/PranicCA_Test/Instructors/

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.