Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #278872

    I just spent 3 hours trying to create a main page in the colors of my choice. Cant do it, the colors never change to what Ive selected.

    Who do I talk to for a refund?

    #278875

    Hey pops369!

    I’m not sure what you mean with “the colors never change to what Ive selected”. Do you mean the colors don’t change at all or the color change but not to the selected values? One possible reason could be that Enfold can’t regenerate the dynamic stylesheet on your server. You can try to deactivate the dynamic stylesheet generation by adding this code:

    
    add_action('after_setup_theme','avia_remove_dynamic_stylesheet');
    function avia_remove_dynamic_stylesheet(){
    global $avia;
    $avia_safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, 'false' );
    update_option( 'avia_stylesheet_exists'.$avia_safe_name, 'false' );
    }
    

    at the very bottom of enfold/functions.php or the child theme functions.php file.

    If you want to ask for a refund you can contact Envato: http://support.envato.com/ but you need to work with the theme author first to resolve the issue. Otherwise they won’t issue a refund.

    Regards,
    Peter

    #278876

    Meh, I will just do a chargeback then.

    #278880

    Hey!

    Ok, I’ll close this thread now.

    Best regards,
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold does not work’ is closed to new replies.