Forum replies created

    Evgeny
    Keymaster
    Posts: 990
    August 16, 2019 at 5:57 pm #44071

    Hi. Go to CUSTOMIZE-MENU-top bar color.

    Best,
    Evgeny

    Evgeny
    Keymaster
    Posts: 990
    August 16, 2019 at 5:36 pm #44069

    if ( ! function_exists( ‘evolve_font_mimes’ ) ) {
    function evolve_font_mimes( $mimes = array() ) {
    $mimes[‘woff’] = ‘font/woff’;
    $mimes[‘ttf’] = ‘font/ttf’;
    $mimes[‘svg’] = ‘font/svg’;
    $mimes[‘eot’] = ‘font/eot’;

    return $mimes;
    }

    }

    add_action( ‘upload_mimes’, ‘evolve_font_mimes’ );

    Evgeny
    Keymaster
    Posts: 990
    August 16, 2019 at 5:36 pm #44068

    Hi. First, please consider removing this definition from wp-config – it would be the safer way to go. Second, go to your functions.php file and paste there the code, that I will give in the next message. To make things easier, just paste it in the beginning, right after the opening

    Evgeny
    Keymaster
    Posts: 990
    August 13, 2019 at 11:30 am #44063

    Hi. This option doesn’t exist anymore. The only way to do it right now is to use custom CSS. We will consider incorporating this option back in the near future.

    Evgeny
    Keymaster
    Posts: 990
    August 12, 2019 at 4:13 pm #44062

    It might be that the change didn’t take place right away because of the cache on the browser or server-side. You clear the cache and everything is OK right after.

    Evgeny
    Keymaster
    Posts: 990
    August 11, 2019 at 8:06 pm #44058

    Hi. This really shouldn’t happen. What you need to do is the following: you install the premium child theme and Evolve plus. You transfer all the changes from your current child theme to the premium child theme, and then you need to activate it. Everything should be fine if you do it like that. Again, never forget to back everything up.

    Evgeny
    Keymaster
    Posts: 990
    August 11, 2019 at 7:20 pm #44057

    Hey, this is a Woocommerce feature. Go to Woocommerce – Settings – Advanced. You will see it right there.

    Evgeny
    Keymaster
    Posts: 990
    August 11, 2019 at 7:12 pm #44056

    Hi. Basically, this is not a theme-related feature – if you embed an iframe into the post, then it will take up the space allowed by the width and height properties. If you send me an example (link) and a specific request, we will see how we can help.

    Evgeny
    Keymaster
    Posts: 990
    August 10, 2019 at 7:57 am #44052

    You know, Daniel, your exaggerated negativity is totally not only surprising, but also misplaced and uncalled for. What we do or don’t care about – you can’t judge, you didn’t give us the chance the take care of the issue yet. To answer your first remark, we do have automated updates now. The plugin IS NOT in use anymore, so make sure also that the accompanying plug-ins are also updated (widget plugin and shortcodes plug in). If the issue still persists, please send us access to your admin area and FTP in a private message. Thanks.

    Evgeny
    Keymaster
    Posts: 990
    August 9, 2019 at 9:06 pm #44049

    And when you update, DO NOT forget to back everything up. including website and database. The new theme is totally different under the hood, and although the update should go smoothly, you can never be too cautious.