Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to replace some part of the code or wait till next version.

    File: wp-content/plugins/buddypress-compliments/includes/templates/buddypress/members/single/compliments.php

    Line number 77 to 82

    Replace those lines with the following.

    <span>
                <?php
                $compliments_icon = esc_attr($term_meta['compliments_icon']) ? esc_attr($term_meta['compliments_icon']) : '';
                if (is_ssl()) {
                    $compliments_icon = str_replace('https://', 'https://', $compliments_icon);
                }
                ?>
                <img style="height: 20px; width: 20px; vertical-align:middle"
                     src='<?php echo $compliments_icon; ?>'
                     class='preview-upload'/>
                <?php echo $term->name; ?>
            </span>
    Thread Starter solojuve1897

    (@solojuve1897)

    Thanx.

    That fixed it for me.

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTTPS support’ is closed to new replies.