๐Ÿ—“ September 8, 2020: Hitchhikers Office Hours

Add questions or topics below that you would like to have answered or discussed during this office hours session!

Could we go over applying solution templates to Yext accounts that are already configured for Listings/Pages? Iโ€™d like to understand any standard best practices that the HH team has seen from their experience, what to be careful for, how to ensure you donโ€™t mess something up, what to do if you mess something up & need to revert the account.

Can we review the latest GMB API updates?

Can we review inspecting a page to troubleshoot API mapping issues?

When using the new universalsectiontemplate, how do I change the length/width of the cards in CSS to be squares? Also - are there any concerns that certain layout changes in universalsectiontemplate will affect the mobile experience?

Low priority but review of searchable filters and their best use cases / a deeper explanation of how our algorithm treats each would be helpful for me. Also why you wouldnโ€™t want a field to be searchable (such as description fields having too much noise, etc.).

Hereโ€™s the recording from this week, thanks for joining!

1 Like

Hi Jessie!

Below is the CSS I added in the demo.

.Answers .HitchhikerProductProminentImage-img {
    height: 200px;
    object-fit: cover;
}

Hereโ€™s more context about the object-fit CSS property - CSS object-fit Property

Make sure to test this with the images you have in your Knowledge Graph though!

1 Like

Thank you, Amani! Very helpful!