Tagged: read more
Hi
1. how to remove a link from a blog thumbnail images?
http://gyazo.com/a33b6de02a7804c5661c135cb88ea823
2. My blog in the standard view display short previews with posts annotations and Read More link – That’s good!!
But when I go to a any category of blog – posts display the full of they posts content// should be only short previews with annotations and Read More link.. like in main blog
how to fix it?
Thank’s
Hi denis-lvov!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big {
pointer-events: none;
}
2- Please refer to Peter’s post here to change archive layout – https://kriesi.at/support/topic/how-to-get-a-different-layout-for-the-blog-page-without-breaking-breadcrumbs/#post-256745
Regards,
Yigit
1. helped, thanks
2. this is not what I need .. it’s just changing styles for archives (categories)..
but I don’t need to change archive style .. I need only add shortened view with annotations and “Read More” link for each post in the archives (blog categories), as in the main blog
Hi!
Please refer to this topic – https://kriesi.at/support/topic/blog-posts-excerpts-enfold/
Regards,
Yigit
Great, works!!!