• Resolved elruso1980

    (@elruso1980)


    Something strange happening, when i open my site in the browser and scroll down to the Blog Section, the meta description and titles of recent posts get cut, only appears the featured image! Has to do with css or something? I have to refresh the page twice to get meta description and title to show up!

Viewing 15 replies - 1 through 15 (of 18 total)
  • Theme Author Hardeep Asrani

    (@hardeepasrani)

    Hi,

    Could you explain this issue to me, with some screenshots and link to your website? ??

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Any updates? ??

    Thread Starter elruso1980

    (@elruso1980)

    viktarkern.com

    Thread Starter elruso1980

    (@elruso1980)

    Open my Page and scroll to the Blog Section at the bottom, you will see feat images only! Refresh the page, meta and titles will appear! viktarkern.com i have screenshots also.

    Thread Starter elruso1980

    (@elruso1980)

    Thread Starter elruso1980

    (@elruso1980)

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Hi,

    I tried more than few times and wasn’t able to reproduce this issue. Is it happening only in your Safari? Did you add any custom CSS which might be causing it? And are you facing the same issue in our demo? https://www.hardeepasrani.com/demo/latte/

    Let me know. ??

    Thread Starter elruso1980

    (@elruso1980)

    Yes! You Demo site has the same issue on my Mac, Safari and Chrome!

    Here are Screens:

    Your Demo on my Safari Bad —-> https://drive.google.com/open?id=0ByuUq4CYZ6NQejhXQnhucms3aEE

    Your Demo on my Safari Good after 3-4 refreshes —-> https://drive.google.com/open?id=0ByuUq4CYZ6NQQkFUYktLMVhwYms

    Chrome:

    Bad —-> https://drive.google.com/open?id=0ByuUq4CYZ6NQY1BINURzSVZfNVU

    Good after 3-4 refreshes —-> https://drive.google.com/open?id=0ByuUq4CYZ6NQbW9FWHlJWnZfZzQ

    Thread Starter elruso1980

    (@elruso1980)

    I have also tried on other Windows laptop with Chrome and same issue appears ??

    Thread Starter elruso1980

    (@elruso1980)

    Yes, I’m using custom css for Blog Section, here is what a have:

    section#blogposts.blogposts {

    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(199,199,199,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(199,199,199,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(199,199,199,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(199,199,199,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(199,199,199,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(199,199,199,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ffffff’, endColorstr=’#c7c7c7′, GradientType=1 );
    }

    .blogposts .row {
    padding: 0px;

    }

    .blogposts h2 {
    font-size: 40px;
    //font-family: ‘selfFont’, ‘Open Sans’, sans-serif;
    font-weight: bold;
    //color: #1ba4ed;
    }

    .blogposts .blog-item {
    padding: 0 15px;
    padding-bottom: 50px;
    overflow: hidden;
    margin-bottom: 10px;
    }

    .blogposts .blog-item .item {
    //background-color: rgba(255, 202, 194, 0.22);
    -webkit-box-shadow: 0px 4px 5px -3px rgba(50, 50, 50, 0.76);
    -moz-box-shadow: 0px 4px 5px -3px rgba(50, 50, 50, 0.76);
    box-shadow: 0px 4px 5px -3px rgba(50, 50, 50, 0.76);
    margin-top: 0;
    padding: 0;
    }

    .blogposts .blog-item .item-meta p {
    font-size: 14px;
    text-align: center;
    }

    Thread Starter elruso1980

    (@elruso1980)

    I have custom css, just dropping i little bit more of shadow on boxes and justifying Titles and meta text-aling centre!

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    I’m really not able to reproduce it. Could you load the page in a new tab without scrolling until everything loads? I tried on my pc a lot and there was no issue.

    I don’t have a Mac but I will ask a friend to try on Mac soon. ??

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    Hi,

    It’s indeed an issue with the theme. And I’ve tried to fix it on this demo here: https://www.hardeepasrani.com/demo/latte/

    Could you check if it’s still happening in this url? And make sure to use private window. Let me know if it’s working now, and if it is then I’ll push this fix in the next release of the theme.

    Thread Starter elruso1980

    (@elruso1980)

    Yes ?? looks like you just fix it!!! Well, just hurry up to push this fix in the next update please :)))

    Theme Author Hardeep Asrani

    (@hardeepasrani)

    I’m already working on an update, with many fixes and improvements. It should be up in a week or less. Thank you for reporting it to me. ??

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Missing Meta Description of recent posts on Blog Section!’ is closed to new replies.