Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: How to dequeue avia-style-css #1121965

    Aha.

    Even though the style.css displays the ID ‘avia-style-css’ it is originally enqueued by enfold as ‘avia-style’ with no ‘css.’

    So, if someone else wants to do this and can’t figure it out, try this:

    add_action( 'wp_enqueue_scripts', 'enfold_remove_scripts', 9999 );
    function enfold_remove_scripts() {
        wp_dequeue_style( 'avia-style' );
        wp_deregister_style( 'avia-style' );
    }

    And look to Enfold functions.php section “Register frontend javascripts” when you’re trying to find the style enqueues.

    in reply to: How to dequeue avia-style-css #1121788

    Nevermind.

    • This reply was modified 5 years ago by johncory. Reason: Removing private info
    in reply to: Beta request to resolve IE11 issue #1121237

    Thanks. When I try to swapping out 4.5.7 with 4.5.7.1-beta-4, my child theme loses a lot of styles. But not all. Are there any special instructions for employing the beta?

    in reply to: Website not working in Explorer11 #1120988

    Hello,

    I am experiencing this issue as well. Can you please share a public link to the beta or advise if we should roll back to a previous version? If rollback, can you provide a link to the best version available?

    Can you please also explain what may be affected by this issue — only pages built using animations and/or LayerSlider? In what circumstances is this script loaded?

    Thanks,
    C

    in reply to: How to dequeue avia-style-css #1110106

    Sorry, I don’t have this on a production site.

    Here’s the source from my local site:

    
    <link rel='stylesheet' id='avia-custom-css'  href='http://test.loc/test/wp-content/themes/enfold/css/custom.css?ver=4.5.7' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-style-css'  href='http://test.loc/test/wp-content/themes/enfold-child-test/style.css?ver=4.5.7' type='text/css' media='all' />
    <link rel='stylesheet' id='my-child-style'  href='http://test.loc/test/wp-content/themes/enfold-child-test/style.min.css?ver=1559080088' type='text/css' media='all' />
    
    in reply to: Easy Slider Dots below Slides #1109598
    This reply has been marked as private.
    in reply to: Full Width Submenu Not Sticky with Header #1108099

    I found the solution in this other thread:
    https://kriesi.at/support/topic/sub-menu-will-not-stick/

    (The Full Width Sub Menu will not stick if there is a “burger menu” present. We can comment that JS out in the parent Enfold theme.)

    I hope that this “feature” can be removed, made an option or be explained in the interface.

    Thank you

    • This reply was modified 5 years, 1 month ago by johncory.
Viewing 7 posts - 1 through 7 (of 7 total)