johannsf
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Duplicate product title in WoocommerceIf you could post a link so we can see the issue, that might help. In the meantime, I would check the Customize>WooCommerce settings for an option to show product title.
Forum: Plugins
In reply to: [WooCommerce] auto-subscribing customers to email subscription listI use Mailchimp, and there is a Mailchimp for WP plug-in that does that for me.
Forum: Plugins
In reply to: [WooCommerce] How to change one word in pluginThere is a plug-in called “Say What” that can help you track down text in your files, but with a word like “price” it might still be an ordeal!
Forum: Fixing WordPress
In reply to: Text in Block different on PC to mobileSorry – Customize>Additional CSS
Forum: Fixing WordPress
In reply to: Text in Block different on PC to mobileUnder customize, add the custom css:
.has-text-color.has-nv-text-dark-bg-color {
color: blue;
}Pick your favorite color where I put “blue”. You can add the !important tag after blue if you want to be a rule breaker:
.has-text-color.has-nv-text-dark-bg-color {
color: blue !important;
}But try it first without.
Forum: Plugins
In reply to: [WooCommerce] Lost customisations when deactivating child themeNo, the child-theme controls customizations too. You might try setting up a staging site to trouble shoot your child theme if you don’t want to rebuild everything.
Forum: Fixing WordPress
In reply to: Text in Block different on PC to mobileHI – It looks like you have the text tagged:
.has-text-color.has-nv-text-dark-bg-color {
color: ####;
}but no CSS for it. The body styling is overriding it. Just add the Custom CSS above with a better contrasting color.
Forum: Plugins
In reply to: [WooCommerce] Stock Status in Product ListI use the ATUM Inventory Plug-in on one of my sites with variants. When you use their stock listing you can select an item with variants and it will break the inventory out by variant.
Forum: Plugins
In reply to: [WooCommerce] how to hide ratings if there arent anyIt should be possible to modify the single product page with a conditional statement – I would check out this thread:
https://www.ads-software.com/support/topic/woocommerce-always-show-stars-even-with-no-reviews/It’s not quite what you want, but you might be able to alter the if statement to make it work.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce products do not respond to automatic settingsYou do need to set the tax class for a product as you enter it. Could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Forum: Plugins
In reply to: [WooCommerce] How to fix this problems pleaseThis is coming from your redux plug-in. Does the site work when you turn off the plug-in? If so, I would follow up with redux.
Forum: Plugins
In reply to: [WooCommerce] sidebar issueTry setting pages>left sidebar instead of default.
Forum: Plugins
In reply to: [WooCommerce] Product pictures too big on mobileHere is my demo store in mobile view: https://snipboard.io/4DE1p0.jpg
I installed Elementor, and I can’t replicate the problem. Have you tried switching to the storefront theme as a test? –This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (storefront) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
Forum: Plugins
In reply to: [WooCommerce] Product pictures too big on mobileDo you want a single column on mobile, or two?
Forum: Plugins
In reply to: [WooCommerce] Product pictures too big on mobileHi. I can see the problem at setupking.de. When you are building the page with Elementor, do you build a mobile version using the responsive tool? If so, how does the page look when you switch to that view? Does it show 2 columns?
- This reply was modified 4 years, 2 months ago by johannsf.