Request a quote hidden after update - by Téo Jordão

This topic has 5 replies, 2 voices, and was last updated 2 years, 11 months ago ago by Téo Jordão

  • Avatar: Téo Jordão
    Téo Jordão
    Participant
    May 17, 2021 at 18:47

    After the budget order was updated, it was hidden. It no longer appears.

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 17, 2021 at 18:53

    Hello,

    Check now, please.

    Regards

    Avatar: Téo Jordão
    Téo Jordão
    Participant
    May 17, 2021 at 19:35

    working, what was the problem?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 18, 2021 at 11:45

    Hello,

    Styles enqueue order. I replaced

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
    	etheme_child_styles();
    }

    with

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1001 );
    function theme_enqueue_styles() {
    	etheme_child_styles();
    } 

    in child theme functions.php, it’s required after the latest update.

    Regards

    Avatar: Téo Jordão
    Téo Jordão
    Participant
    May 18, 2021 at 12:40

    thanks

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Request a quote hidden after update’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.