marisax
Forum Replies Created
-
Nvm solved!
I also just noticed the “Read more” link after the excerpts are missing – any ideas on that? (I can also start a new thread if it’s not a quick fix)
Ah! Fantastic! Thanks so much for your help!
Sure, you can scroll down and see the load more posts button: https://www.temporary-url.com/74C2
Thanks for your reply! This didn’t seem to work either. I’m not super familiar with PHP so trying to decipher how else to rework this. Any other ideas? Appreciate your help!
This is the repeater template – the second div is the one that should have alternating colors:
<div class=”<?php mesmerize_print_archive_entry_class(); ?>” data-masonry-width=”<?php mesmerize_print_masonry_col_class(true); ?>”>
<div id=”post-<?php the_ID(); ?>” <?php post_class(‘blog-post card ‘); ?>>
<div class=”post-content”><?php mesmerize_print_post_thumb(); ?>
<div class=”col-xs-12 col-padding col-padding-xs”>
<h3 class=”post-title”>
” rel=”bookmark”>
<?php the_title(); ?>
</h3>
<?php get_template_part(‘template-parts/content-list-post-meta’); ?><div class=”post-excerpt”>
<?php the_excerpt(); ?>
</div>
</div></div>
</div>
</div>Forum: Themes and Templates
In reply to: [Tempera] remove sub menu "animation"I’d love to disable the dropdown effects too. Anyone know how?