GC Testimonial Plugin

Homepage Community Forums Ally Theme Support GC Testimonial Plugin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15507
    intelisystems
    Customer

      Hi,

      I created a website with Ally 1.3.1 at http://shojiscreens-midatlantic.com/ and installed GC Testimonial Plugin. However, testimonial page looks a little broken (http://shojiscreens-midatlantic.com/testimonials/)

      I am using the same plugin on the another website that I created with Legacy 1.2.1 and the same plusin is working well. (http://www.chevychaseacu.com/testimonials/)

      I deleted the plugin and reinstalled it but I still have the same issue.

      Do you know why this plugin is broken only in Ally theme?

      #15549
      kronos
      Customer

        It’s because the plugin adds this code – <div class="content"> which means the "content" class of the theme gets used. The “content” for the theme is 740px by default, so when they add that code it tells the content to show up as 740px. The plugin probably should have labeled that part something other than the class “content” since that is what most themes use. That would prevent mix ups like that.

        Anyways, to fix it just add this to your css somewhere –

        .testimonial .content {
          width: 100%;
        }

        That will make the text in the content adjust to the content of the theme.

        #15550
        intelisystems
        Customer

          Thank you for your answer.

          Now it is fixed for the body content. But for the widget, I still have the same problem.

          #15552
          kronos
          Customer

            The source code is showing that the plugin is adding inline width directly in the code. The width is showing too wide for a sidebar area.

            Not sure what it’s doing there so you may need to contact their support to figure out what’s going on. Hopefully they’ll know what the issue is.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.