Right Sidebar Issue

Homepage Community Forums inSync Theme Support Right Sidebar Issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #19993
    caroline
    Customer

      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.

      http://bit.ly/2f46CZC

      #20012
      Eric
      Customer

        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

        #20027
        caroline
        Customer

          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>

          #20028
          caroline
          Customer

            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?

            #20029
            caroline
            Customer

              Wait, now it’s working! Thank you, Eric.

              #20033
              Wes
              Moderator

                @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?

                #20064
                caroline
                Customer

                  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

                  #20095
                  Wes
                  Moderator

                    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.

                    #20137
                    caroline
                    Customer

                      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.

                      #20142
                      Wes
                      Moderator

                        You’re Welcome!

                        BTW, I went ahead and fixed the code from that Post you mentioned earlier. I must’ve added the extra div by mistake, but it’s fixed now.

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘Right Sidebar Issue’ is closed to new replies.