• Resolved patbell101

    (@patbell101)


    When I have a timestamped page or image the certificate is inserted as a screen wide row. I can use css to make it hidden or not to display but I would prefer it to be like a watermark, discretely showing over the corner of the image or post.

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

    (@wordproof)

    Hey Pat,

    Thanks for your feedback. Just to be clear: you don’t want the pop-up to appear on the front-end?

    Kind regards,

    Jelle – WordProof.io

    Thread Starter patbell101

    (@patbell101)

    On timestamped posts and pages a W icon appears bottom left and adds an entire row upsetting the design. I can hide it with css though.

    Not sure if it is an omission but there seems no indication of timestamping on images. Ideally I think this should be similar to a watermark, appearing at the bottom left corner of an image but not possibly only in lightbox view so as not to mess up design?

    Plugin Author WordProof

    (@wordproof)

    Hi Patrick,

    That doesn’t sound right! Can you send me an email ([email protected]) with the URL of a page where this happens?

    Regarding the images: it is true that there is currently no indication that it is timestamped. This might be added in the future, thanks for your feedback!

    Jelle from WordProof

    Thread Starter patbell101

    (@patbell101)

    It shows at the bottom of the home page of http://patbellwebsites.com.au/

    Plugin Author WordProof

    (@wordproof)

    Hi Patrick,

    That doesn’t look good – it appears that Elementor conflicts with the WordProof Timestamp row.

    I have created a ticket for our developers to try and pinpoint the issue, but you can add the following CSS to solve it in the meantime:

    div#wordproof-certificate-link {
    padding-top: 25px;
    }

    Please let me know if this solves your issue:)

    Kind regards,
    Jelle | WordProof

    Thread Starter patbell101

    (@patbell101)

    Thanks for the prompt reply. The solution does expand the padding around the timestamp and looks better but what I would really want would be a transparent background and shifted up. for example (if it worked) this css
    /* Transparent and shifted wordproof cert */
    div#wordproof-certificate-link {
    padding-top: 25px;
    background-color: rgba(256,256,256,1);
    top: -125px;
    z-index:99;
    }

    Plugin Author WordProof

    (@wordproof)

    Hey Patrick,

    Let me know if I understand you correctly: you would like to move the certificate link a bit to the top, so it sits ‘on top’ of your other content (and doesn’t conflict with the background color)?

    Jelle

    Thread Starter patbell101

    (@patbell101)

    Yes. Just in the bottom left as might © for instance.

    Plugin Author WordProof

    (@wordproof)

    Quick update: thanks for the feedback, more display options for the certificate link will be added in a future update. I will close this ticket now and update you when the feature is live!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Make certificate less obtrusive’ is closed to new replies.