Home › Forums › Automattic › Forefront › The testimonial boxes are messed up
-
AuthorPosts
-
theeagertravellerMemberHi – Ive posted 3 testimonials and upon checking the testimonial page, (1) the individual testimonial boxes are messed up as the text are not constricted to the box and (2) the wordpress like and sharing buttons are on every testimonial box.
Here is the testimonial page, http://theeagertraveller.com/testimonial/
My end goal is the demo site, http://forefrontdemo.wordpress.com/testimonial/
Appreciate your help on this.
Cheers
The blog I need help with is theeagertraveller.comAugust 14, 2013 at 11:33 pm #138323
MichelleAh, this is happening because we increased the content width. Try this CSS to fix things on testimonial pages:
.post-type-archive-jetpack-testimonial #primary .entry-header,
.post-type-archive-jetpack-testimonial #primary .entry-content,
.post-type-archive-jetpack-testimonial #primary .entry-summary {
width: auto;
}
.post-type-archive-jetpack-testimonial #primary .entry-content, .post-type-archive-jetpack-testimonial #primary .entry-summary {
margin: 0 -0.5%;
}To turn off Likes on individual testimonials, open each testimonial for editing and scroll down until you see the “Likes and Shares” section. Uncheck the boxes next to “Show likes” and “Show sharing buttons”.
August 15, 2013 at 12:12 am #138333
theeagertravellerMemberHi Michelle,
Thanks, the texts are now restricted to the intended box.
However, I’ve tried numerous times of unticking the sharing buttons per testimonial but the system doesn’t seem to be accepting it. When I save the testimonial, the sharing buttons gets ticked automatically when the page refreshes. Unlike the like button which remains unticked.
August 15, 2013 at 3:20 am #138364
theeagertravellerMemberAlso, when I reloaded the home page, there are like buttons on the testimonials :( I have already unchecked the like button per testimonial. It was fine when I left the house but upon checking now, there are unwanted like buttons.
August 16, 2013 at 2:36 am #138429
MichelleHmm, can you go to Settings > Sharing and scroll down to the last option (“WordPress.com Likes”). Select the “Turned on per post” option. Then can you go back to your testimonials and see if that makes a difference?
I’m not sure why the sharing setting does not stick upon saving. It feels like a bug, but I’m not sure if it’s in the theme or with the sharing functionality itself. I’ll look into this some more tomorrow and report back with what I find.
August 17, 2013 at 10:43 am #138490
theeagertravellerMemberHi there Michelle. Just wanted to clarify something before I go ahead with changing the option for the likes. If I tick the “turned on per post”, will the like button on my past posts disappear or will they remain active?
Thank you. Hopefully, it’s not a bug.
August 19, 2013 at 8:05 pm #138574
MichelleIf I tick the “turned on per post”, will the like button on my past posts disappear or will they remain active?
The Like buttons on past posts will disappear if you pick this option. You would need to enable them on a per-post basis.
August 21, 2013 at 1:32 am #138685
theeagertravellerMemberHmmm.. I’m still contemplating if I’m willing to re-open all the previous posts one by one. :)
As an alternative, is it possible to edit the position of the picture of the one who gave the testimonial in such a way that it’s aligned with the pictures of the people who liked the testimonial? I just feel currently that there’s a lot of empty space in the bottom of the testimonials.
Otherwise, I might have to be forced to try the first option..
Thank you.
August 21, 2013 at 7:33 am #138703
MichelleI’m afraid trying to reposition the testimonial author’s gravatar so that it’s aligned with the photos of those who liked it would be more trouble than it’s worth. The plugin that handles the CSS for the likes is independent from the theme, and if that changes, it may lead to unwanted effects on any complex custom positioning that we try.
The following CSS will align the testimonial author’s gravatar to the top left of their testimonial. It’s just an idea for an alternate arrangement!
.type-jetpack-testimonial .entry-content {
margin-left: 59px;
}
.type-jetpack-testimonial {
padding-bottom: 0;
}
.testimonial-thumbnail {
background: none;
bottom: 0;
display: inline-block;
float: left;
left: 0;
margin-left: -21px;
margin-top: -330px;
padding: 0;
position: static;
width: 30%;
}August 22, 2013 at 6:36 am #138746
theeagertravellerMemberHi Michelle
Unfortunately, I encountered a nightmare which I would very much appreciate if you could help me urgently on this matter.
Going back to the first option of turning the like and sharing button to “turned on per post”, I tried to do it just now. Yes, the like button per testimonial was removed when I tried to go back to each testimonial and untick the “like button”.
However, when I was trying to open all the post since you’ve mentioned that the like buttons for those will likely go away, the like buttons would not appear on the posts page at all. Worse, even the sharing buttons disappeared from the posts page. Even when I open the post, the like buttons are not there either.
I’ve gone ahead and ticked the “on for all pages” under the like button again to go back to the previous state but still the like and sharing buttons are now gone from the posts page.
Please can you help me. Just to calm my nerves, I’d like to return the sharing and like buttons for all posts.
Thanks
August 22, 2013 at 6:54 am #138748
theeagertravellerMemberHi Michelle,
After deciding to tick the ff under ‘Show buttons on’
“Front Page, Archive Pages, and Search Results “, the buttons are now back on the posts page. So the posts page falls under that section?
August 22, 2013 at 7:06 pm #138790
Caroline MooreHowdy @theeagertraveller!
Yes, in order to retain sharing buttons on your posts page, they need to be enabled on “Front Page, Archive Pages, and Search Results”. Glad you were able to get them back successfully!
September 4, 2013 at 7:19 pm #139540
Kathryn P.Happiness EngineerI’m going to close this thread now but feel free to start a new one if you need anything else.
-
AuthorPosts
The topic ‘The testimonial boxes are messed up’ is closed to new replies.