WPIntell

Source evidence

Not working with Caching Plugin

WP-ShowHide · support · 2023-08-20T18:55:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

5 / 33 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Gyanar anyashi unresolved
Hi, I am using this plugin with wp-rocket caching plugin. toggal not working and It showing error in console Uncaught ReferenceError: showhide_toggle is not defined at HTMLAnchorElement.onclick ((index):177:220) more in code. 9603,’more info…’,”);return false;” aria-expanded=”false “><span id= Hi! I had the same issue. Followed this link and added ‘showhide_toggle’ to the WP Rocket Inline Exclusion list. https://docs.wp-rocket.me/article/976-exclude-files-from-defer-js add_filter( 'rocket_defer_inline_exclusions', function( $inline_exclusions_list ) { $inline_exclusions_list[] = 'showhide_toggle'; return $inline_exclusions_list; } ); Hope it helps. Worked for me at least Thanks, I tried but not working https://prnt.sc/zN0fnIuvKpQI after save setting it look like this – https://prnt.sc/4dd1otzi6N46

Comments

2 shown
perli123 2023-08-21T15:03:00+00:00

Hi! I had the same issue. Followed this link and added ‘showhide_toggle’ to the WP Rocket Inline Exclusion list. https://docs.wp-rocket.me/article/976-exclude-files-from-defer-js add_filter( 'rocket_defer_inline_exclusions', function( $inline_exclusions_list ) { $inline_exclusions_list[] = 'showhide_toggle'; return $inline_exclusions_list; } ); Hope it helps. Worked for me at least

Gyanar anyashi 2023-08-26T04:38:00+00:00

Thanks, I tried but not working https://prnt.sc/zN0fnIuvKpQI after save setting it look like this – https://prnt.sc/4dd1otzi6N46