WPIntell

Source evidence

Box Shadow after recent update

Advanced Accordion Gutenberg Block – Create Beautiful FAQs, Content Accordions & Interactive Tabs · support · 2024-09-10T10:55:00+00:00

mixedsentiment
mediumseverity
0.84relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 18 rows with source links

11.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
andrea2233 resolved
Since your recent update I have a box shadow around the accordion when opening it, which destroys my design. How do I get rid of it, or at least change the color? Hello @andrea2233 , We’re sincerely sorry for the inconvenience caused by the recent update. Could you please share a screenshot of the issue? This will help us see the problem clearly and provide an immediate solution. Thank you for your understanding. Hello Sajjad, thank you for your quick reply. I didn’t want to expose my client here, but since private messages are not possible, and image upload is also not possible. Here are the accordions. In both cases the color of the box shadow is a problem and I would want to have no box shadow at all, like it was before the update. https://schierhuber.at/unternehmen/#stellen https://schierhuber.at/kontakt/ Thank you for your help. If you applied the box shadow as a new feature, maybe you can use the color I defined in the plugin. Hello, We have identified the issue you mentioned. Unfortunately, there isn’t currently an option to change the box shadow color. However, we’ve noted your request and will include an option for this in a future version. In the meantime, you can disable the box shadow by adding the following custom CSS: .wp-block-aab-accordion-block.aab__accordion_head--keyboard:focus { box-shadow: none !important; } .wp-block-aab-accordion-block.aab__accordion_container.separate-accordion.keyboard-active { box-shadow: none !important; } .wp-block-aab-accordion-block .aab__accordion_head--keyboard:focus { box-shadow: none !important; } Simply add this CSS to your site to remove the box shadow effect. Thank you for your understanding and patience!

Comments

4 shown
Sajjad Hossain 2024-09-11T04:41:00+00:00

Hello @andrea2233 , We’re sincerely sorry for the inconvenience caused by the recent update. Could you please share a screenshot of the issue? This will help us see the problem clearly and provide an immediate solution. Thank you for your understanding.

andrea2233 2024-09-11T11:34:00+00:00

Hello Sajjad, thank you for your quick reply. I didn’t want to expose my client here, but since private messages are not possible, and image upload is also not possible. Here are the accordions. In both cases the color of the box shadow is a problem and I would want to have no box shadow at all, like it was before the update. https://schierhuber.at/unternehmen/#stellen https://schierhuber.at/kontakt/ Thank you for your help.

andrea2233 2024-09-11T11:45:00+00:00

If you applied the box shadow as a new feature, maybe you can use the color I defined in the plugin.

Sajjad Hossain 2024-09-12T10:22:00+00:00

Hello, We have identified the issue you mentioned. Unfortunately, there isn’t currently an option to change the box shadow color. However, we’ve noted your request and will include an option for this in a future version. In the meantime, you can disable the box shadow by adding the following custom CSS: .wp-block-aab-accordion-block.aab__accordion_head--keyboard:focus { box-shadow: none !important; } .wp-block-aab-accordion-block.aab__accordion_container.separate-accordion.keyboard-active { box-shadow: none !important; } .wp-block-aab-accordion-block .aab__accordion_head--keyboard:focus { box-shadow: none !important; } Simply add this CSS to your site to remove the box shadow effect. Thank you for your understanding and patience!