Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #720570

    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?

    #720907

    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

    #720922

    Hi Rikard,

    yes, those icons.
    (?) KEEP…
    (?) HELP…
    (?) PROVIDE…

    thanks in advance,

    All the best,
    Karlox

    #721352

    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

    #722547

    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

    #722959

    Hi,

    It’s very difficult to say what could have gone wrong there, but if it should happen again then please check the element settings to make sure they are correct.

    Thanks,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.