Viewing 4 replies - 1 through 4 (of 4 total)
  • Change the CSS within your content to be “relative”.

    .testimonialswidget_testimonial {
        display: none;
        left: 0;
        position: relative;
        top: 0;
    }

    I don’t know if that will have an effect on the widget though so you may need to add #content or whatever your page uses for your content/post id. See below

    #content .testimonialswidget_testimonial {
        display: none;
        left: 0;
        position: relative;
        top: 0;
    }
    Plugin Contributor Michael Cannon

    (@comprock)

    Can you please let me know if 0.2.8 release fixes the issue?

    Yep that fixed it.

    Thanks

    Plugin Contributor Michael Cannon

    (@comprock)

    Great to know. Please let me know of any other problems.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Testimonials Widget] Shortcode [testimonialswidget_list] not working fine.’ is closed to new replies.