Hi
I understand if this is out of your remit as I used a plugin. Just let me know if that is the case.
The individual testimonials are not showing some additional fields like stars, name and website.
Somewhere in all my css I have something that stops the author date and name showing on posts and portfolio items. I think it is also stopping some fields showing up in individual testimonial posts.
Any ideas would be much appreciated.
/* hide portfolio meta */
.x-portfolio .entry-cover-content span:first-child {
display: none;
}
.x-portfolio .entry-cover-content h2+span {
display: none;
}
.x-portfolio-filters i:before {
content: ‘Filter’;
font-family: “comfortaa”,sans-serif;
letter-spacing: 0.4px;
}
.x-portfolio-filters {
width: auto;
height: auto;
display: block;
padding: 2px 8px;
}
/* hide post meta */
.p-meta>span,
.p-meta span:nth-child(3)::after {
display: none;
}
.p-meta span:nth-child(3) {
display: block;
}
/* hide widget meta */
.widget .post-date {
display: none;
}
.x-recent-posts .x-recent-posts-date {
display: none;
}
.x-recent-posts .h-recent-posts {
display: none;
}
.x-recent-posts .x-recent-posts-content {
padding: 2.5px;
}