Reply 287484 to: Strange problems in shop

Avatar: Olga Barlow
Olga Barlow
Support staff
May 14, 2021 at 09:13

Hello,

Update theme to version 7.2.9 and core plugin to 3.2.9, this problem was fixed in the latest update.
Also, find the below code in child theme functions.php

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

and replace with

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

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.