How can I make the showcase slider to not to switch on clicking the next and previous slides?
Go to your slider's Developer tab and insert this code into the CSS field:
.n2-ss-showcase-overlay, .n2-ss-showcase-navigation{ display:none!important; }
This will hide the part, which makes your slides switch on clicking on them.