This thread is resolved. Here is a description of the problem and solution.
Problem:
The customer wanted to add or delete a funder's name/logo to/from a dropdown list on a page. They were unsure how to achieve this and lacked guidance from the previous developer.
Solution:
We found that the dropdown is hard-coded in the child theme's functions.php file. Adding an image directly into elements of a dropdown is not supported by browsers. We suggested using a library like Select2 or Chosen for advanced customizations that allow images in dropdowns, but this requires significant code customization, which falls outside our support scope. We advised the customer to contact a Toolset contractor for further assistance.
I need to add/delete a Funder's name/logo, to/from one of our pages.
Is there any documentation that you are following?
Basic troubleshooting.
I have looked thru the plugin, and can't figure it out.
The web dev that installed this plugin, was supposed to instruct us on how to modify pages, especially something as simple as adding a logo, unfortunately that never happened, and we are no longer using his services.
Is there a similar example that we can see? hidden link
Once you're on this page click on the Funder Name, and a drop down box will show a list of Funders. I need to add/delete from that page.
Are you looking into adding the logo to each item inside the drop down or do you want to add it after the search takes place, eg. adding it to a card such as 'Exploration and Digital Deployment': hidden link
Is the logo a custom field created with types, is it a featured image of that post?
I checked the search form you want to edit and found it is hard-coded in the child theme's functions.php file, between lines 684-790.
Unfortunately, inserting an image directly into the <option> elements of a dropdown using an <img> tag isn't supported by browsers.
To achieve this, you could consider using a library like Select2(hidden link) or Chosen(hidden link), which allows for more advanced customizations, including adding images to dropdowns. However, implementing this would require significant code customization, which falls outside the scope of our support.
If you need further assistance with this implementation, you might consider reaching out to a developer from our list of Toolset Contractors.
Please let me know if there's anything else I can help with.