• Resolved braino

    (@braino)


    Hello, for my Usecase i need to change some design related things and was wondering if there is a developer documentation to check out for such work so i can hire a freelancer to work on this.

    In example there are a few basic things like:

    • Don’t display a preview-image if no preview image exists
    • Change the size of search results to make them way smaller like amazon search results
    • Coloring
    • Middle-Mouseclick to open in a new tab (!!!)
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Sachyya

    (@sachyya-sachet)

    Hello @braino ,

    Thank you for using our plugin.

    We have a documentation for the plugin here: https://codemanas.github.io/cm-typesense-docs/
    But regarding your changes mentioned, there is not much design documentation. But can be achieved with CSS tweaking.

    • To not display a preview image, you will have to override the item.php template from autocomplete/item.php following this documentation link: https://codemanas.github.io/cm-typesense-docs/template-overriding/
    • To make the search results smaller, you can target the class item ais-Hits-item and apply CSS as your requirement.
    • You can find the specific item you want to color and apply your color requirement with CSS
    • You can wrap the search results in an anchor tag then middle mouse click would open the result in new tab. To wrap search results in anchor you will have to override the item.php template like above mentioned.

      Please let us know if you need any further assistance or contact us.

      Regards
    Thread Starter braino

    (@braino)

    thank you for your reply! do you mind telling me the exact css tweak for making the list smaller and couldn’t we also hide the preview images via css as well?

    Plugin Contributor Sachyya

    (@sachyya-sachet)

    It would be easier if you could provide you site link so I can inspect it and provide you with proper solution if possible.

    Regards

    Thread Starter braino

    (@braino)

    Certainly! May i send it to you in private somewhere?

    • This reply was modified 1 year, 8 months ago by braino.
    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Thread Starter braino

    (@braino)

    Thank you, sent!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Design Customization: Custom Work or Documentation?’ is closed to new replies.