Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Modifying content-single-product.phpYou may want to check if the page you’re looking at, is actually using the file you edited — it’s possible that your theme is overriding it.
To verify which template is being used by any page, I’d recommend using this plugin: https://wordpress.org/plugins/simple-debug-info-panel/
Forum: Themes and Templates
In reply to: [Storefront] Stick footer to bottom when page content is shortHi @rawantxf
There are a few ways of doing this. I’d recommend to check out this page for some methods that may help: https://css-tricks.com/couple-takes-sticky-footer/
Forum: Themes and Templates
In reply to: [Storefront] Vertical thumbnailsHi @npu2021
Can you share a link to your site? That way we can take a look at it and see what might be the issue here.
Thanks!
Hey @patrickhs
From what I can see, these issues are all related the way these are configured incorrectly in Storefront Powerpack’s Designer.
In the Designer, both the breadcrumbs and the title are made hidden. Also, the middle section of the page has a top margin of -40px, which cause the cutoff.
I’d suggest you review/reset the settings you have under Appearance → Customize → Powerpack → Designer.
Forum: Themes and Templates
In reply to: [Storefront] Main navigation menu cutoff on small screensHey @patrickhs
I’m not entirely clear what’s cut off exactly — I looked at your site on my mobile device, but I don’t see anything cut off.
Could you explain this a bit more please? It will help if you can include a screenshot.
Forum: Plugins
In reply to: [WooCommerce] Category Display Not Functioning CorrectlyHey @ltw08
I’m note why it would show the subcategories (if you have it set to “Products” under “Category Display”), but you might want to check that with your theme developer.
In the meantime, a quick solution would be to add the following CSS code:
body.tax-product_cat .product-category { display: none; }Hey @faryy
I checked your site, but I’m not seeing any misalignment on any pages. Here’s a few screenshots of what I see on my end:
https://d.pr/i/UjP5UZ
https://d.pr/i/zfuGsl
https://d.pr/i/nkbndrDo you still see the same problem on your end?
Forum: Plugins
In reply to: [WooCommerce] Limit Sales to Specific ProvinceHey @twogunrosie
If you have set up just one Shipping Zone (that covers your province) that has a Shipping Method, and any other zone you may have does not have any Shipping Methods, then any customer from outside the Shipping Zone will see the message “Sorry, there are no Shipping Methods for your area” upon checkout, which will prevent them from placing the order.
Hope that explains it a bit more!
Forum: Plugins
In reply to: [WooCommerce] Email Setup WoocomerceHi @niwen67766
You can set any address you like there, so you can enter any other email address you have. However, it’s possible that your mail sending service will not accept emails that have a “From:” address that’s not part of your site’s domain (to avoid that you would be sending out emails with a fake “From:” address), but that’s something you’ll need to check with your host.
Forum: Plugins
In reply to: [WooCommerce] Translating Checkout PageHey @waelmister
If setting your store’s language to Arabic doesn’t help (under Settings → General → Site Language), you may need to use a translation plugin for some additional help.
For that, we generally recommend using Loco Translate. You can read a bit more about how to work with that right here:
https://docs.woocommerce.com/document/woocommerce-localization/#section-5Forum: Plugins
In reply to: [NSFW] [WooCommerce] Remove 1px line around product images woocommerceHey @andrew-1
You can remove this line by adding the following CSS code:
.woocommerce ul.products li.product a img { border: 0; }Hope this helps!
Hey @karll10
You may want to check the settings of your payment page. When I try to check out, the payment form shows me the following:
Image link: https://d.pr/i/TYUkAeForum: Plugins
In reply to: [WooCommerce] Category Display Not Functioning CorrectlyHey @ltw08
Can you share a link to your site? That way we can take a look and see if some CSS code might help here.
Forum: Plugins
In reply to: [WooCommerce] Blurred Product Gallery ThumbnailsHey @nimbus2006
Since the way the thumbnails are displayed largely depends on your theme, it’s best to check with their own support team.
It looks like Avada’s info and support page can be found here:
https://theme-fusion.com/support/Forum: Plugins
In reply to: [WooCommerce] Separating categories and products listingThe way everything is shown, largely depends on your theme.
Can you share a link to your site so we can see the issue?