• Version 3.8.5 with Simplo theme.

    I’m sure its simple to resolve this issue, can someone have a quick look please?
    I have been unable to find the issue, for the past few months.
    Here is a direct link to the issue: petcosy.ie/category/blog/

    The blog category shows all the post at one time when the user clicks on the “Blog” heading in the side bar..?
    Thanks in advance
    Declan

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello Petcosyadmin,

    First, I want to know if you did some customization to your website?

    Also, could you try using the “more” button comes on the visual editor?

    Looking forward for your reply! ??

    Cheers!
    Calvin

    I think you need to look deep into the loop.php files and edit the style.css files to make sure that it doesn’t loop. I believe you just need a <br clear="all"> placed somewhere in that loop.php file in the theme folder..

    Leet me know if you need further help.

    Thread Starter Declan @ Pet Cosy Team

    (@petcosyadmin)

    @ Calvin
    Thank you for your reply.
    Yes when the site was originally set up for me bet a website designer, she did some customisation of the theme, just the border and header as far as I know?

    I cannot find a “More” button on the Editor section?

    Thanks again

    Declan

    Thread Starter Declan @ Pet Cosy Team

    (@petcosyadmin)

    @rv5.com
    Thank you for your reply.

    I had a look for loop.php files, I could not find them?

    Declan

    Looks like this inline CSS is the problem – the height:

    <div class="postItem" style="min-height: 270px; height: 270px;">

    But hard to tell from here where that inline CSS is coming from – it’s not very typical to have inline CSS like that.

    A work-around that might work until you can get that sorted – try adding this CSS:

    .postItem {
        overflow: scroll;
        padding-bottom: 10px;
    }

    You might also try asking the developers of the theme about this problem:

    https://www.s5themes.com/forums/

    You could also reinstall the theme – BUT if there were any modifications to theme files, those will be lost when it’s updated, so only do that if you are sure you have a very good backup.

    Oh one other thing is that you really should get WP updated – as it’s a security risk to run an outdated version. But again, be sure to backup everything before updating anything.

    Thread Starter Declan @ Pet Cosy Team

    (@petcosyadmin)

    Well done WPyogi

    I didn’t use (couldn’t figure out how to) your suggested addition, but I did adjust the height a lot on the non typical CSS and the problem is sorted, for now anyway ??

    Thank you for the advice re updating, I have been intending to do a thorough back up of all my files before I update again, I’m afraid of losing the customisation.

    Thanks again ?? I’m very happy that the website looks good until I can permanently sort it out.

    Declan

    Cool – glad it led you to a solution in any case :)!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Posts are in layers and are illegible..?’ is closed to new replies.