Remove tagdiv composer on single articles

Posted in: Newspaper
Post count: 268

Hi

for speed reason and remove script in single articles
and leave it only on the pages i added in \td-speed-booster.php

if(is_single()){
unset($this->style_footer_queue[‘js_composer_front’]);
}

Can i make same thing with tagdiv composer and how?

Thanks

Post count: 20688

Hi,

Try it like this and see if it works properly – https://www.screencast.com/t/XW6dLgcnj0E
Or try the solutions from this topic to deregister the composer from posts
https://forum.tagdiv.com/topic/how-to-deregister-js_composer-css-and-javascript-file-on-single-posts/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.