Reply 287298 to: UPDATING 2 sites 1 live 1 dev

Avatar: Olga Barlow
Olga Barlow
Support staff
May 12, 2021 at 15:46

Hello,

Ok, follow our update and let us know if you have an issue with styles after this update.
Also, if you use child theme replace

<?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

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.