Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Checkboxes disappeared › Reply To: Checkboxes disappeared
Hi,
The font-face declaration of the ‘tick’ icon is missing from the site header, make sure to add this inline CSS to resolve it:
[html]<!–
@font-face {
font-family: ‘asppsicons2’;
src: url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.eot’);
src: url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.eot?#iefix’) format(’embedded-opentype’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.woff2’) format(‘woff2’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.woff’) format(‘woff’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.ttf’) format(‘truetype’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.svg#icons’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
.asp-try{visibility:hidden;}.wpdreams_asp_sc{display: none; max-height: 0; overflow: hidden;}
–>[/html]