Plugin Author
Jeff K
(@kreitje)
1. If you are logged in, it pre-populates the name field with the users name. Try looking at it logged out.
2. Use the hms_testimonials_sc_image filter to change the text.
Wow – you have the quickest response ever! Thank you so much, Jeff. I will try it and let you know if it works.
My next challenge is to change the way the actual testimonials layout on the page. I saw a thread yesterday that said how to do it so hopefully it will make sense. I know enough code to get in trouble ;0)
Thanks!
Hi Jeff .. me again. I got the hms_testimonials_sc_image to work but can’t seem to get a line or space between the testimonials. I used the following code in my CSS:
/*HMS Testimonial Alterations*/
.hms-testimonial-container {
margin-bottom: 30px;
border-bottom: thin dotted #5a5a5a;
}
Am I doing something wrong? I do have my CSS in a child theme. The testimonials are here:
http://www.gulfbeachesgrooming.com/testimonials/
Thanks π
Plugin Author
Jeff K
(@kreitje)
Hi,
Sure thing. What is the name of the stylesheet you are saving the CSS in? I am guessing the child theme CSS file isn’t actually being loaded onto the page as I can’t find the changes you made.
Here are all the CSS files being loaded onto the page related to the theme. I am assuming your child theme is based off of the enigma theme.
/wp-content/themes/enigma/style.css?ver=4.0
/wp-content/themes/enigma/css/bootstrap.css?ver=4.0
/wp-content/themes/enigma/css/default.css?ver=4.0
/wp-content/themes/enigma/css/enigma-theme.css?ver=4.0
/wp-content/themes/enigma/css/media-responsive.css?ver=4.0
/wp-content/themes/enigma/css/animations.css?ver=4.0
/wp-content/themes/enigma/css/theme-animtae.css?ver=4.0
Jeff
Sorry for the delay – work is getting in the way of my life :0)
My CSS style sheet in my child theme is simply called style.css. The other changes I’ve made in the CSS are working, though, so that should mean it’s working, right?
I am going to look into it more and hopefully can figure it out. Any other advice would be very useful. I’d like the testimonials to layout better so you can tell them apart.
Thanks again, you are so kind.
Is this write for the CSS?
/*HMS Testimonial Alterations*/
.hms-testimonial-container {
margin-bottom: 100px;
margin-top: 100px;
border-bottom: thin dotted #5a5a5a;
}
I use it and it doesn’t seem to do anything – no space or line :0(
Plugin Author
Jeff K
(@kreitje)
Hi,
Yes that CSS works. It runs fine on my test site. Are you positive your other changes showed up? What is the name of your child theme?
Oh and sorry for taking so long to respond. I was in the process of moving over the past week and didn’t have internet.
The regular theme is called Engima, and the child theme is enigma-child.
The other changes have worked. I changed colors for some different things.
I hope your move went well (as well as moves can go!)
Thanks, Jeff.
Plugin Author
Jeff K
(@kreitje)
Can you add this to your header.php file somewhere between the <head> </head> tags?
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" />
That should load your themes child stylesheet.