• Resolved Gertrud

    (@jessicagertrud)


    I am really fond of the blog layout and all its features your theme offers, and the option of condensed blog posts on the front page is awesome.

    One thing I d like to change though. The condensed posts are shown as the feature image and only when you hoover over it, then the title and ‘read more’ becomes visible. I’d like to have it visible in any case. This is already the case in mobile version. Can I adjust the settings so it is like that on tablet and pc version too?

    Kind regards,
    Gertrud

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Gertrud

    (@jessicagertrud)

    Another question I d like to add on the condensed blog topic:

    I have my site in 2 languages by means of the polylang plugin. The problem now is that the condensed blog posts are only shown on the English front page and not on the German. Is there a possibility to have it on both?

    Thanks in advance for you response,
    Gertrud

    Hi,

    Please try to use a custom CSS to show everything in condensed posts display:

    .page-section .posts .hentry {
      padding: 1.62rem;
    }
    
    .page-section .posts .hentry .entry-media + .entry-inner {
      max-height: 400px;
      padding-left: 0;
      padding-right: 0;
      margin-top: 1.62rem;
      opacity: 1;
    }
    

    As for Polylang plugin: are there German language posts in your blog? Please contact the Polylang plugin support for more info on how to use the plugin.

    Regards,

    Oliver

    Thread Starter Gertrud

    (@jessicagertrud)

    Works like a charm, thanks for your help yet again! ??

    And yes, I ll contact the polylang support team for my other issue

    Have a nice day
    Gertrud

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Condensed blog posts: can title be shown too?’ is closed to new replies.