I would like to change the testimonials text so it says Gallery. It looks like it's an image which is no problem, I just have no idea how to do that. I don't plan on changing everything to say galley (like the box in the wordpress admin area or anything like that), just the text on the front page. Thanks.
Change Testimonials Text
7 posts from 3 voices-
Posted 2 years ago #
-
if anyone could help me with this I would appreciate it. I have a client that wants this text to be different, but no matter how much I search, I just can't figure it out. The furthest I got was that the image has a huge data thing to it that starts like this:
data:image/png;base64,...
Then there's a ton of text after it. I see that it's also a .png image that's 240x36. Please please help me out.
Posted 2 years ago # -
You just need to edit index.php. You'll find following code there:
<h1>Testimonials</h1> <div class="testimonial_author_pics">please change it to:
<h1>Gallery</h1> <div class="testimonial_author_pics">The reason why you can't find a picture is that the headlines are generated with cufon - that's also the reason for this "strange" image path.
The Dude
Posted 2 years ago # -
OMG DUDE! They should call you The Man lol. Seriously, that was so easy I feel dumb. Well I don't feel dumb really, as I only learn code as I go, but still, it was so easy. Thank you so much.
Posted 2 years ago # -
Tried to do the same thing but this is what it says when I try to change index.php:
Error 501: The server cannot complete the request because it encounters an error
Header values specify a configuration that is not implemented.
ModSecurity, web application firewall, possible secure attack prevention.
Posted 2 years ago # -
I did it through my ftp client instead, and it worked great. thanks
Posted 2 years ago # -
Glad that you solved the problem.
Posted 2 years ago #
Reply
You must log in to post.














