• I’m currently on version 2.18.3 and like to upgrade it. I realized the css file is no longer there.

    After reading the readme.txt and understand you implement minimalist css and migrate into class-testimonials-widget.php

    I changed the testimonials-widgets.css in the previous version and it’s align with border.

    Change from:

    .testimonials-widget-testimonial q,
    .testimonials-widget-testimonial blockquote {
    /* the testimonial itself */
    quotes: none;
    }

    To:

    .testimonials-widget-testimonial q,
    .testimonials-widget-testimonial blockquote {
    /* the testimonial itself */
    quotes: none;
    border-left: 5px #eee solid;
    padding: 0 15px;
    }

    Please advise how to implement the changes.

    Thanks again!
    Charles

    https://www.ads-software.com/plugins/testimonials-widget/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Cannon

    (@comprock)

    I would suggest setting up a development site and upgrade cleanly. Then see how the CSS changes actually affect you. They should be minor and so your theme change for quotes should probably still work.

Viewing 1 replies (of 1 total)
  • The topic ‘Upgrade help’ is closed to new replies.