WPIntell

Source evidence

CSS code on the frontend

Product Category Slider & Grid for WooCommerce – WooCategory · support · 2023-06-09T09:53:00+00:00

mixedsentiment
mediumseverity
0.84relevance
6replies
Evidence onlycommercial context

Proof Health

Open evidence

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

1 / 1 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

0 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
piotroxy resolved
Hi, Sometimes, when I enter the page for the first time, the CSS code appears ( screen ). When I refresh the page it’s ok. How to solve it? I am using the Neve theme with Elementor Category slider is placed in the header using a shortcode. Regards Hi @piotroxy , Sorry for the inconvenience. Hope you are doing great today! If possible please share the page link and share a screenshot of the place where you inserted the shortcode. So that we can check by inspecting the page link. We will appreciate your cooperation. Have a great day! Hi, thanks for your reply. Link: http://ekoherba.oxy.pl/kategoria-produktu/mieszanki-ziolowe-i-ekstrakty/ Or any other page you visit for the first time. Screen Regards This reply was modified 2 years, 11 months ago by piotroxy . This error always appears on the shop’s subpage: http://ekoherba.oxy.pl/sklep/ Hi @piotroxy , Sorry for the inconvenience. We have reviewed the issue and figured out it. To fix the issue, please add the following code using a code snippet. You can also insert the code at the bottom of the functions.php file of your current theme. function sp_kses_allowed_html_modified( $allowed_tags, $context ) { if ( 'post' == $context ) { $allowed_tags['style'] = array( 'type' => array(), ); } return $allowed_tags; } add_filter( 'wp_kses_allowed_html', 'sp_kses_allowed_html_modified', 10, 2 ); Please keep a backup of the website before applying the code. Hopefully, the issue will be fixed. Have a great day! Thank for the answer! I see this code fix it, thanks. Regards Hi @piotroxy , Great to know that it worked. If you are satisfied with the support we will appreciate it if you share your experience here . Your review will motivate us and inspire us in every aspects. Have a great day!

Comments

6 shown
Pulak Ahmed 2023-06-15T06:41:00+00:00

Hi @piotroxy , Sorry for the inconvenience. Hope you are doing great today! If possible please share the page link and share a screenshot of the place where you inserted the shortcode. So that we can check by inspecting the page link. We will appreciate your cooperation. Have a great day!

piotroxy 2023-06-19T08:40:00+00:00

Hi, thanks for your reply. Link: http://ekoherba.oxy.pl/kategoria-produktu/mieszanki-ziolowe-i-ekstrakty/ Or any other page you visit for the first time. Screen Regards This reply was modified 2 years, 11 months ago by piotroxy .

piotroxy 2023-06-21T09:38:00+00:00

This error always appears on the shop’s subpage: http://ekoherba.oxy.pl/sklep/

Pulak Ahmed 2023-06-21T10:07:00+00:00

Hi @piotroxy , Sorry for the inconvenience. We have reviewed the issue and figured out it. To fix the issue, please add the following code using a code snippet. You can also insert the code at the bottom of the functions.php file of your current theme. function sp_kses_allowed_html_modified( $allowed_tags, $context ) { if ( 'post' == $context ) { $allowed_tags['style'] = array( 'type' => array(), ); } return $allowed_tags; } add_filter( 'wp_kses_allowed_html', 'sp_kses_allowed_html_modified', 10, 2 ); Please keep a backup of the website before applying the code. Hopefully, the issue will be fixed. Have a great day!

piotroxy 2023-06-21T10:16:00+00:00

Thank for the answer! I see this code fix it, thanks. Regards

Pulak Ahmed 2023-06-21T10:22:00+00:00

Hi @piotroxy , Great to know that it worked. If you are satisfied with the support we will appreciate it if you share your experience here . Your review will motivate us and inspire us in every aspects. Have a great day!