-- HikaShop version -- : 2.2.1
-- HikaMarket version--: 1.3.0
-- Joomla version -- : 3.15
-- PHP version -- : 5.3.22
-- Browser(s) name and version -- : Firefox 24
-- Error-message(debug-mod must be tuned on) -- : Error_message
I have HikaMarket working fine in general, however, I am having problems in relation to the display of invoices / shipping invoices where they (& other elements) dissapear off the left side of the screen. In FireBug here is what I see relative to the area in question:
<div id="modal-hikamarket_order_mail_popup" class="modal hide fade" style="width:740px;height:570px;margin-left:-370px">
<div id="modal-hikamarket_order_invoice_popup" class="modal hide fade" style="width:660px;height:570px;margin-left:-330px">
<div id="modal-hikamarket_order_shippinginvoice_popup" class="modal hide fade" style="width:660px;height:570px;margin-left:-330px">
<div id="modal-hikamarket_setcustomer_popup" class="modal hide fade" style="width:770px;height:550px;margin-left:-385px">
<div id="modal-hikamarket_editadditional_popup" class="modal hide fade" style="width:770px;height:550px;margin-left:-385px">
<div id="modal-hikamarket_addproduct_popup" class="modal hide fade" style="width:770px;height:550px;margin-left:-385px">
<div id="modal-hikamarket_selectproduct_popup" class="modal hide fade" style="width:770px;height:550px;margin-left:-385px">
<div id="modal-hikamarket_showproduct_popup" class="modal hide fade" style="width:770px;height:550px;margin-left:-385px">
<div id="modal-hikamarket_editproduct_popup" class="modal hide fade" style="width:570px;height:440px;margin-left:-285px">
Nore the margin-left commands above. Typically each of this upon looking closer is something like this:
element.style {
height: 570px;
margin-left: -370px;
width: 740px;
}
This makes it impossible to display these area, and even when playing around in Firebug and moving (for example) the shipping invoice on screen the print button doesn't function for me.
Any ideas on how to move forward with this? Happy to provide access if that would help.
Thanks
Richard