• Hello

    My issue is resulting of a combination of Hueman and a plugin (Keyword Tooltip Generator – https://wordpress.org/plugins/bluet-keywords-tooltip-generator/). This plugin allows me to create a new type of contents, besides posts and pages : “keywords”.
    I’m not sure if I should post my question here or in the plugin support forum…

    The issue is the following : on search results pages, when a keyword is inside the results, it shows a big ugly featured thumbnail. Example here with the 1st results in the list : http://reseaux-chaleur.cerema.fr/?s=densification
    When I set a featured image on the keyword, this image is shown ; when I do not set any, the usual placeholder is shown. In both case, it’s much too big and doesnt fit into Hueman layout.

    Is there an easy way (custom CSS would be great) to make the size of these thumbnails behave like post thumbnails ?
    If not, is there an easy way to completely remove them ?

    Thank you for your help !

Viewing 2 replies - 1 through 2 (of 2 total)
  • bdbrown

    (@bdbrown)

    Hi Pôle. What you’re seeing is a result of the keyword article class not being included in the default post formatting css. If you add this css it should fix it:

    .post-row .my_keywords {
      width: 50%;
      float: left;
    }
    Thread Starter Pôle Réseaux de Chaleur – Cerema

    (@reseauxchaleur)

    Perfect, thanks !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change size of featured thumbnails ?’ is closed to new replies.