Home › Forums › Support › Cannot show Toolset slider as Hook This topic has 1 reply, 2 voices, and was last updated 3 years, 2 months ago by Fernando. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 19, 2023 at 5:44 pm #2539188 Kelvin Dear Sir/Madam, I created a hook and assigned it to specific page but didn’t work. This the page I insert the hook https://jfaroma.com/essential-oil-blends/ Here is the screenshot I create the Hook https://prnt.sc/xzwGyWLdoMjh February 19, 2023 at 8:49 pm #2539282 Fernando Customer Support Hi Kelvin, Can you try adding this PHP snippet to test?: add_filter( 'generate_element_display', function( $display, $element_id ) { if ( 6702 === $element_id ) { $display = true; } return $display; }, 10, 2 ); Let us know how it goes. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In