Hi!
Thank you for using this support form, you are the first one! 🙂
I have great news, I have found the source of the problem and fixed it. The issue was, that the
http://www.sedaro.de/wp-content/plugins/wpshopgermany/views/global.css
file had the following declaration:
.image {
display: none;
}
I used the same class selector in the search, so it did not display. I have added an extra line to the search css file:
wp-content\plugins\ajax-search-pro\css\style.css.php
line 197: display: block !important;
Thank you for the detailed information, it should work fine now 🙂