• Resolved oli89

    (@oli89)


    Hi,
    I use your plugin since a longer Time but I have a problem with the dimension of the pictures in the search results. Can you please tell me if there is an option to change this thumbnais-dimension/the used thumbnais?

    I will be really happy to hear from you.
    Best regards
    Oli

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @oli89

    The issue is cause by the styles inherited from the theme active on your WordPress, specifically by the CSS rule below into the “https://huehnerhaltung.org/wp-content/themes/affiliatetheme/_/css/bootstrap.min.css” file:

    .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;
    }

    Please, try entering the style definition below through the menu option: “Appearance > Customize > Additional CSS”:

    .search-in-place .thumbnail{display:inline-block !important;float:left;}
    .search-in-place .thumbnail img{width:128px !important;height:128px !important;float:none !important;position:relative !important;}
    .search-in-place .data{margin-left:calc( 100% - 128px ) !important;}

    Best regards.

    Thread Starter oli89

    (@oli89)

    Thanks very much for your fast answer.
    Sorry but I think we have a small missunderstanding.
    My Problem are the thumbnais which you see after you click on more results (see here) search resulst: https://huehnerhaltung.org/?lang=de&s=zwe&submit=Search

    Can you please also help me here?
    Best regards

    Plugin Author codepeople

    (@codepeople)

    Hello @oli89

    The appearance of the results page is not controlled by our plugin. Our plugin modifies the query that finds the elements to display, but not as they are displayed.

    Your website is loading modified versions of the images:

    https://huehnerhaltung.org/wp-content/uploads/vorstellung_zwerg_new_hampshire-263×138.png

    Instead of the original ones:

    https://huehnerhaltung.org/wp-content/uploads/vorstellung_zwerg_new_hampshire.png

    Best regards.

    Thread Starter oli89

    (@oli89)

    Oh ok, thanks for this information.
    Than I will take a look in the theme, I hope I can find it there.

    Sorry but I have seen one point more.
    Is there maybe a possibility to change the “more results” which you can see under the search results to other word or translate it in german?

    Best regards
    Oli

    Plugin Author codepeople

    (@codepeople)

    Hello @oli89

    In the current version of the plugin, you can create your own language file by using the poEdit application or install a translation plugin like “Loco Translate” to translate the text directly from WordPress.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Chang dimension of Thumbnail’ is closed to new replies.