lucanorillo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Wrong colours in Storefront ChildYeahhh, thanks. I underestand, in the archive style.css of the folder storefront-child DELETE this: @import url(“../storefront/style.css”);
And works!!!!
ThanksForum: Themes and Templates
In reply to: [Storefront] Wrong colours in Storefront ChildThanks Pauthake, sorry for my poor english. Could you explain better what do do? Im a beginner… Thanks
Forum: Plugins
In reply to: [WooCommerce] Decimals products and shipmentsYeahhh, thanks brocheaton!!!
Forum: Plugins
In reply to: [WooCommerce] Decimals products and shipmentsSo, its imposible to put 99 without zeros in products price, and 2,99 in shipments. Is it correct?
Forum: Plugins
In reply to: [WooCommerce] Decimals products and shipmentsI cant find this option (I use the last version 2.1.3) Could you explain better please? Thanks
Forum: Plugins
In reply to: [WooCommerce] How to disable css styles of WooCommerceOk ok, dont worry about that. Now I find the solution. Thanks very much and sorry for my poor english
Forum: Plugins
In reply to: [WooCommerce] How to disable css styles of WooCommerceOk Daniel, but could you say me where to add in this code? Any place is god? Sorry for the inconvenience.
Forum: Plugins
In reply to: [WooCommerce] How to disable css styles of WooCommerceForum: Plugins
In reply to: [WooCommerce] How to disable css styles of WooCommerceMy functions.php is this:
Could please modify it here for me to copy it? Thanks.
<?php // ensure EXT is defined if ( ! defined('EXT')) { define('EXT', '.php'); } # # See: wpgrade-config.php -> include-paths for additional theme specific # function and class includes # // Theme specific settings // ----------------------- // add theme support for post formats // child themes note: use the after_setup_theme hook with a callback $formats = array('quote', 'video', 'audio', 'gallery'); add_theme_support('post-formats', $formats); add_theme_support( 'woocommerce' ); // Initialize system core // ---------------------- require_once 'wpgrade-core/bootstrap'.EXT; # # Please perform any initialization via options in wpgrade-config and # calls in wpgrade-core/bootstrap. Required for testing. # /** * https://codex.www.ads-software.com/Content_Width */ if ( ! isset($content_width)) { $content_width = 960; }