Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Can’t access supportGlad that worked out! I’ll mark this thread as solved, but if you run into any other issues, please don’t hesitate to reach out again! 🙂
This is expected. Since the whole block is sticky, scrolling down won’t make it go up again. It’s not possible to have it sticky and not-sticky at the same time.
You might want to try and include an iframe inside the sticky block. That way, the block itself will still be sticky, but the contents will be scrollable.
Forum: Plugins
In reply to: [WooCommerce] Can’t access supportHey @julianoord
I’ve reset your account connection on our end now.
Could you try to log out of WooCommerce.com and log out of WordPress.com (in that order), then log in to WordPress.com and to WooCommerce.com (also in that order) and check if you’re able to access support now?
Forum: Plugins
In reply to: [WooCommerce] Question – How to addd multiple shipping methods per productHey @ukenpachi
If you want to offer different shipping options for different products, you may want to check out this plugin: https://woocommerce.com/products/per-product-shipping/
Forum: Plugins
In reply to: [WooCommerce] Can’t access supportHey @julianoord
I can check into this for you. What username do you use on WordPress.com/WooCommerce.com ?
Forum: Themes and Templates
In reply to: [Storefront] Brand Name Above The Product TitleMy apologies, I misunderstood your request. I was under the impression that you wanted the product title above the image, not the brand title above the title.
I don’t see the brand of your products anywhere though (also not on the product page). Is that added with a plugin but you turned that off?
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Forum: Themes and Templates
In reply to: [Storefront] Brand Name Above The Product TitleI’m not sure why the CSS code is not showing. When I look through the source code, I do not see it anywhere on the page.
Maybe you made a typo somewhere?
Forum: Themes and Templates
In reply to: [Storefront] Brand Name Above The Product TitleWhere did you add the code exactly, and can you please include a specific page where you want this changed? I don’t see any category product blocks on your homepage.
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Forum: Themes and Templates
In reply to: [Storefront] Woocommerce Basket is half screen on mobile deviceHey @dazpurdy
It looks like this is caused by a plugin you have installed called Custom Registration Form Builder, so you might want to check if there’s a setting in there that you should change.
If you can’t find that, you can add the following CSS code to fix it, though it might have an impact on forms you have made using the Custom Registration Form Builder plugin:
@media screen and (max-width: 700px) { table { display: table; } }Forum: Themes and Templates
In reply to: [Storefront] Brand Name Above The Product TitleHey @roberthedlund ,
You can do that with this CSS code:
.wp-block-product-category .wc-block-grid__product-link { display: flex; flex-direction: column; } .wc-block-grid__product-link .wc-block-grid__product-title { order: -1; } .wc-block-grid__products .wc-block-grid__product img{ margin: 10px 0 0 0; }Also, please include your site’s address (and a link to a page that applies to your request) every time. This will make it easier for everyone to help you. 🙂
Hey @hypelifemedia
I checked your page, I’m not entirely sure I understand your issue entirely! Which blocks on that page are you referring to exactly? I can only see one sticky block (the ad block on the right side) but I don’t think that was done with my plugin?
If you can give me a few more details, I’ll be happy to look into it. 🙂
Forum: Plugins
In reply to: [WooCommerce] Unable to add media when editing with visual editorHey @fiona86
If the issue still appears when WooCommerce is deactivated, then it means it’s not an issue related to WooCommerce, but likely with your WordPress install.
For that, I would check that in the WordPress support forum.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple pay and google pay don’t appearHey @hakenprog
Note that the Google Pay button will only appear on Android devices (or Google Chrome) when you have your Google Pay account set up on it.
On my end it looks like the Apple button is showing, but it’s hidden for some reason. I’d suggest to set up a staging site, switch to another theme and deactivate all plugins except WooCommerce and Stripe, and let us know the location of this staging site so we can take a look.
If you don’t already have a staging site set up, check with your hosting company as many offer this as part of their packages. Otherwise, you can use a free plugin such as WP Staging to set one up.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay/ Google PayHey @computerkid1
Can you share a link to your site? That way we can take a look and see if it’s actually possible to move the Apple/Google buttons on the checkout page. 🙂
- This reply was modified 5 years, 4 months ago by Senff - a11n.
Hey @wiltuss
If that error appears with every plugin deactivated (except WooCommerce and Stripe), could you please share a copy of your site’s System Status Report? You can find it by going to your admin Dashboard and select WooCommerce → Status.
From there, select “Get system report” and then “Copy for support“. Once you’ve done that, you can paste it here in your response.