• Resolved Popeye1

    (@popeye1)


    Hi. I would like to hide the date from showing.
    Have just swapped over to using this, created all the testimonials, and of course they are all dated today.
    Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey @popeye!

    With the shortcode, you can set show_date=0, I believe, and you should be all set (you may need to flush the cache to see the change immediately.) In the widget, there is a corresponding checkbox under the Fields to Display area.

    You can also change the Publish date of the Testimonials to the correct date, if you’d like it to be correct.

    All the best,
    Richard

    Ok but how do you get rid of the date on the individual testimonial page? I don’t even know why there is a date, its so un-needed.

    Ok after hacking around in the code I finally got this to work by adding it to a “Simple CSS” plugin area (also could add to your themes style.css file, but will have to move it if you change themes.)

    .easy_t_single_testimonial blockquote.easy_testimonial .date {
    display: none;
    }
    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey @karissa!

    Thanks for sharing your solution.

    Our plugin also has a Custom CSS box where you could place this code, found under our Settings. This would help you keep the CSS in the plugin so that you can switch themes without concern.

    Best,
    Richard

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide date’ is closed to new replies.