I have the same problem. Foo Gallery does not show on members page, since updating from version 2.6.2. PHP version = 8.1. Tried the suggestions above. This did not work. Rollback…
The text “Complimentary” is shown on the ticket, that’s what I would like to change (not that I’m planning to generate a lot of them 🙂 ).
I found a workaround: In content-archive.php, under entry-summary, I replaced <?php the-excerpt(); ?> with <?php the_content(); ?>
<div class=”entry-summary”>
<!–<?php the_excerpt(); ?>–>
<?php the_content(); ?>
</div><!– .entry-summary –>
There must be a better way to do this, but it’s ok for now…
PS: I didn’t have to use features images this way. And: “page style” under Customizer >> Lay-Out >> Search doesn’t do anything.
-
This reply was modified 6 years, 10 months ago by degarnaal.
-
This reply was modified 6 years, 10 months ago by degarnaal.