• Resolved freeseries

    (@freeseries)


    Hey there,

    I’ve installed, activated and set up the plugin and it look great but two dotted lines appear on the image when I hover over.

    It does it both in static or dynamic mode. When I down the transparency value to 0, only one shows up.

    I went through the forum but couldn’t find anything related. I’m using firefox, and the debug mode is on.

    freeseries.ca

    Thank you for your help,

    Marie

    https://www.ads-software.com/plugins/jquery-pin-it-button-for-images/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author mrsztuczkens

    (@mrsztuczkens)

    Hi,

    it’s caused by the theme you’re using. By this piece of CSS:

    .post-entry p a {
        border-bottom: 1px dotted #000000;
    }

    to fix this, you’d need to add a piece of CSS that looks like this:

    a.pinit-button {
        border: 0;
    }
    Thread Starter freeseries

    (@freeseries)

    I added the code and it still shows up.

    Any other idea how to solve this?

    Thanks a lot

    Plugin Author mrsztuczkens

    (@mrsztuczkens)

    Please change it to:

    a.pinit-button {
        border: 0 !important;
    }
    Thread Starter freeseries

    (@freeseries)

    One of the two disappeared!
    There is still one line left though.

    Plugin Author mrsztuczkens

    (@mrsztuczkens)

    Please add this one as well:

    .cboxElement {
        border-bottom: 0 none !important;
    }
    Thread Starter freeseries

    (@freeseries)

    Done!
    Thank you so much for your help.
    GREAT plugin!

    Thread Starter freeseries

    (@freeseries)

    They last line reappeared.
    I didn’t change anything since this morning, and the code is still in the css editor.
    Any ideas?
    This is never ending ??

    Plugin Author mrsztuczkens

    (@mrsztuczkens)

    I can’t see any lines on any of the images.

    Thread Starter freeseries

    (@freeseries)

    Yes, I don’t know what happened. The day we fixed it, it kept coming back but hasn’t ever since. I’ll keep you posted if it ever does it again.

    Thanks a lot.

    Marie

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Dotted lines showing up on images’ is closed to new replies.