Site logo

[Support request] Cannot show Toolset slider as Hook

Home Forums Support [Support request] Cannot show Toolset slider as Hook

Home Forums Support Cannot show Toolset slider as Hook

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.