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

Re-saving the permalinks solved the problem. Thank you 🙂

soale
tagDiv Member

Hi! Thank you for your reply.

I have checked, and my home url and site url are both https. I have also tried disabling all plugins, cleared all caching, deleting the existing theme and reinstalling it via the ftp method. I have then tried reinstalling the td-composer plugin. And the results are the same as before.

I’m now convinced that the problem lies with the buggy td-composer update, as many others have reported similar issues. Can we expect the issues to fixed anytime soon?

soale
tagDiv Member

I have the same problem. The problem appeared soon after updating the theme/plugin

soale
tagDiv Member

Oh, this is too bad. I have exactly the same requirements: implementing a category-specific fallback featured-image for the posts where it is not added. While I was able to make the fallback featured image in the post view by following the instructions here, I’m struggling to have them displayed in the blocks and modules.

I have made changes to loop-single.php and this is what it looks like:

<?php if ( has_post_thumbnail() ) : ?>

<div class="entry-thumbnail">
"><?php echo $td_mod_single->get_image(td_global::$load_featured_img_from_template); ?>
</div>

<?php else :
$category = get_the_category();
?>
<div class="entry-thumbnail">
">/wp-content/uploads/category-images/<?php echo $category[0]->category_nicename ; ?>-741x486.jpg" alt="<?php the_title(); ?>" />
</div>

<?php endif; ?>

Is there no piece of code I can write somewhere that will replicate this result in modules?

Thanking you.

soale
tagDiv Member

This should help.

Thank you.

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