Inconsistent widget styling
-
On some pages, the widget includes .post in the class (for example on the testimonials display page itself, and on pages that are post type archive pages), and on other pages it does not.
Testimonials (or custom post type/archive page) page:
class="post-NNN testimonials-widget type-testimonials-widget status-publish hentry testimonialswidget_testimonial testimonialswidget_whitespace post-seq-5 post-parity-odd meta-position-corners post fix
Every other page of the site:
class="post-NNN testimonials-widget type-testimonials-widget status-publish hentry testimonialswidget_testimonial testimonialswidget_whitespace meta-position-corners fix
This makes it difficult to display the widget consistently between pages (or page types). Presumably this has to do with the css generation being done by the plugin? How can I include the .post class in the widget on ALL pages so that the widget displays consistently? I shouldn’t think I’d need to use CSS overides to do this.
https://www.ads-software.com/extend/plugins/testimonials-widget/
- The topic ‘Inconsistent widget styling’ is closed to new replies.