Sean Cull
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can you change the product attributes text?Hi Scott,
I would like to make the text for “Flavor or Strain Name” larger, bold and in a different color (red). It looks great on mobile but isn’t as eye catching on the desktop. In addition to that, some of our customers medical issues that interfere with vision. I just want to make that piece of text more noticeable. Is there any easy way to do that?
The styling of that text can be modified with some custom CSS code. For example, you could change the background and make the text a bit bigger with something like this:
td.label { background-color: yellow; } label { font-size: larger; }
You would put that CSS code in Appearance > Customize > Additional CSS.
Forum: Plugins
In reply to: [WooCommerce] Images not showing up on my websiteHi there,
Taking a look at your site, I’m able to see all of the images successfully on the single product pages (in the gallery), as well as the images on the category pages.
Perhaps this is something you’ve fixed since posting this message?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Subscription PluginHi there,
This forum is for discussing issues with WooCommerce core only, not any of our paid WooCommerce plugins.
If you purchased WooCommerce Subscriptions from WooCommerce.com, please log into your WooCommerce account and submit a support ticket so that we may assist further:
Forum: Plugins
In reply to: [WooCommerce] Short description showing in product archiveHi there,
By default, the product short descriptions only show on the single product pages, not on the shop page or category page.
Because you’re using a custom shop layout, then I would say that either OceanWP or Elementor Pro are overriding the default behavior of the WooCommerce pages. You’d need to inquire with the theme developers to customize that.
Forum: Plugins
In reply to: [WooCommerce] Problem with shipping method. They are not selectableHi there,
How Can I edit it? With a different zip code rispetto to the second shopping zone or in other way?
When I say edit, I mean go to WooCommerce > Settings > Shipping. Hover over the shipping zone, and click Edit. Then take a screenshot of that page, and paste the link in your reply here.
I recommend https://snag.gy for easily sharing screenshots – please follow the instructions on the page, then paste the URL in this chat. It works with Chrome, Firefox and IE.
Hi there,
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: Themes and Templates
In reply to: [Storefront] PHP errors in apache logHi @feriman,
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] Reallocate orders to a new user within a date rangeHi there,
This is more than we can help with here. For customizations we recommend one of the services listed on this page:
https://woocommerce.com/customizations/
Another option is to team up with a developer on our WooCommerce Developers Slack Channel:
Forum: Plugins
In reply to: [WooCommerce] Shop page not showing in search resultsHi there,
The best thing that you can do is sign up to Google’s Webmaster Tools, and after you get that set up you’ll be able to see the errors that they have for your site.
If there’s no issues shown in Webmaster Tools, and you’re 100% sure that there’s no noindex and nofollow tags set anywhere (remember to check your robots.txt and .htaccess files as well) then it’s a matter of time. Google doesn’t index and rank everything straight away. Sometimes it can take months for a new site to get any entries in their search results. This isn’t something WooCommerce has any control over.
I’m closing this thread because this issue is not related to WooCommerce specifically.
Forum: Plugins
In reply to: [WooCommerce] Cannot load wc-reportsHi there,
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] black bar on top missingHi there,
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] Woocommerce WC_Order_Item_ProductHi there,
Errors like that are usually caused by theme or plugin conflicts happening on the site.
First, make sure that your theme, WooCommerce, and all other active plugins are updated to their most current versions.
Then please try switching to the WordPress default theme (Twenty Nineteen) or the WooCommerce default theme (Storefront) temporarily to see if the issue persists. If so, then we can rule out an issue with the theme.
If even after switching themes the issue persists, please deactivate all other plugins, then retest. If the issue is resolved, then reactivate the other plugins – one by one – testing each time to see if the error is still resolved until you find the one causing the error.
If that is the only text you want to change, you can do so in one of two ways.
You can use this free plugin to change dynamically
generated text within a WordPress plugin or theme. Although this plugin
has the word translation in the title it is also used for changing the
dynamically generated text of the same language into different phrases
or words.Loco Translate:? https://www.ads-software.com/plugins/loco-translate/
Or, as a second option, you can override the default WooCommerce template file with the cart shipping information in it. You can read more about overriding default WooCommerce templates here: https://docs.woocommerce.com/document/template-structure/
You’d copy the file
woocommerce/templates/cart/cart-shipping.php
to your theme’s folder, likethemename/woocommerce/cart/cart-shipping.php
. Then you’d edit that new file and change the text in there.Both ways achieve the same thing, but some people prefer one method over the other, depending on their level of familiarity with things like custom code files.
Forum: Plugins
In reply to: [WooCommerce] Problem with shipping method. They are not selectableHi there,
Can you please edit the first shipping zone, take a screenshot and share that? Thanks!
Hi there,
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.