• bridieamelia

    (@bridieamelia)


    Hi Ben and Hannah

    There seem to be some issues with the portfolio bottom carousel

    – If there are no similar portfolios, the title still shows
    – If similar is set to default it does not work
    – Similar only works if set on individual portfolios

    You assitance greatly appreciated, and I have a feature request: Choose preliminary term (Recent, Other Similar etc) and then use primary category name

    Bridie

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter bridieamelia

    (@bridieamelia)

    Sorry, to clarify, I mean the feature request for the “Similar Projects” title

    Also, it appears that the default single portfolio chosen in theme options is also not working.

    Thread Starter bridieamelia

    (@bridieamelia)

    For those looking for the feature request solution, you can replace lines 6-10 in bottom portfolio-carousel.php with this code:

    	$terms = get_the_terms( $post->ID, 'portfolio-type' ); 
    					if(!empty($text)) {
    						echo '<h3 class="sectiontitle">'; 
    						echo $text;
    						echo '</h3>';
    					} else if(!empty($terms)) {
    							echo	'<h3 class="sectiontitle">Other ';
    							$output = array(); foreach($terms as $term){ $output[] = $term->name;} echo implode(', ', $output);
    							echo '</h3>';
    					} else {	
    hannah

    (@hannahritner)

    Hey,
    Thanks for posting! I’ll pass this onto the developer.

    Cheers,
    Hannah

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Thanks, the next update will have fixes for:

    “If there are no similar portfolios, the title still shows”

    And “If similar is set to default it does not work” which is the same issue as “Similar only works if set on individual portfolio”

    Ben

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Similar Portfolio Issues’ is closed to new replies.