Why isn't my blog content showing on my Symmetry themed site?

Solved

Why isn't my blog content showing on my Symmetry themed site?

Jason129
Visitor
3 0 0

I recently added a Blog to my Shopify site (podsy.com). I created a custom blog name/url (https://podsy.com/blogs/podsy-clean). 


There are 3 blogs posted, all set to "visible". All have "Content", "Exerpt", "Featured Image" and other fields with content. On the blog main page and the blog detail pages, neither the exerpt or content display.


I am using the "Symmetry" theme.

Can anyone help me with a solution?

 

Accepted Solution (1)
PageFly-Victor
Shopify Partner
7865 1785 3101

This is an accepted solution.

@Jason129 

Am I understanding correctly what you mean by the attached image? If yes then you can add my code below in theme.liquid

<style>
.user-content.cf {
    display: block !important;
}
</style>

PageFlyVictor_0-1679516025379.png

 

View solution in original post

Replies 5 (5)

PageFly-Victor
Shopify Partner
7865 1785 3101

Hi @Jason129 ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.user-content.cf.spaced-row {
    display: block !important;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly

Jason129
Visitor
3 0 0

Thank you Victor! This worked on the Detail page and my "content" is now showing up. The "excerpt" is still not showing up. I think the excerpts are meant to show up on this page?

https://podsy.com/blogs/podsy-clean

Is that correct?

By the way, we use Page Fly and love it!

Thanks, Jason

PageFly-Victor
Shopify Partner
7865 1785 3101

This is an accepted solution.

@Jason129 

Am I understanding correctly what you mean by the attached image? If yes then you can add my code below in theme.liquid

<style>
.user-content.cf {
    display: block !important;
}
</style>

PageFlyVictor_0-1679516025379.png

 

Jason129
Visitor
3 0 0

Victor that worked perfectly, thank you!

Dirk
Shopify Staff
2428 259 541

Hey, @Jason129 

 

Happy to look into this for you. With that said, I can't seem to replicate the issue on my end. When I visit the page, I can see all three blog posts. Are these not showing on your end? 

 

 

If there is anything else I can help you with, please let me know.

 

Dirk | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog