Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Structured data incorrect errors@janneke8incosi – I’ll mark this as resolved then since I can’t reproduce a problem and you seem to have found a solution.
Cheers!
Forum: Plugins
In reply to: [WooCommerce] Small issues with woocommerce pages.@suncoastorganics – I recommend using a code snippets plugin like Code Snippets or Functionality.
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce@mattbonazzi – First, test with a default theme like Storefront or Twenty Seventeen in case your theme has some CSS that is causing it or perhaps a broken template override.
To customize the product page you can use CSS for modifying display properties(text colors, background colors, button colors). You can add the custom CSS by going to Appearance->Customize->Additional CSS.
You can temporarily tweak a page’s CSS with your Chrome browser’s Inspect Element tool, see this link for how to go about doing that: http://wptheming.com/2012/07/chrome-developer-tools-wordpress/
Forum: Plugins
In reply to: [WooCommerce] Product title has been changed to empty automatically@seksit – It’s very hard to troubleshoot this if only a few changed. It could be the fault of a plugin that can make bulk changes to products(or even just posts) so you might want to check there. Or a plugin could have overwritten the title, it’s hard to say. Perhaps check your wp_posts table for those affected IDs and see if the titles are empty.
You might also want to install some kind of “WordPress Audit” plugin in the meantime to keep track of updates and know when they happen.
Like this: https://wordpress.org/plugins/wp-security-audit-log/
Forum: Plugins
In reply to: [WooCommerce] Structured data incorrect errors@janneke8incosi – I don’t know what’s happening in your case specifically but with the most updated version of WooCommerce I don’t get any errors with the Structured Data Testing Tool:
A separate plugin should not be necessary.
Forum: Plugins
In reply to: [WooCommerce] Required fieldAs Ryan and Amanda mentioned, this string can be manually translated using Loco Translate.
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Automatically added Order Note doesn’t send emailsWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Add to cart button check markWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Items add to cart disappear on mobile siteWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Product title has been changed to empty automatically@seksit – is this just the display on the frontend(your product pages) or also within the backend of the site(when editing products)? Is this all products or just one?
Forum: Plugins
In reply to: [WooCommerce] Woo Commerce@mattbonazzi – can you provide a URL in which we can see this issue, please?
If you set a “Sale Price” for products the regular price will be shown with a line through it – is that what you are seeing?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce order status@webmasterbalato – Generally speaking, the payment gateway needs to communicate back to your website to notify that the order was paid, which changes the status from ‘Pending Payment’ to ‘Processing’. You can check your server’s error and access logs to see if the callback from the gateway is being blocked or if there are errors.
Which gateway are you using?
Forum: Plugins
In reply to: [WooCommerce] Store Notice: Edit the word “DISMISS” to “OK”@alexandraqb – you should be able to change this using localization, either using PoEdit or Loco Translate. You essentially “Translate” one string of text(“Dismiss”) into another(“OK”).
https://docs.woocommerce.com/document/woocommerce-localization/#section-5
Forum: Plugins
In reply to: [WooCommerce] Jetpack problem@altheaday – Jetpack requires a WordPress.com account, but no worries, you can create a free account without creating a website.
But yes, you can connect Jetpack separately and not through the WooCommerce onboarding Wizard.
Forum: Plugins
In reply to: [WooCommerce] Small issues with woocommerce pages.@suncoastorganics – try the following code snippet example:
https://gist.github.com/aderaaij/7631004a997e21c7adc6Change the return line to match the URL you wish to use.