Plugin Support
Habib
(@habibjh)
Sorry but there is no options to remove the link of the date archive page under the date. But you can remove the link by a line of css code that has been provided the below. Just put the code in [Customize > Additional CSS]. It will help you to remove the default link behavior from the date.
.rt-container-fluid .post-meta-tags .date a {
pointer-events: none;
}
Thread Starter
motk88
(@motk88)
Hi Habib, thanks but this is not an answer to my above question.
If I am clicking on one of the frontend filters, the page scrolls automatically to the start of the post grid. Is there a way, to deactivate this behaviour?
Plugin Support
Habib
(@habibjh)
@motk88
Ohh sorry for the confusion. I got your issue and I’ve already fixed it to our plugin. In the next release, the issue will be solved automatically. Thanks for being with us.