Hi Everyone,
Some customers complained with us that they are using JSN Reta Bundle Pro template, and in Add/edit property form, the buttons: Save, Apply, Cancel are disappeared when mouse hover.
In fact, this is the css issue of JSN Reta Bundle, not from OS Property. But you can solve the issue by this solution.
1. Open file:
components > com_osproperty > style > frontend_style.css
by notepad
2. Add this at the end of file:
Code:
body .btn-group > .btn {
display: inline-block!important;
}
Good luck
Dam