Wordpress Testimonials Code Help.

by 7 replies
8
Hi guys and girls,


I have a problem with some code on my blog. I am trying to add testimonials nicely layed out on any page I choose by using the following code:


CSS Modifcation:

#testimonial-wide-top { background-image:url(images/capsuletop.png); width:668px; height:38px; background-repeat:no-repeat; margin:0; auto; } #testimonial-wide-mid { background-image:url(images/capsulemid.png); width:668px; background-repeat:no-repeat; margin:0; auto; } #testimonial-wide-mid-content { width:93%; margin:0; auto; } #testimonial-wide-mid-content p { padding-top:0px; } #testimonial-wide-bottom { background-image:url(images/capsulebtm.png); width:668px; height:40px; background-repeat:no-repeat;

I use that within the themes style.css then I upload the images needed into the images file. I then started a new post and used the following in custom code within the wordpress post:

[HTML1]
<div id=testimonials-wide-top"></div> <div id=testimonials-wide-mid"> <div id=testimonials-wide-mid-content">[HTML2]
</div> </div> <div id=testimonials-wide-bottom"></div>But the testimonials box I try to pull from the CSS file does not seem to be showing up within the wordpress post. Does anyone know what I am doing wrong at all? I was told to add the embedit plugin but to no avail.
Any help?

Thanks.
#programming #code #testimonials #wordpress
  • CSS is for styling... not content... your post doesn't make a whole lot of sense.
    • [1] reply
    • Make sure you're not using the visual edit for that. Paste your code in using the HTML one would be my guess.
  • I am trying to style something. I am calling the style using the custom section within a post. To use the images and the CSS to style over the testimonials within the wordpress post.
    • [1] reply
    • How about a link to your site so we can see what's really going on?
  • This is the video I am trying to copy. Its a tutorial.

    How To Add Nice, Graphic Testimonial Boxes On Wordpress Sites, Simple And Easy

    It does not work for me though, would anyone care to add me on aim and maybe take a look for me at all?
  • Id be willing to give 2 free article spins for the problem sorted as seen here in my thread:

    http://www.warriorforum.com/warriors...ml#post5593627
    • [1] reply
    • Ok, NOW I see what you're trying to do.

      So some questions:
      1. Are you using that Squeeze Page WordPress Theme shown in the video?
      2. Have you installed that embedit plugin?

      If yes to both, you have to go to whatever page you're attempting to have these boxes appear and insert the HTML code in to custom meta fields below the main text area.

      Don't worry about all that CSS and images, etc. The theme has that ready to go for you.

      BUT, if you're not using that theme or that plugin, you're not going to be able to reproduce what they are showing you.

Next Topics on Trending Feed