Home User profile
Caz
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Caz
tagDiv Member

How did you fix that Josh80? Having a similar issue.

Thanks,
Caz

Caz
tagDiv Member

Thanks for the response Simion.

I have narrowed it down to td_block_related_posts.php and this bit of code data-td_filter_value=”td_related_more_from_author” within the code below. When you click the MORE FROM AUTHOR tab it filters the results. Trying to figure out how you would get it to load data-td_filter_value=”td_related_more_from_author” as default for that block rather then related posts. Most be a way to allocate it somewhere.

//get the filter for this block
$buffy .= ‘<h4 class=”td-related-title”>’;
$buffy .= ‘block_uid . ‘” href=”#”>’ . __td(‘RELATED ARTICLES’, TD_THEME_NAME) . ‘‘;
$buffy .= ‘block_uid . ‘” href=”#”>’ . __td(‘MORE FROM AUTHOR’, TD_THEME_NAME) . ‘‘;
$buffy .= ‘</h4>’;

$buffy .= ‘<div id=’ . $this->block_uid . ‘ class=”td_block_inner”>’;
$buffy .= $this->inner($this->td_query->posts, $td_column_number); //inner content of the block
$buffy .= ‘</div>’;

//get the ajax pagination for this block
$buffy .= $this->get_block_pagination();
$buffy .= ‘</div> <!– ./block –>’;
return $buffy;

Caz
tagDiv Member

Thank you Catalin.

I tired the code above and it does hide the related post tab but still loads the related posts, until you click the more from author tab. Is there anyway to load the more from author posts without click the more from author tab?

The same as switching the the more from author tab to default (to the left) and related posts (to the right). Therefore it would load the more from author posts first and then on clicking related posts, it would filter it. If that makes sense.

Caz
tagDiv Member

Therefore the More From Author becomes the default and loads without clicking the More From Author tab, when not displaying the related post part.

Caz
tagDiv Member

Thanks Catalin.

I will give that a go. Will it filter more by author as default as related post is not displayed?

Caz
tagDiv Member

How do you do the opposite and remove the related posts and keep the MORE FROM AUTHOR?

Caz
tagDiv Member

Bogdan B.

Can you also send me the patches between the 2 versions. Looking to go from v6.5.1 to v6.7.1

Thanks in advance.

Viewing 7 posts - 1 through 7 (of 7 total)