Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter ameyrad

    (@ameyrad)

    No luck on changing to false. The settings and media changes didn’t work at all which is what let me to the functions.php file to attempt changes. I don’t have any specific templates, just one default that is used.There is something in the template functions.php that I am wondering if that is the issue:

    <div class="team-member-box<?php echo esc_attr( $style ); ?>">
    									
    			<div class="team-member-img">
    
    				<?php 
    				if ( $thumb ) {
    					$image        = highend_resize( $thumb, 350, 450 );
    					$social_links = highend_get_social_networks_array();
    
    					if ( $image['url'] ) {
    						echo '<img src="' . esc_url( $image['url'] ) . '" alt="' . esc_attr( get_the_title() ) . '" />';
    					}
    					?>
    
    					<ul class="social-icons dark">
Viewing 1 replies (of 1 total)