Hi,
I am using a third party bootsrap plugin to have responsive lay out in hikashop. It wokrs fine except for on the check out the billing address edit icon floats on the top of the page in an already open modal box like here;
When I turn the modal.less off from the plugin's panel, it sits where it should do, but then I lose the css styling on the next step in choosing payment methods. I have already written to the developers of the bootstrap plugin but I am wondering if I can find a solution here too.
What I would like to be able to do is either add some css to the third party's modal.less styling sheet so that the address edit icon and the modal works correctly OR have the non-responsive css for the payment options step where I can have radio buttons to select payment method (This way I can have the modals.less turned off, have my address edit icon in place and have at least readio buttons on the payment method page.
Any chance for help in this.
Many thanks.
PS. Attaching the modals.less file if needed and the url where I am working on this is
brightstar.your-sandbox.info/
//////////
I have found that this behaviour is related to hikashop after testing this situation with 4 more templates with built in bootstrap with the thridparty bootstrap plugin disabled. Because the problem was still there even with the plugin disabled.
In the mean time I have received a reply from the developers saying;
"We've had time to initially review your issue, and we think we've a solution. Seems that you have assigned an incorrect class to the billing address button. "modal" should be used only in the <div> containing address form, not in the button itself. In our test, removing class has corrected behavior, as you can see in attached screenshots.".
Screen shot is here;
I have tried to find the file to edit with no luck. any chance for you guys pointing me to the right file to edit this.
Many thanks