Conversation
supportHi, 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
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