bbernstone
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Google Map is not displayedi am having this problem as well.. just a gray box is shown…
Forum: Plugins
In reply to: [WooCommerce] WooCommerce: Product image sizes not changeingim pretty sure it was this one:
.woocommerce-page #content div.product div.images img {
display: block;
width: auto;
height: auto;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}Forum: Plugins
In reply to: [WooCommerce] WooCommerce: Product image sizes not changeingoy!! i found the mistake made by woocommerce.. you cant even change it unless you get yourself ftp access to the woocommerce.css file (in wp-content/plugins/woocommerce/assets/css) .. in there (if you make it cleaned up by going to http://procssor.com/) you will find a line (do a search for “img”) that has width: 100%.. change this 100% to auto and you are all set!!
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Image Size- unable to controloy!! i found the mistake made by woocommerce.. you cant even change it unless you get yourself ftp access to the woocommerce.css file (in wp-content/plugins/woocommerce/assets/css) .. in there (if you make it cleaned up by going to http://procssor.com/) you will find a line (do a search for “img”) that has width: 100%.. change this 100% to auto and you are all set!!
Forum: Plugins
In reply to: woo commerce: product page image too bigoy!! i found the mistake made by woocommerce.. you cant even change it unless you get yourself ftp access to the woocommerce.css file (in wp-content/plugins/woocommerce/assets/css) .. in there (if you make it cleaned up by going to http://procssor.com/) you will find a line (do a search for “img”) that has width: 100%.. change this 100% to auto and you are all set!!
oy!! i found the mistake made by woocommerce.. you cant even change it unless you get yourself ftp access to the woocommerce.css file (in wp-content/plugins/woocommerce/assets/css) .. in there (if you make it cleaned up by going to http://procssor.com/) you will find a line (do a search for “img”) that has width: 100%.. change this 100% to auto and you are all set!!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce: Product image sizes not changeingi am having the same problems.. please let me know if you ever find a fix…