Hi,
I need to remove the "class=modal" from "hikashop_new_address_popup". Since I am using T3 framework that is build using bootstrap, it acquires the modal class from bootstrap resulting in misplaced positioning of the edit image and "new" link.
I can't figure out how the modal class is applied. I am looking to edit the listing view and I narrowed it down to this line of code which I believe is what i need to edit.
<?php echo $this->popup->display('<img src="'. HIKASHOP_IMAGES.'edit.png" alt="'. JText::_('HIKA_EDIT').'" />','HIKA_EDIT',
hikashop_completeLink('address&task=edit&address_id='.$address->address_id.'&Itemid='.$Itemid,true),
'hikashop_edit_address_popup_'.$address->address_id, 760, 480, '', '', 'link');
?>
Am I looking at the wrong file because I can't see where in the code above the modal class is applied.
Here is the output from firebug:
<a rel="{handler: 'iframe', size: {x: 760, y: 480}}" href="/index.php/profile/address/add/tmpl-component" id="hikashop_new_address_popup" class="modal"><span title="New" class="icon-32-new"></span>New</a>
Kind Regards,
Drago