Thanks for the info, but is it possible that you can only assign a design for a slider but not for a carousel?
[recent_post_carousel design="design-1" media_size="thumbnail" speed="7000" category="31" slides_to_show="4" content_words_limit="10"]
design-1.php:
<h4 class="wppsac-post-title">
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h4>
...
<?php if( $showreadmore ) { ?>
<a class="wppsac-readmorebtn" href="<?php the_permalink(); ?>"><?php
esc_html_e( 'Weiterlesen', 'wp-responsive-recent-post-slider' ); ?></a>
<?php } ?>
Both changes are not applied (cache has been cleared):
https://nextcloud.roundaboutweb.info/index.php/s/Z6LKMtgf8j6kgx7
Question 1:
How can the heading type (h2) be changed for the carousel, or how can a design be defined for a carousel?
Question 2:
How can the button text “Read More” be changed/translated?