Announcement

Collapse
No announcement yet.

Odd occurrence after updating plugin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Odd occurrence after updating plugin

    Since updating to the latest version of the WPEasyCart plugin, I now have mysterious black border lines to the left of every <td> element throughout my site, not within the store, but the entire site. I know it is this plugin causing the issue because the lines go away ONLY when I deactivate just this plugin, nothing else seems to affect it. I tried submitting a ticket but no response after 2 days.

    The website is http://www.preferredcustoms.com if you need to see it.

    I've tried everything and the lines remain. Can someone please help

  • #2
    For now I added a custom css to hide most of the black lines throughout the site...
    td {
    border-left: 0px solid #fff;
    }


    However this is only putting a bandaid on the issue. I need to know why the plugin is causing the black lines and how to properly fix it. This occurred when I updated to 3.2.5 and remains after updating to 3.2.6
    It is 100% this plugin because these black lines go away only when I deactivate the WP Easy Cart plugin.

    Still no response to my ticket. Please help

    Comment


    • #3
      Interesting, I will need to look into why we have a border there, shouldn't be. another setting would be:

      td {
      border: none !important;
      }

      Comment


      • #4
        I have this issue as well, any permanent fixes yet?

        Comment

        Working...
        X