Change heading type
-
Post headings are defined as “H2” in the slider. How can I change this?
The page I need help with: [log in to see the link]
-
Hello,
Thanks for reaching out to us…
You will change the H2 tag in our design but in case you are updating this plugin in the future your change will be lost…
Can you please explain what needs to change our H2 tag… you need to change the H2 font size…
.wppsac-post-carousel.design-1 .wppsac-post-title a{font-size: 20px !important;}Thanks,
It’s not about the font size but about the definition of the type! The heading type must have a certain order of precedence (H1, H2, H3 …), as with a table of contents.
Therefore I need the possibility to change the type from “H2” to another (H4).Hello,
Thanks for your response…
Sorry for the inconvenience, Template override functionality is not available in the free version… but I think you need to change our plugin direct design file…
Please go to wp-content->plugins->wp-responsive-recent-post-slider->templates->slider design file and change your need on design file…
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?Hello,
Thanks for reaching out to us…
Please go to wp-content->plugins->wp-responsive-recent-post-slider->templates->carousel design file and change your need on carousel design file…
Please refer to below screenshot…
Please check and let me know if you have anything else…
Thanks,
Perfect, thank you very much.
Is it possible to create your own templates in the Pro version, which are then update-proof?Hello,
Yes, Template override functionality is available in our primium version…
Thanks,
The topic ‘Change heading type’ is closed to new replies.