Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    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,

    Thread Starter roundaboutweb

    (@roundaboutweb)

    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).

    Plugin Contributor Ketan Patel

    (@patelketan)

    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…

    Thread Starter roundaboutweb

    (@roundaboutweb)

    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?

    Plugin Contributor Ketan Patel

    (@patelketan)

    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…

    https://prnt.sc/GZy0fNGTPK32

    Please check and let me know if you have anything else…

    Thanks,

    Thread Starter roundaboutweb

    (@roundaboutweb)

    Perfect, thank you very much.
    Is it possible to create your own templates in the Pro version, which are then update-proof?

    Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Yes, Template override functionality is available in our primium version…

    Thanks,

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.