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

Forum Replies Created

Viewing 18,421 post (of 18,421 total)
  • Author
    Posts
  • in reply to: No images are shown #363
    Ernest MarcinkoErnest Marcinko
    Keymaster

    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 🙂

Viewing 18,421 post (of 18,421 total)