graphical_force
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product visibility defaults to hiddenDo you have this problem when you test by switching themes? This will let you know if there may be an issue with the theme itself and then you can investigate further.
Since that is a premium theme, have you tried to get support from the theme author?
Forum: Plugins
In reply to: [WooCommerce] Not show any payment gateway to customerCan you post a link to your site so we can see where this is happening?
Forum: Plugins
In reply to: [WooCommerce] CAN NOT CHECK OUTCan you post a link to your site?
Forum: Plugins
In reply to: [WooCommerce] Product visibility defaults to hiddenCould you post a link to your site so we can take a look?
Forum: Plugins
In reply to: [WooCommerce] redirect back from paypalForum: Plugins
In reply to: [WooCommerce] Move the asterisk of required fieldsYou could use css to do this:
#billing_country_field label {
display: -webkit-box;
}#billing_first_name_field label {
display: -webkit-box;
}#billing_last_name_field label {
display: -webkit-box;
}#billing_address_1_field label {
display: -webkit-box;
}#billing_postcode_field label {
display: -webkit-box;
}#billing_city_field label {
display: -webkit-box;
}#billing_state_field label {
display: -webkit-box;
}#billing_email_field label {
display: -webkit-box;
}#billing_phone_field label {
display: -webkit-box;
}I did see that. ??
If you really want to troubleshoot, I would disable all plugins except for WooCommerce and see if you still have the issue. It could be a plugin conflict with the theme but that would tell you.
Forum: Plugins
In reply to: [WooCommerce] After registration: My adressThere may be a more elegant way but I know that you can hide them using css.
#shipping_company_field { display: none; } #shipping_address_2_field { display: none; }
It will be hard without seeing a link to your site to see if anything else may be going on. Could you post a link? Do you have any errors either on the page or in the console?
Forum: Plugins
In reply to: [WooCommerce] Change home action ….The breadcrumbs are when you see a navigation that show something like Home / Shop that shows up on the WooCommerce pages.
If you need to customize the WooCommerce shop page you can do that here: https://docs.woothemes.com/document/template-structure/
Forum: Plugins
In reply to: [WooCommerce] Warning on shop page – can anyone help?If you customized the shop page in your child theme, I would look there first if you don’t get the issue anywhere else.
Forum: Plugins
In reply to: [WooCommerce] After registration: My adressIf you choose Sell To Specific Countries under WooCommerce->Settings->General->Selling Locations and then directly underneath it, choose the country that you want to be the default in the field for Specific Countries. In my case I chose US and then by default the country is not a choice in admin section. It will always be US. The Address 2 and Company is not a requirement.
Forum: Plugins
In reply to: [WooCommerce] Warning on shop page – can anyone help?So you are using a child but do you have this when you activate just the parent? This will let you know if the issue lies in the child theme then we can investigate further.
Do you have this issue if you test with another theme? This will let you know if it is the theme itself and then we can investigate further.