Archive Dashboard Ready-made View Search UI

Warning: This article describes configuration for legacy ready-made views. Those views have been replaced with modern, easy-to-configure analogues and we strongly recommend using them instead.
See the version of the article for newest views.

If our crawler cannot find images for indexing from your web page, you can replace the default placeholder thumbnail image with your own image in the AddSearch Dashboard.

Instructions

To define your own placeholder image, follow these instructions:

  1. Login to your AddSearch Account
  2. Go to Other settings under Setup
  3. Scroll down to Look & Feel section
  4. Locate Search results text field and add the following code snippet
[data-addsearch-image="no-image"] {
  background-image: url("https://www.yourdomain.com/yourimage.png") !important;
}

or this one if you prefer inlined image (png), encoded in base64:

[data-addsearch-image="no-image"] {
  background-image: "url('data:image/png;base64,your-encoded-image')" !important;
}
  1. Click Save to submit changes

Picture of setting up missing image in AddSearch Dashboard.

Was this helpful?

Need more help?

We’re always happy to help with code or other questions you might have. Search our documentation, contact support, or connect with our sales team.