Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: disable the generated css stylesheet (dynamic_avia) #1293179

    Hi Rikard, yes this is exactly what I was looking for. I tried this and unfortunately it doesn’t work:

    add_action(‘wp_enqueue_scripts’, ‘dequeue_function’);
    function dequeue_function() {
    wp_dequeue_style( array(‘avia-merged-styles’, ‘avia-merged-styles-css’) );
    wp_deregister_style( array(‘avia-merged-styles’, ‘avia-merged-styles-css’) );
    }

    using a different stylesheet, the dequeue works perfectly.

    thanks

    edit:

    Hi Rikard,
    what I was looking for is an idiocy. forget it. sorry and thank you for your time. topic closed.

Viewing 1 post (of 1 total)