ttrading
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to remove Quick View and Compare in storefront?I`m really sorry, it was the WOWstore plugin
Forum: Themes and Templates
In reply to: [Storefront] Can i get the product listing on a straight line?@conschneider nevermind.. did try some with the code, and got it to work together.. learning each day!
THANK YOU!
Forum: Themes and Templates
In reply to: [Storefront] Can i get the product listing on a straight line?@conschneider thanks, it did not work here, but got another code, think they are fighting :P.. what i got from before;
.woocommerce .cols-2 li.product a,
.woocommerce.columns-2 li.product a {
text-align: center;
margin: 0 auto;
display: block
}.woocommerce ul.products li.product {
border: 1px solid #ccc;
box-sizing: border-box;
padding: 10px;
}If id did put “min-height: 33em;” in there at the end, the box got that size, but i cant get the button to follow it..
Forum: Themes and Templates
In reply to: [Storefront] Can i get the product listing on a straight line?Forum: Plugins
In reply to: [WooCommerce] Remove some Padding / marginForum: Plugins
In reply to: [WooCommerce] Remove some Padding / marginthanks @maykato that did help some, but it is still some left 🙂
Forum: Plugins
In reply to: [WooCommerce] Some Space under logo to my menuThanks @ahir !
Do you know why
/* Disable margin */ @media screen and (min-width: 768px){ .sp-max-width .col-full { margin: 0 !important; }dont work any more? The menu chould be with no margin too
Forum: Plugins
In reply to: [WooCommerce] Some Space under logo to my menuI did now see that i have a margin on my menu again also..
I do use:/* Disable margin */ @media screen and (min-width: 768px){ .sp-max-width .col-full { margin: 0 !important; }Forum: Plugins
In reply to: [WooCommerce] Move the menu to the rightThank you @gabrielfuentes , This really helps!
Will try out the w3 schools this summer.. got a lot to learn
Forum: Plugins
In reply to: [WooCommerce] Product Name .. is gone?maykato ;
Do you know what CSS file it is in?It did help when i ticked it off.. but dont find it in the css?
Forum: Plugins
In reply to: [WooCommerce] Inventory Location / Product LocationHello, I installed the first one, it looks like the ATUM one, so i will be updating my locations on all new products with it.
Only problem is that it does not come on the excel file.
I use the export under products. Anyone can help me with that?Stock taking takes forever without locations
Forum: Plugins
In reply to: [WooCommerce] API ProblemsFixed it!
Changed the permalinks!Forum: Plugins
In reply to: [WooCommerce] Webpage downDid fix it now, safemode in snippets, remove defective snippet, and it was fixed.
Forum: Plugins
In reply to: [WooCommerce] Webpage downWarning: sizeof(): Parameter must be an array or an object that implements Countable in /customers/e/2/9/maxamtuning.store/httpd.www/wp-content/plugins/code-snippets/php/snippet-ops.php(446) : eval()’d code on line 2 Fatal error: Uncaught Error: Cannot use object of type WP_Error as array in /customers/e/2/9/maxamtuning.store/httpd.www/wp-content/plugins/code-snippets/php/snippet-ops.php(446) : eval()’d code:3 Stack trace: #0 /customers/e/2/9/maxamtuning.store/httpd.www/wp-content/plugins/code-snippets/php/snippet-ops.php(446): eval() #1 /customers/e/2/9/maxamtuning.store/httpd.www/wp-content/plugins/code-snippets/php/snippet-ops.php(534): execute_snippet(‘$categories = g…’, 8) #2 /customers/e/2/9/maxamtuning.store/httpd.www/wp-includes/class-wp-hook.php(287): execute_active_snippets(”) #3 /customers/e/2/9/maxamtuning.store/httpd.www/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #4 /customers/e/2/9/maxamtuning.store/httpd.www/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #5 /customers/e/2/9/maxamtuning.store/httpd.www/wp-settings.php(409): do_action(‘plugins_loaded’) #6 /customers/e/2/9/maxamtuning.store/httpd.www/wp-config.php(118): require_once(‘/customers/e/2/…’) #7 /customers/e/2/9/maxamtuni in /customers/e/2/9/maxamtuning.store/httpd.www/wp-content/plugins/code-snippets/php/snippet-ops.php(446) : eval()’d code on line 3
Sorry for beeing a noob, but where do i put the code?