Homepage › Community Forums › inSync Theme Support › Right Sidebar Issue
I’m running into an issue with the right sidebar in InSync. Take a look at the link below. When adding testimonials my right sidebar moves down the page. Prior to adding testimonials the side bar worked fine. Help greatly appreciated. Thank you.
If your sidebar works fine before you add the testimonials, then it’s possible there’s an error inside the code you’re adding. Double check your opening and closing div containers. If you have one without the other it can distort the rest of the HTML code and order it shows on the site.
I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com
Thanks for the feedback Eric,
I’ll double check this eve. I’m using this code which I found in a reply from Wes in Ally Theme support forum under “Testimonial”. The thread is from 2012 so the info may be outdated or need tweaking. Its text wrapped in a div called “quote”. Here is the exact code:
<div class=”quote”>”Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.”
<p> – Wes Straham</p></div>
<div class=”quote-arrow”></div></div>
I’ve looked over again Erik and I can add two testimonials. After that the rest go all over the place on the page. Not sure what is going on. I’ve double checked the code and its still not working. Wes, if you see this can you weigh in?
Wait, now it’s working! Thank you, Eric.
@caroline There is an extra </div> in the code you posted above, which is exactly what would cause something like that to happen.
<div class=”quote”>”Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.”
<p> – Wes Straham</p></div>
<div class=”quote-arrow”></div></div>
Which thread did you get the code from?
Hi Wes,
Hope you had a nice Thanksgiving. It’s thread #1572 Ally Theme Support “Creating-Your-Testimonial” October 6, 2012.
Which </div> should I remove?
Thank you,
Caroline
Go ahead and remove the last closing div – </div>
As you can see there is an opening div, a closed div, and then an extra closed div –
<div class=”quote-arrow”></div></div>
Once you remove that last div it should work better.
Thank you Wes. I’ve cleaned this up and it appears to be working well now. I’ve checked on various devices. Again, thank you.
