Tagged: child theme, icon list
Hi all!
I created the child theme as indicated here,
I exported/imported the config data from the parent to child theme, but now the Icon List doesn’t show properly, it doesn’t change the color from gray to orange as it is supposed to be.
When I added this code to functions.php (as recommended on the link above), the icons appeared smaller and also didn’t change the color, they stay gray.
function wp_change_aviajs() {
wp_dequeue_script( 'avia-default' );
wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true );
}
add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );
Could you help me please?
Hey karlox,
I’m not sure what you mean, are you referring to the icons in the Featured Product section?
We might need to have a look at the backend of your installation so please include admin login details in private.
Best regards,
Rikard
Hi Rikard,
yes, those icons.
(?) KEEP…
(?) HELP…
(?) PROVIDE…
thanks in advance,
All the best,
Karlox
Hi,
Thanks for the login details. I changed the colour in the element options and your icons are orange now, plese review your site.
Best regards,
Rikard
Hi,
Thanks for the changes,
It would be nice to know why this happens if I used the import/export enfold funtionality to configure my child theme.
Is there a problem with this functionality?
Best regards,
Karlox