Kaushik S. a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Problem with text color in submenu.Hi there!
I see that the sub-menu items are getting affected by a custom CSS that you’ve added:
.main-navigation ul li:hover > a { color: #FFFFFF !important; }
You could replace the above CSS with the CSS code below:
#menu-navigationsmeny > li:hover > a { color: #fff !important; }
I hope this helps! ??
Hi there!
I’m glad it worked for you. ??
To align the inner content to the center, you could add the CSS code below:
.align-fullwidth-custom .wp-block-group__inner-container{ max-width:1000px; margin:auto; }
Feel free to modify the
max-width
value.Forum: Plugins
In reply to: [WooCommerce] Product Attributes Table FormattingHi there!
Thanks for the additional information!
You could try the CSS code below:
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th { background: transparent !important; } .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes{ border: 0 !important; } .woocommerce table.shop_attributes td, .woocommerce div.product .woocommerce-tabs .shop_attributes th{ padding: 3px 6px !important; }
Please feel free to adjust the padding values for spacing. ??
I hope this helps!
Hi there!
Thanks for the additional information.
You could:
1) Use a group block and set it to align ‘full width’
2) Add columns and content to the group block
3) Give the group block a CSS classalign-fullwidth-custom
4) Add the CSS below in Appearance > Customize > Additional CSS:.align-fullwidth-custom{ margin: 32px calc(50% - 50vw); max-width: 100vw; width: 100vw; }
I hope this helps ??
Hi there!
You can give the headings block a CSS class
color-heading-links
from the Advanced drop-down under Block settings in the right sidebar and then add the CSS code below to color the links within the headings:.color-heading-links a{ color:#333; }
You can add this CSS in Appearance > Customize > Additional CSS box.
I hope this helps! ??
Forum: Themes and Templates
In reply to: [Storefront] bigger gallery image ?Hi there!
Thanks for your message.
Could you please send us a screenshot describing what you want to achieve? You could use a free tool like https://snipboard.io to share the screenshot/s.
Also, could you please share the URL of the product in question?
Thanks ??
Forum: Themes and Templates
In reply to: [Storefront] Moving Nav Menu to very top of page ?Hi there,
Were you able to achieve what you wanted? I see that the menu is right in between the logo and the search bar now. (Secondary menu location)
The CSS that you’ve applied has the line
display: none;
which hides the Primary menu altogether.I’d suggest removing that CSS code block and unchecking the
Primary Menu
under Appearance > Menu for the menu that is hidden.Forum: Plugins
In reply to: [WooCommerce Blocks] Blank page when opening pages in adminHi there!
Could you please confirm if you are able to replicate this issue when only WooCommerce and WooCommerce Blocks plugins are active?
It will be great if you could share your current System Status Report. You can get it by navigating to the
WooCommerce / Status
section of your site. Once there, click on theGet system report
button and then copy it by clicking on theCopy for support
button. Then paste it here in a comment.Note: WooCommerce Blocks is a feature plugin for WooCommerce + Gutenberg. This plugin serves as a space to iterate and explore new Blocks and updates to existing blocks for WooCommerce, and how WooCommerce might work with the block editor. Use this plugin if you want access to the bleeding edge of available blocks for WooCommerce. However, stable blocks are bundled into WooCommerce and can be added from the “WooCommerce” section in the block inserter.
Forum: Plugins
In reply to: [WooCommerce] Blocks plugin is missing several js files (6.3.1)Hi there!
Thanks for reporting this.
An issue for this is already reported in the WooCommerce Github repository: https://github.com/woocommerce/woocommerce/issues/32285
This error which is related to missing JS resources would be fixed in WooCommerce 6.4.
Have a nice day ??
Forum: Plugins
In reply to: [WooCommerce] Shop not loading. Cart page also not loading.Hi there!
It looks like the page https://eslreads.com/shop/ is not loading up completely and getting cut off from the section –
<div class="sidebar-main" ><div id="block-17" class="widget widget_block">
You could try deleting and re-adding the first widget under the main sidebar to see if it resolves the issue.
Could you also please share your current System Status Report. You can get it by navigating to the
WooCommerce / Status
section of your site. Once there, click on theGet system report
button and then copy it by clicking on theCopy for support
button. Then paste it here in a comment.Hi there!
Thanks for your comment.
I understand what you are saying. Please note that the bug report for this issue has already been filed here: https://github.com/Automattic/woocommerce-payments/issues/3565 and our developers are working on it.
I cannot comment on the time it would take to get the bug fixed, but I recommend subscribing to the Github bug report for tracking the status of the bug.
I hope that helps!
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] iframe payment method stylingHi there!
I understand you want to customize the payment method boxes loaded into Stripe iFrame.
Since the elements are coming from Stripe domain and displayed using an iFrame, the CSS changes would not get applied. Unfortunately, there is no way to modify the styling of a cross domain iFrame element. It might need some high level of code customization to achieve this.
Forum: Plugins
In reply to: [WooCommerce Admin] Woocommerce analytics sales data inconsistentHi there!
I tried replicating this by going to Analytics > Products > Selecting previous year or (custom range for 2021) and then clicking a particular product, however, I couldn’t replicate the issue, the order count for my product was showing up as the same.
It will be great if you could share your current System Status Report. You can get it by navigating to the
WooCommerce / Status
section of your site. Once there, click on theGet system report
button and then copy it by clicking on theCopy for support
button. Then paste it here in a comment.Forum: Plugins
In reply to: [Facebook for WooCommerce] Integration with facebookHi there,
As I see, the bug at https://github.com/woocommerce/facebook-for-woocommerce/issues/2148 isn’t fixed yet.
We’re not sure of the timeline as to when it would be fixed. But you could subscribe to the bug report on Github, that way you’ll be updated on your email about the current status of the bug.
Good day!
Kaushik S.Forum: Plugins
In reply to: [WooCommerce Square] CC number input font size – mobileHi there,
If you could send us the checkout URL, we could take a look further.
Also, it will be great if you could share your current System Status Report. You can get it by navigating to the
WooCommerce / Status
section of your site. Once there, click on theGet system report
button and then copy it by clicking on theCopy for support
button. Then paste it here in a comment.