On desktop view the blog ("Stories") page works as expected, you can click either the blog title or the image and it links to the specific blog post.
On mobile, only clicking on the title works, you can not click the image, which may confuse users. It would be much more user friendly if you could also click the image (as you can on desktop version)
You can replicate the problem on desktop just by making your screen less than the screen break (I believe 768px), the image links will no longer work.
RE: below post, If there is any custom code I can insert to make the images also link to the blog posts (not just the titles), that would be great, I can insert it as custom CSS perhaps.
This also worked like a charm, thanks so much!! 5 star support rating. This theme really is outstanding design far ahead of its time. Many others attempt but are unable to achieve the simplicity and beauty that you were able to achieve with the Serano theme!!
On desktop view the blog ("Stories") page works as expected, you can click either the blog title or the image and it links to the specific blog post.
On mobile, only clicking on the title works, you can not click the image, which may confuse users. It would be much more user friendly if you could also click the image (as you can on desktop version)
You can replicate the problem on desktop just by making your screen less than the screen break (I believe 768px), the image links will no longer work.
http://clapat-themes.com/wordpress/serano/stories/
Awesome theme design by the way, keep up the good work!
RE: below post, If there is any custom code I can insert to make the images also link to the blog posts (not just the titles), that would be great, I can insert it as custom CSS perhaps.
Thanks so much for your help!!
Hi Matt,
you can enable clicking on blog images on mobile with this custom CSS
@media only screen and (max-width: 1024px){
.article-wrap .hover-reveal {
pointer-events: auto;
}
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
This also worked like a charm, thanks so much!! 5 star support rating. This theme really is outstanding design far ahead of its time. Many others attempt but are unable to achieve the simplicity and beauty that you were able to achieve with the Serano theme!!