• Currently,

    I am trying this theme in localhost but Homepage content and other features are not working properly.

    For example,

    1) You can check this screenshot: https://snag.gy/ZYrDtP.jpg I am using Block 1 but there is a big gap between two posts, just because of Big Title.

    2) You can check this screenshot: https://snag.gy/yNxhMQ.jpg I have disabled Latest blog block and I’ve also disabled Right Sidebar section but still, it’s visible on the page. Also, Right Sidebar’s “Full Width Layout” is not working.

    3) I am also facing problem in the customizer menu. Normally, Other themes allow me to do other changes while current change is loading but this theme doesn’t allow me to do other change until the current change will completely load.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @siddharthgiri,

    First off – We do not monitor this forum on a daily basis. We are only a small team and with our large user base it is very difficult to provide support to all our free theme users instantly all the time. We will try our very best to provide support to users on this forum whenever we can.

    Regarding your queries,

    1) From your WordPress Dashboard navigate to Appearance ? Customize ? Additional CSS and add below CSS.

    .story-list .post-panel .entry-content .entry-title{
        display: -webkit-box;
        overflow: hidden;
        height: 70px;
        -webkit-line-clamp: 3;
    }

    2) I’ve also replicated this issue. As far as i can tell this is a dev related bug so I’ll inform about this to our developer team and we’ll try to release a new version with the fix as soon as possible.

    3) Try disabling preloader while making customizer changes. It’ll be less intrusive this way.

    Thanks,

    Thread Starter Siddharth Giri

    (@siddharthgiri)

    Thanks for the reply!

    Now, everything is working fine.

    As you said you don’t monitor this forum on a daily basis because of a very small team then how did you reply my query instantly after the I left a negative review for this theme?

    By the way, I updated my review.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Homepage Content is not Working Properly!’ is closed to new replies.