Thread Starter
tee_na
(@tee_na)
I don’t. I didn’t realize it was a premium feature. If I buy a personal license, will I be able to upgrade to a developers later if I find the need?
Yes, just email me for a discount code to purchase to another level. Also, it’s per site.
Thread Starter
tee_na
(@tee_na)
Ok, it’s purchased and activated. But the alternating isn’t working.
Opps, I’ve corrected the CSS. There needed to a space before .odd or .even.
Live this…
.testimonials-widget-testimonials .even { background-color: red; }
.testimonials-widget-testimonials .odd { background-color: blue; }
Thread Starter
tee_na
(@tee_na)
Awesome this worked perfectly! Just a heads up the even seems to actually control the odd…
Just one more thing (famous last words), I’m making changes to the testimonials but they don’t seem to showing up on the testimonials list page. But it does show up on the individual page, which I’m not really using.
See how this page has a bolded sentence: http://trinidadpena.com/upgrade/testimonial/scarlett-rocourt/
But on the list page it doesn’t: http://trinidadpena.com/upgrade/praise/
Does something else control the list page now?
You might check out how the classes differ between testimonial lists and single.
List: class="post-186 testimonials-widget type-testimonials-widget status-publish hentry category-testimonial-page testimonials-widget-testimonial list even"
Single: class="post-186 testimonials-widget type-testimonials-widget status-publish hentry category-testimonial-page"
Thread Starter
tee_na
(@tee_na)
I’m sorry, I’m a bit lost. I’m not sure exactly what I need to do to make the updates I make the testimonials in the back-end show up on the list page.
Thread Starter
tee_na
(@tee_na)
Hey, the changes now appear on list page. Does it just take a while?
Oh sorry, wait an hour for caching to clear. You can force cache clearing via WP Admin > Testimonials > Settings, Premium tab, Clear cache.