• Please help! My blog posts are not showing up on the mobile version of my website. Under settings-reading I have home page set on static and then the posts page to show as blog. But on the menu when you click on blog on the mobile site it pulls up but shows no blogs. You can scroll all the way down a long blank page. Please help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Disable your caching/optimization plugin(s) and see if that helps.

    There is this part of CSS that makes the whole page invisible. Please note that it’s invisible on both big and small screen devices, so I guess the reason you only see the problem on mobile could be that the browser on your big screen device is showing the cached version.

    
    .secondline-themes-isotope-animation {
    	opacity: 0;
    	transition: opacity 500ms;
    }
    

    It’s loaded from this:
    https://www.criswellscc.com/wp-content/uploads/fvm/out/header-0faf6c6a-0.min.css

    I tried taking out the opacity: 0 (via web dev tool) and it fixed the problem, the blog showed up. So just find out what part of the theme or plugin injects that line of CSS and then remove/change it.

    Thread Starter heath18

    (@heath18)

    That seemed to work but how do I get it to only show a portion of each blog and not the whole thing? I have the correct options saved but it is still showing the whole blog.

    That is theme’s specific question. Please refer to your theme’s documentation.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog posts not showing on mobile site’ is closed to new replies.