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
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?
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
It shows at the bottom of the home page of http://patbellwebsites.com.au/
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
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;
}
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
Yes. Just in the bottom left as might © for instance.
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!