• Resolved clkdigital

    (@clkdigital)


    I treid out your plugin, found it broke elementor – so I treid your script for logged in users i.e.:
    function stf_turn_off_for_users( $include ) {
    if( is_user_logged_in() ) {
    $include = false;
    }
    return $include;
    }
    add_filter( ‘stf_include’, ‘stf_turn_off_for_users’ );

    This didn’t work. Scripts still in footer for logged in users.

    Even completely removing the plugin didn’t work. All my scripts are still in the footer (apart from JQuery as per the last set STF settings before deletion!).

    Help! I want to revert back to scripts in the header as Elementor is VITAL to my clients.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joshua David Nelson

    (@joshuadnelson)

    Hey there,

    Sorry to hear you’re having issues! If you’ve completely deleted the plugin there’s no way the code could be altering your site, as the plugin’s functionality is all done via hooks and cannot persist if the code is not there and the plugin active.

    It’s highly likely that this is a caching issue, or possibly a separate conflict with your theme or another plugin. It’s frustrating because it’s hard for me to help solve the issue for you.

    If you’d like to connect and debug further for a specific site, feel free to email me [email protected]

    Best,
    Joshua

    Plugin Author Joshua David Nelson

    (@joshuadnelson)

    Hey again!

    I haven’t seen any response on this so I’m going to close the ticket.

    If you are still experiencing issues, I’d love to help out – feel free to re-open, start a new ticket on this forum, or shoot me an email.

    Thanks,
    Joshua

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Delted plugin but scripts still in footer’ is closed to new replies.