• Closed
  • sami madhloom
    Spectator
    March 1, 2016 at 8:45 pm #24875

    Notice: Array to string conversion in /home/northen/public_html/ar/wp-content/themes/evolve-plus/custom-css.php on line 160

    i got this

    how to fix it

    sami madhloom
    Spectator
    Posts: 6
    March 1, 2016 at 8:50 pm #24876

    .t4p-counters-box .t4p-counter-box .counter-box-container {
    color:’ . $evolve_shortcode_counter_boxes_color . ‘ !important;
    }

    .t4p-counters-box .t4p-counter-box .counter-box-border {
    border-color:’ . $evolve_shortcode_counter_boxes_color . ‘;
    border: 1px solid;
    }

    .t4p-flip-box .flip-box-heading {
    color:’ . $evolve_shortcode_flip_boxes_heading_color_frontside . ‘ !important;
    }

    .t4p-flip-box .flip-box-heading-back {
    color:’ . $evolve_shortcode_flip_heading_color_backside . ‘ !important;
    }

    .sep-boxed-pricing .panel-heading h3 {
    color:’ . $evolve_shortcode_pricing_style_1_heading_color . ‘ !important;
    }

    sami madhloom
    Spectator
    Posts: 6
    March 1, 2016 at 8:51 pm #24877

    it is one of these lines

    Denzel Chia
    Moderator
    Posts: 2656
    March 1, 2016 at 11:57 pm #24881

    Hi,

    That’s a notice, it’s not an error.
    Please disable WP_DEBUG in wp-config.php

    Thank you.