My first blog post slider is not appearing?

Home Forums Jevelin Theme My first blog post slider is not appearing?

Home Forums Jevelin Theme My first blog post slider is not appearing?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • wassim
    Participant

    How can I fix this issue? Please see the screenshot attached and URL is http://aegisroofingcompany.com/asia/

     

    The first blog post is not appearing.

    Hi @wassim,

     

    Thank you for your question.

     

    It seems you missed to attach the screenshot so could you please share it again?

     

    Also it seems you are using older version of theme on your shared site so please update your theme to the below latest version as described here https://support.shufflehound.com/updating-theme/ and also update all plugins to the latest versions.

     


    Please login to access this file

     

    Best regards,
    Shufflehound team

    wassim
    Participant

    PFA

    Attachments:
    You must be logged in to view attached files.

    I tried to visit your shared site to troublehsoot the issue but it is displaying 404 Not found error as shown in the attached screenshot.

     

    Please make sure your site is accessible so that I can torublehsoot it.

    Attachments:
    You must be logged in to view attached files.

    wassim
    Participant

    It is made hidden on your shared site using the following CSS code generated by Yellow Pencil plugin.

     

    .blog-list .post-item:nth-child(4) .post-container {
        display: none;
    }

     

    To resolve the issue you can either remove above CSS code from your site If you remember where you have set it or you can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .home .blog-list .post-item:nth-child(4) .post-container {
        display: block;
    }
Viewing 6 posts - 1 through 6 (of 6 total)