Viewing 10 replies - 16 through 25 (of 25 total)
  • Plugin Author Jeff K

    (@kreitje)

    Hi,

    1. At the moment yes, I will be adding in an option to change it.

    2. It’s already there. use [hms_testimonials showdate=0] and it will turn it off. (Hidden undocumented feature).

    3. Testimonial, author, url, date all have div tags around them. This allows you to use CSS to style them and float them if you wish. It’s another way to hide the date if you wanted as well.

    To hide the date via CSS:
    .hms-testimonial-container .date { display:none; }

    Enen

    (@nnagarajan7)

    Is the date field set to automatically rearrange the testimonials. I think it is not rearranging on the basis of the date of the testimonials.

    Plugin Author Jeff K

    (@kreitje)

    No it’s not set to sort based on the date and unfortunately is not a feature I plan on adding. I recommend that when you add a new testimonial you drag and drop it into the specific order of your needs.

    Sorry,
    Jeff

    Enen

    (@nnagarajan7)

    Thanks Jeff.

    So far so good. I have about 200 testimonials to add. So date based auto set would have been a useful feature. I remember having seen another plugin with this feature. Let me try that.

    Anyways thanks again for your attention.

    Thread Starter themj

    (@mayurj)

    Hi Jeff. Can you tell me how to keep the next/prev in a consistent location on my slider? See the Testimonials slider at https://new.letsfaceitbeauty.ca/testimonials/

    Plugin Author Jeff K

    (@kreitje)

    Add a class in your css for hms-testimonial-container and give it a min-height that covers most or all of your testimonials.

    If you set the min-height to 300px and most of your testimonials are 250px high, the links won’t need to fluctuate. Below is an example.

    .hms-testimonials-rotator .hms-testimonial-container { min-height:300px; }

    Thread Starter themj

    (@mayurj)

    Thanks!

    hi
    I tried the using the shortcode for pagination. After the first page, when I click on “>>” , I am re-directed to the home page. I am not able to paginate. Would be great if someone can help

    my test url is : https://innovatorfarms.com/?page_id=152

    Partha

    Plugin Author Jeff K

    (@kreitje)

    Hi Partha,

    HMS Testimonials expected permalinks (see below) to be used and not query arguments for the URL. Since this is a bug I went ahead and uploaded a fix. The next time your WordPress site checks for an update it will show up.

    Expected Permalink Example: https://innovatorfarms.com/testimonials/
    Instead of: https://innovatorfarms.com/?page_id=152

    Hi Kreitje
    Thanks a ton… it is working now. Installed the update.
    Partha

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Next/Previous Links’ is closed to new replies.