The fastest way is to use a 'dummy' block instead of real block. like wall,tile..etc.
The dummy block is samll,unvisible and you need adjust its position(for collision)
Your sprite is only collide with the 'dummy' block.The wall,tile... is just for 'show'.
So your sprite can walk through them(top half of his body) and have collision effect.