We are trying to customize the Algoila instant results hover menu to fit our custom Magento theme. Does anyone know of a way to keep the instant result menu open so we can inspect elements using Chrome tools?
You can put the following debug
flag to true
:
var options = {
hint: false,
templates: {
dropdownMenu: '#menu-template'
},
dropdownMenuContainer: "#algolia-autocomplete-container",
debug: true // to inspect the dropdown menu
};
The associated documentation is here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With