1Dot hello, after updating to 7.2 this extension is not working, and there was a big update to best answer extension Hari now it sets the start a discussion
to ask a question
which is cool without the involvement of linguist.
Could you look around this and make the button work again? if possible let me know how to set this 1dot button
to "ask a question"
Edit: my bad it was the cache issue. Solved ✔
initially, i thought it is complicated to use linguist but it is a lot more easier to modify the button.
CSS fix for this
@media @phone {
.item-solved-filter {
display: none !important;
}
}
Solved ✔