• Hi Ben,
    I am using the latest version. And today I ran into an error. When I set the blog layout to “dual” and prevents the growth of the first post, the pages get corrupted.

    Here is the screenshot showing the bug: https://i.hizliresim.com/sS5uAN.jpg

    By the way, maybe the notification you not been received, I have presented an idea here before.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey there,

    I did make changes to these styles in the latest update, but I’m having trouble recreating the same visual bug. Could you try clearing your site’s cache and your browser cache, and then check if this fixes it? If not, please link me to the page directly and that will help me track down the bug.

    Thread Starter Halil ESEN

    (@halilesen)

    I tried again. I’ve cleared the cache again and again. I tried it from different browsers.

    There is no problem with the articles. Pages only.

    Here is a link to a page: halilsn.com/kitabinizi-gonderin

    Theme Author Ben Sibley

    (@bensibley)

    Got it, thanks for the link. I see the error now.

    Please add the following CSS to your site and it should correct this issue right away.

    .page .entry {
      width: 100% !important;
      border-top: none !important;
      border-right: none !important;
      padding-right: 0 !important;
    }
    @media all and (min-width: 68.75em) {
    
      .page .post-title {
        font-size: 1.75em;
        line-height: 1.357
      }
    }

    I will add a fix in the next update as well, so next time you update Mission News, you can then remove this code from your site.

    Thread Starter Halil ESEN

    (@halilesen)

    The code is working. Thank you so much.

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing! Thanks for notifying me about the bug.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘A bug in the latest version’ is closed to new replies.