Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Issue with woocmmerce variationsHi @iiamhamxa
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.
Forum: Plugins
In reply to: [WooCommerce] Addresses does not show in Navigation (My Account) menuHey @tgunergun
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.
Forum: Themes and Templates
In reply to: [Storefront] Wrong reviews count on product pagesHey @lmvn
Since the issue appears with other themes as well, it’s safe to say that it is not an issue with Storefront. Though, it’s not clear if it’s caused by WooCommerce itself, or if it’s an issue with any other plugin you have active.
The best way to find out is to do the following:
– Disable all plugins except for WooCommerce.
– Clear your browser cache, and the cache on your site if you have one there.
– Test to see if the issue has been resolved.If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
If the issue still appears when all plugins (except WooCommerce) are deactivated, it’s best to post this in the general WooCommerce forum.
Forum: Themes and Templates
In reply to: [Storefront] Remove Links from HeaderHey @mdeclement
I can see your site now. 🙂
The red links show when you don’t set any menu as the Primary Menu. To remove them, you can use 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:
#site-navigation { display: none; }Select “Save Changes” from the top, and your changes will be applied to your site.
Forum: Plugins
In reply to: [WooCommerce] Too many files in Woocommerce storeHey @nupharizar
You may want to check if you have any other caching plugins active. Some hosts have that enabled on server level.
To check this, go to your System Status Report (under WooCommerce → Status) and check if there are any caching plugins under the Must-Use Plugins section.
You can also check what the value is for “External object cache” (in the WordPress environment section at the top).
Forum: Plugins
In reply to: [WooCommerce] Hide City and Postcode from Cart pageAre you referring to the shipping calculator on the cart page?
Image link: https://d.pr/i/7DShlTThe easiest way to hide that, is to go to WooCommerce → Settings → Shipping → Shipping Options and then uncheck “Enable the shipping calculator on the cart page” first.
You will also need some CSS code to hide it completely. Go to Appearance → Customize → Additional CSS, and then in the CSS textbox on the left, add the following code:
.woocommerce-cart .woocommerce-shipping-destination { display: none; }Select “Save Changes” from the top, and your changes will be applied to your site.
Forum: Plugins
In reply to: [WooCommerce] Blurry images WoocommerceHey @asmadahmani !
Can you share a link to your site, so we can see what the issue might be?
Forum: Plugins
In reply to: [WooCommerce] Do i need to allocate a shop page on my websiteHey @dachafurniture
You don’t have to have a specific Shop page. If you already have your products categorized and linked in a menu, and that works for you, then you won’t need a general Shop page.
Forum: Themes and Templates
In reply to: [Storefront] How do i remove the blank space on my home pageHey @dachafurniture
You can fix this with a little bit of custom 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:
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header { margin-bottom: 0; }Select “Save Changes” from the top, and your changes will be applied to your site.
Forum: Themes and Templates
In reply to: [Storefront] How do i remove the blank space on my home pageHey @dachafurniture
We won’t be able to see the page you’re referring to, since it’s a draft and this can only be viewed by authors on your site.
Can you publish the page and share a link to it here?
Forum: Themes and Templates
In reply to: [Storefront] Remove Links from HeaderHey @mdeclement
I’m sorry, but I’m still not able to access the site at http://www.revolutionnmr.com
Can you double-check if that’s the right URL?
- This reply was modified 5 years, 6 months ago by Senff - a11n.
Forum: Themes and Templates
In reply to: [Storefront] Removing storefront homepage hookHi @wpjakarta
The code you listed above will only apply to the homepage if your page is using the Homepage template. If you do not use that, the code will not do any harm.
Forum: Themes and Templates
In reply to: [Storefront] WooCommerece keeps removing itselfHey @dondave79
Have you tried this with all other plugins in your site deactivated?
If you then still get the message about maintenance/capacity/downtime, I’d suggest to check this with your host.
Forum: Themes and Templates
In reply to: [Storefront] jQueryHey @cornishscoots
Enable jQuery Migrate Helper is not a default plugin, and you might not need it at all. I would suggest to deactivate it and check if your site works well without it.
Forum: Themes and Templates
In reply to: [Storefront] Remove Links from HeaderHey @mdeclement
Can you check your site’s URL? I tried to visit it to see what might be wrong, but it appears that the domain revolutionnmr.com does not exist.