No Show of Company Logo
-
Hi
In my invoices my company logo doesnt show.
I have already read through a couple answers here but nothing helped.
I have the latest version of your free option.
My picture is .png, RGB colors and a size of 300×43 px
and i just added the following code to my functions.php:
if ( ! function_exists(‘yith_ywpi_company_image_path_call_back’ ) ) {function yith_ywpi_company_image_path_call_back($company_logo_path)
{$uploads = wp_upload_dir();
$array_company_logo_path = explode(“uploads”, $company_logo_path);
return $uploads[‘basedir’] . $array_company_logo_path[1];
}
add_filter(‘yith_ywpi_company_image_path’, ‘yith_ywpi_company_image_path_call_back’, 10, 1);
}Do you knwo what else may cause the problem?
best regards
StuartThe page I need help with: [log in to see the link]
- The topic ‘No Show of Company Logo’ is closed to new replies.