This topic has 18 replies, 4 voices, and was last updated 7 years by Radu.

  • Author
  • #175972
     agnom
    Participant

    Hi, I have a peculiar problem that I am encountering on my WP website, which is based on KLEO. Wherever I have used the KLEO POSTS element on a page, I do not see the featured images associated with individual posts when I set my preference to Standard View. Is there a setting I am missing?

    Please help!

    Attachments:
    You must be logged in to view attached files.
    #175974
     Kieran_SQ
    Moderator

    Hi,

    Sorry to hear you’re having issues with the posts element. Can you update this ticket with admin credentials for you site so I can take a closer look for you. Also please let me know the page where the posts element is being used.

    Thank you,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #175977
     agnom
    Participant
    This reply has been set as private.
    #176018
     Kieran_SQ
    Moderator

    Hi,

    That is strange behavior indeed and I can’t seem to find the cause so I am going to ask one of developers to take a look at this for you. They’ll be in touch as soon as they can Mon-Fri East European Time.

    Thank you for your patience,

    Kieran.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #176020
     agnom
    Participant

    Hi Kieran,

    The issue is only with the Posts element, because elsewhere the standard view is working fine, like in the archive view of a tag or a category.

    Looking forward to hearing from your team.

    Thanks

    #176130
     Radu
    Moderator

    Hi,

    I see that, tried to fix that right that, but it takes more that i taught, i will add this to bug-list and will be improved soon.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #176156
     agnom
    Participant

    Hi Radu,

    Looking forward to a fix soon 🙂

    #176261
     Radu
    Moderator

    Fixed,

    Will be included in next theme update, today or tomorrow will be released.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #176275
     agnom
    Participant

    Hi Radu,

    Thanks for the fix, but now I have a new bug to report. This time, although the thumbnails have started showing up for the Kleo Posts in standard mode, they show for all posts even if I set the setting to show only the first post’s thumbnail 🙂

    Please take a look as soon as possible.

    #176276
     agnom
    Participant

    Second bug in the new fix is, if I set the Show thumbnails setting to OFF, then all the post headings come in H1 style, unlike the earlier version where they would appear in H2/ H3 and much closer together. This is when I have switched off Post Meta and Post Excerpts from view.

    #176277
     agnom
    Participant

    Attaching two screenshots to illustrate the issue.

    First screenshot is with Kleo Post Standard View set to show only First Post Thumbnail, no meta, no excerpt.

    Second screenshot is Kleo Post Standard View set to show no thumbnail, no meta, no excerpt.

    Attachments:
    You must be logged in to view attached files.
    #176352
     Radu
    Moderator

    Hi,

    I see that but, the heading font not changing from h2 to h1, it’s the same i’ve looked at the source code on my end.

    The heading font remains H2 on my end, check in your source code if it’s h2 or not.

    I was able to reproduce the issue with the thumbs for 1,2,3 posts, i will look at that right now, i will let you know.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #176367
     agnom
    Participant

    Hi Radu,

    Yes, I’ve checked my code, the heading font remains H2.

    Thanks for looking into the thumbnail settings issue again!

    Cheers

    #176466
     Radu
    Moderator

    Hi,

    Very wired, now on my end the thumbnail for 1-2 and 3 post works normally, without doing something,, the only difference between my install and yours it’s you are using php 7.1.7 and i use php 5.6, can you easy switch to 5.6 version of php or any 5.x version ? to test if the thumbs errors are caused by this ?

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #176481
     agnom
    Participant

    H Radu,

    I have switched to PHP 5.6 but still have the same problem…

    #176542
     Radu
    Moderator

    Hi,

    Now it happens again on mine like on you….without do nothing special, just i’ve played with the thumbnail values only for 2 and three posts…

    I’ve made a workaround until we find the solution for that

    Just add this css

    COPY CODE
    
    /** START SHOW ONLY FIRST 3 **/
    .posts-listing.just-thumb-3.standard-listing article:nth-child(1) .article-media,.posts-listing.just-thumb-3.standard-listing article:nth-child(2) .article-media, .posts-listing.just-thumb-3.standard-listing article:nth-child(3) .article-media {
        display: block !important;
    }
    .posts-listing.just-thumb-3.standard-listing article .article-media {display:none;}
    /** END SHOW ONLY FIRST 3 **/
    
    
    /** START SHOW ONLY FIRST 2 **/
    
    .posts-listing.just-thumb-2.standard-listing article:nth-child(1) .article-media,.posts-listing.just-thumb-2.standard-listing article:nth-child(2) .article-media {
        display: block !important;
    }
    .posts-listing.just-thumb-2.standard-listing article .article-media {display:none;}
    
    /** END SHOW ONLY FIRST 2 **/
    
    
    /** START SHOW ONLY FIRST 1 **/
    
    .posts-listing.just-thumb-1.standard-listing article:nth-child(1) .article-media {
        display: block !important;
    }
    .posts-listing.just-thumb-1.standard-listing article .article-media {display:none;}
    
    /** END SHOW ONLY FIRST 1 **/
    
    
    

    Then you can select ‘Show Thumbnail image’ -> Just for the first/second/third and it will work but the css will do that.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #176569
     agnom
    Participant

    Hey,

    Yup, this works for now 🙂
    Thanks a bunch Radu, looking forward to a permanent fix for this!

    #176727
     vekha
    Participant

    Thank you very much for the css Radu because I’ve the same problem as agnom with the Post element, since the UPDATE 4.2.6

    #176874
     Radu
    Moderator

    Hi,

    No problem, this week we will fix this, we will let you know guys

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 19 posts - 1 through 19 (of 19 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?