I want to remove the popup when viewing the product list
I used VirtueMart 2.6.18 and Joomla 2.5.7
(http://i.imgur.com/ekfRKR6.jpg)
Tks all
http://forum.virtuemart.net/index.php?topic=79799.0
I have additional
this is normally bootstrap .modal interfering with the a modal class (position:fixed; etc
search your css and make an over ride to correct
of replace true with false in the img call off your template (can't exactly remember .. experiment)
I remove in templates/mytem/asset/bootstrap/css/bootstrap.css but it still appears
Quote.modal {
position: ;
top: 50%;
left: 50%;
z-index: 1050;
width: 560px;
margin: -250px 0 0 -280px;
overflow: auto;
background-color: #b9298b;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
*border: 1px solid #999;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}
use Firebug or provide a live url to exactly the problem