VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: tinhtuyen on October 29, 2015, 15:56:02 PM

Title: Remove popup modal VM
Post by: tinhtuyen on October 29, 2015, 15:56:02 PM
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
Title: Re: Remove popup modal VM
Post by: jenkinhill on October 29, 2015, 16:04:36 PM
http://forum.virtuemart.net/index.php?topic=79799.0
Title: Re: Remove popup modal VM
Post by: tinhtuyen on October 29, 2015, 16:13:26 PM
I have additional
Title: Re: Remove popup modal VM
Post by: GJC Web Design on October 29, 2015, 16:16:34 PM
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)
Title: Re: Remove popup modal VM
Post by: tinhtuyen on October 29, 2015, 16:57:52 PM
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;
}
Title: Re: Remove popup modal VM
Post by: GJC Web Design on October 29, 2015, 18:34:24 PM
use Firebug or provide a live url to exactly the problem