Customizr SSL logo issues
-
Hello again,
I have bumped just into another problem.
I build up a shop with WooCommerce for which I am of use SSL. Now it is in such a way that the logo will not hand over in HTTPS what entails that all sides are spent without SSL.
I have more exactly had a look at the file: class-header-header_main.php and found something:
function tc_logo_title_display() { //rebuild the logo path : check if the full path is already saved in DB. If not, then rebuild it. $upload_dir = wp_upload_dir(); $saved_path = esc_url ( tc__f( '__get_option' , 'tc_logo_upload') ); if ( false !== strpos( $saved_path , '/wp-content/' ) ) { $logo_src = $saved_path ; } else { $logo_src = $upload_dir['baseurl'] . $saved_path; } $logo_src = apply_filters( 'tc_logo_src' , $logo_src ) ; $logo_resize = esc_attr( tc__f( '__get_option' , 'tc_logo_resize') ); $accepted_formats = array('jpg', 'jpeg', 'png' ,'gif'); $filetype = wp_check_filetype ($logo_src); $logo_class = apply_filters( 'tc_logo_class', 'brand span3' ); ?>Can I add to the code something to hand over the logo in HTTPS?
Or is it the wrong php-file?
Thx a lot.
everglate
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Customizr SSL logo issues’ is closed to new replies.
