This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Checkboxes disappeared

#18338
Ernest MarcinkoErnest Marcinko
Keymaster

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&#8217;);
src: url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.eot?#iefix&#8217;) format(’embedded-opentype’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.woff2&#8217;) format(‘woff2’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.woff&#8217;) format(‘woff’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.ttf&#8217;) format(‘truetype’),
url(‘https://beta.natureslens.co.uk/wp-content/plugins/ajax-search-pro/css/fonts/icons/icons2.svg#icons&#8217;) format(‘svg’);
font-weight: normal;
font-style: normal;
}
.asp-try{visibility:hidden;}.wpdreams_asp_sc{display: none; max-height: 0; overflow: hidden;}
–>[/html]