• I’ve observed an additional space on line #29 of the Clients Template file within the Clients widget. Please ensure that this space is removed from the anchor tag.

    <div class="lae-client-name">
    
                <a href="<?php echo esc_url($client['client_link']['url']); ?>"
                   title="<?php echo esc_html($client['client_name']); ?>" <?php echo $target; ?>><?php echo
                    wp_kses_post($client['client_name']); ?></a>
    
            </div>
Viewing 1 replies (of 1 total)
  • The reason for adding the URL for the logo is that when clicked, a “%20” is added to the frontend, causing the issue. This occurs due to a space in the URL.

Viewing 1 replies (of 1 total)
  • The topic ‘Clients Widget URL Issue’ is closed to new replies.