Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Block for Gutenberg Editor] Z-Index issueHey @alberto-navarro
Very sorry about the huge delay — I totally missed the notification for this!
Are you still seeing this issue? I checked it on your site, but I’m not seeing anything wrong directly, so I’m not sure if this has been resolved or not. Let me know if you still have the same problem and I can look into it. 🙂
Hey @aharonach
Excellent find! That does appear to be a bug in WooCommerce indeed, and I’ve filed it as a bug: https://github.com/woocommerce/woocommerce/issues/29457
Forum: Plugins
In reply to: [Meta for WooCommerce] Facebook for Woocommerce configuration errorHi @maslzr
The page in your screenshot is not the right page. This is a “hidden” page so there is no link to it from the menu, and you should type this address directly in your address bar. Here’s how it should look:
Image link: https://d.pr/i/gKdLXPHey @jzr00
The functionality to show the cart in a dropdown (including the Paypal button) is not something that is included with WooCommerce itself, so that’s likely coming from a plugin or from your theme.
You can remove the button with some custom CSS code, but for that we’ll need to see your site. Can you share a link so we can take a look?
Forum: Plugins
In reply to: [Meta for WooCommerce] Critical error when trying to sync up vendor shopHey @digitalmwiz
while integrating the file API/Business_Manager/Request.php is not there in the plugin. I don’t think this is hard since already admin is able to do this and vendors are connecting to their own pages, so there is no duplicate pages.
If you believe this would be a small fix, you might want to reach out to a developer to see if they can help you with that quickly. For that, I would recommend reaching out to one of our vetted developer partners on our Customizations page: https://woocommerce.com/customizations/
In addition, if this is not at all possible, in each of vendor dashboard we are seeing “facebook for Marketplace” menu. In this can how can we disable this menu being appeared for Vendors ?
For that you might want to use a plugin that can control the (visibility of) menu items in your site, and/or change what different roles in your site can see. Here are some suggestions:
– User Role Editor
– Admin Menu EditorForum: Plugins
In reply to: [WooCommerce] Targetting css to specific product pageHey @grahamcopestake
You may be mixing up some products a bit.
You can use classname
postid-1135for this particular product (ÂŁ20 Build Your Own Bundle).However, to target this product (ÂŁ10 Build Your Own Bundle), you will need to use
postid-1136as the classname.Another thing you should look at, is that every rule in your CSS has this classname. In the code you pasted, you’re using
.woocommerce-page ul.products.columns-3 li.productwhich targets every product.So, for example to target only the ÂŁ10 Build Your Own Bundle product, use this code:
.postid-1136 .woocommerce ul.products.columns-3 li.product, .postid-1136 .woocommerce-page ul.products.columns-3 li.product { width: 20% !important; } .postid-1136 .woocommerce ul.products li.last, .postid-1136 .woocommerce-page ul.products li.last { margin-right: 3.8%; }Forum: Plugins
In reply to: [WooCommerce] placeholder for review ‘name’ and ’email’ missingHey @isobelperl
It looks like your theme has made the labels hidden for those fields. You can put them back with some CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.comment-respond .comment-form p:not(.comment-form-cookies-consent) label { display: none; }Select “Publish” from the top, and your changes will be applied to your site.`
Forum: Plugins
In reply to: [WooCommerce] Payment not recognized by woocommerceHey @hurtowniawosku
It looks like you’re using this plugin to accepts Stripe payments on your site, so I’d recommend reaching out to the plugin’s own support team first.
Third party plugins are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that plugin’s info and support page can be found here:
https://wordpress.org/support/plugin/woo-stripe-payment/Forum: Plugins
In reply to: [WooCommerce] Privacy & T&C fields have movedHey @alanwp81
This may be overriden by your theme. Can you try switching to a default theme (such as Storefront) and see if that makes that option appear again?
Hey @omerior
There’s a number of reasons why (some) emails are not being received when they are sent from your site.
What I would suggest is to check if the emails are actually being sent (and not received), or if they are not being sent to begin with. You can find a quick guide for that, using a plugin called WP Mail Logging, right here: https://docs.woocommerce.com/document/email-faq/#section-4
If WP Mail Logging shows all the emails being sent, but some are not received, that means that the issue is not with WordPress/WooCommerce, and it could be with the SMTP provider, or your webhost, or on the receiver’s end. You will need to troubleshoot with your SMTP provider and your host.
If WP Mail Logging shows the emails as not being sent, you will see an error message as well, which could point you in the right direction and give you some information about what might be wrong.
A full troubleshooting guide for email issues can be found here: https://docs.woocommerce.com/document/email-faq/
Forum: Plugins
In reply to: [WooCommerce] Woocommerce bookings – Several objects in same bookingHey @jimbroomstick
Just to make sure we understand the issue correctly; a customer makes 5 reservations for various product rentals, in the same order.
You see that the result is that there are 5 separate orders created (with both the customer and you getting 5 separate order confirmation emails)?
If that’s the case, then that shouldn’t happen, and we’ll need to look into that a bit more. Since WooCommerce Bookings is a premium product, please submit a ticket request for it, through this form.
From there, select the WooCommerce Bookings extension in the “I need help with” dropdown. Here is a screenshot for your reference:
Image link: https://d.pr/i/soEeNnForum: Plugins
In reply to: [WooCommerce] Targetting css to specific product pageHey @grahamcopestake
For the page you linked in your original post, you’ll need to use the class
postid-1135. For example, this will add a green border to just that particular page, and no other page in your site:.postid-1135 { border: solid 10px lime; }Forum: Themes and Templates
In reply to: [Storefront] Ghost MenuHey @jl303
Can you go to your admin Dashboard and select Appearance → Customize → Menu, and check if you have more than one menu defined there?
Hey @63n
I’ve tried this again on my end, but I’m not seeing this in Safari (version Version 14.0.3), or any browser for that matter:
Image link: https://d.pr/i/qJXbRyDo you see it in Chrome and Firefox as well (if you have the option to try that), or are you able to check it on another computer by any chance?
Forum: Themes and Templates
In reply to: [Storefront] header-cart.min.js | ‘getBoundingClientRect’Hey @fwkart
Could you 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.