tostrye
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Sixteen BorderSorry, there is also these strange bars at the top+bottom of the site in that theme, try adding this too:
body:not(.custom-background-image):before, body:not(.custom-background-image):after { display: none; }
Forum: Themes and Templates
In reply to: Twenty Sixteen BorderTry adding this to the css:
#page { margin: 0; }
You can ply with the margin size.
That didn’t work, but this did:
I found the section in the parent style.css that looked like.site-header { padding: 5.25em 4.5455%; }
and changed it to
.site-header { padding: 0 4.5455%; }
Forum: Themes and Templates
In reply to: Bueno theme site title not responsiveOk I got it.
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart saying 'Item out of stock'The products that are saying “out of stock” all are set to not take stock into account, but they have the red exclamation point.
Forum: Plugins
In reply to: [WP eCommerce] Shopping cart saying 'Item out of stock'Also, there seem to be a lot of products called ‘Autodraft’ that I don’t think are being called anywhere. Is it ok if I delete those?
Forum: Plugins
In reply to: [WP eCommerce] Importing products, can't get product image filesOk, I think I figured out that the database is corrupt. Can you help me rebuild it? I only need WordPress and WP e-commerce. I can deal with the other plugins.
Forum: Plugins
In reply to: [WP eCommerce] Importing products, can't get product image filesand it returns that the files already exist.
Forum: Plugins
In reply to: [WP eCommerce] Importing products, can't get product image filesoh and I use WordPress Re-Importer
Forum: Plugins
In reply to: [WP eCommerce] Importing products, can't get product image filesI tried using the tools>export function, and then using WXRsplitter to make the files smaller.
Forum: Plugins
In reply to: [WP eCommerce] Importing products, can't get product image filesHelp?
Forum: Plugins
In reply to: [WP e-Commerce Style Email] Not show SKU numberCan you show an example of some code? I don’t see how to show the SKU.
I think this would work though.
Forum: Plugins
In reply to: [WP e-Commerce Style Email] Not show SKU numberForum: Plugins
In reply to: [WP e-Commerce Style Email] Not show SKU numberI would like to add a column for the SKU. I am using the default theme with grid view LTE. Should I change that?
Forum: Plugins
In reply to: [WP e-Commerce Style Email] Not show SKU numberJacob:
Here is a screenshot of the transaction report email: https://i.imgur.com/TzWI9ah.pngAnd the products list in the admin dashboard has the SKU listed.