Senff - a11n
Forum Replies Created
-
Hey @tmin
I’m not entirely sure what you’re referring to. Could you explain this a bit more please?
Forum: Plugins
In reply to: [WooCommerce] my account payment method visual flaw #2Hey @casahova
It definitely is a theme issue (though other themes such as Storefront have the exact same issue). The following code is causing it:
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before { content: attr(data-title) ": "; font-weight: 700; float: left; }This code is located in the file https://www.casahova.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css which, if you look at the path, is located in your Astra theme.
You can override this by adding the following CSS code to your site:
table.shop_table_responsive tr td[data-title].woocommerce-PaymentMethod:last-child::before { display: none; }Though, it may also have an impact on other parts of your site — if that’s the case, you’ll need to check this with Astra’s support team for further assistance.
Forum: Plugins
In reply to: [WooCommerce] my account payment method visual flaw #2Hi @casahova
Can you tell me where you see this colon exactly? I’m not seeing it myself, as you can see here:
Image link: https://d.pr/i/sWMACKForum: Plugins
In reply to: [WooCommerce] WooCommerce Products ExportHey @webqueenhtc
I personally like Updraft and Jetpack Backup — but honestly, there’s plenty of choices out there, and it would be best to try them out to see which one fits you best.
- This reply was modified 4 years, 6 months ago by Senff - a11n.
Hey @emmalaebat
Recently, our SSL certificate provider Let’s Encrypt made some changes to the way they issue SSL certificates, which can cause issues for sites who try to connect to WooCommerce.com.
To fix this issue, please reach out to your site’s host and ensure that their platform is set up to trust the ISRG Root X1 certificate, and that the OpenSSL version on your site is at least 1.1.1.For some more technical details about this issue, please see:
https://letsencrypt.org/docs/certificate-compatibility/#platforms-that-trust-isrg-root-x1Forum: Plugins
In reply to: [WooCommerce] WooCommerce Products ExportHi @webqueenhtc
It depends on how you do your backups. Some plugins/methods only back up some parts of a site, while others back up everything.
If you use a plugin that backs up everything (all files and the database), then that will include all your products as well.
Forum: Plugins
In reply to: [WooCommerce] remove wordpressHey @joannaritsoni
The email is what is being sent out by your WordPress site when someone requests a password on this page: https://philsgranola.gr/wp-login.php?action=lostpassword
This is a different email than what’s sent out by WooCommerce, when someone requests a new password on this page: https://philsgranola.gr/my-account/lost-password/
Hence, this is not directly a WooCommerce issue. If you want to make changes to emails sent out by WordPress itself, it’s best to check this in the WordPress forum:
https://wordpress.org/support/forum/wp-advanced/Hope this points you in the right direction!
Forum: Plugins
In reply to: [WooCommerce] Blocked a frame with origin “domain.com” from accessingHey @bayanaa
If you’re referring to our premium FedEx Shipping plugin (and you’re still experiencing issues), you can submit a ticket request for it on the Support form:
https://woocommerce.com/my-account/create-a-ticket/?form=ticketFrom there, select the FedEx Shipping extension in the “I need help with” dropdown. Here is a screenshot for your reference:
https://d.pr/i/7q34w7This will ensure that your request it routed to the extension’s support team right away.
Forum: Plugins
In reply to: [WooCommerce] Background color of payment sectionHey @loralee_h!
Can you share a link to your site, so we can take a look?
Forum: Plugins
In reply to: [WooCommerce] Search barSince this issue was addressed in our live chat (the search bar triggers a regular WordPress search, and not a WooCommerce product search), I’ll be closing this thread for now.
Hey @msashram
WordPress has had updates since the last version of Smooth Scroll Page Up/Down Buttons was released. That’s why you may see a message saying it hasn’t been tested with the current versions. The “tested up to” numbers are only changed when a new version of the plugin is released.
When the next update is released, those numbers will be changed to match the current WordPress version.
Forum: Themes and Templates
In reply to: [Storefront] Product category page h1Hey @webdy
You can change the look (size/colors) of H1s on category pages with this code:
body.tax-product_cat .page-title { color: red; font-size: 70px; }However, to change the actual text for each category, you can already do that in the category editor. Here is a screenshot for your reference:
Image link: https://d.pr/i/XexwFhIs that what you’re referring to?
Forum: Themes and Templates
In reply to: [Storefront] Product category page h1Hey @webdy
You can change this with some CSS code, but we’ll need to know a few more details first.
Can you tell us a bit more about what you’re trying to do exactly? For example, do you want to change the H1 on all product category pages in your site (or just this particular one), and how would you like to make it different (size, color, etc)?
Forum: Plugins
In reply to: [WooCommerce] Strange meta data fields in Rest API exportHey @jpnl
This is the part where I’m not sure if I understand how or when Divi exports its data. 😉 I’m not an expert on that, so if you want to know more about why Divi data is included in the Rest API export, but not in the standard WooCommerce export, Divi’s support team can probably help you with that.
Forum: Plugins
In reply to: [WooCommerce] Strange meta data fields in Rest API exportHey @jpnl
Although the Divi theme builder may not be specifically used for WooCommerce products, their data is likely being included in the API export for any/every post types (WooCommerce products are essentially a custom post type).
Since the Divi plugin was not created by us at WooCommerce.com, I’d recommend reaching out to the plugin’s own support team first, to see if they can give you more information about this, and if it’s possible to not include that data in the export of the product type.
While we’re experts on our own products, third party plugins are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).