• Resolved jglefler

    (@jglefler)


    Hello,

    I know you can’t remove the comment, “CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED ‘AS IS’ AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.”

    However, I would like to make a small change to the text. I located it in the edit widget utility but when I change the text in the editor it remains unchanged on the actual blog.

    Is there a way to change this text?

    Thanks

    https://ww.wp.xz.cn/plugins/scrapeazon/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author jhanbackjr

    (@jhanbackjr)

    Hello, jglefler.

    Thanks for using ScrapeAZon! There’s no simple way to modify the text as of right now. However, I can probably add that ability to a future revision without much problem.

    Technically, you could go the long-way around and script it by dynamically modifying the innerHTML property of the scrapeazon-disclaimer element, something like the untested code below:

    <script language="javascript">
    document.getElementById("scrapeazon-disclaimer").innerHTML = "<new disclaimer text>";
    </script>

    But, depending on the change you want to make, it might be less cumbersome to wait for the next version, which I hope to release soon.

    Thanks again for using ScrapeAZon and let me know if I can be of further assistance.

    Thread Starter jglefler

    (@jglefler)

    Hi jhanbackjr,

    Thank you so much for the kind, and fast, response. The code was an unexpected bonus as well. Thank you for that.

    The news that you will be adding the ability to edit the disclaimer text in the next revision is great news. This makes one of the best plugins (free or paid) even better.

    You have done an amazing job with this plugin. I searched high and low for such a plugin and was very thankful when I found your superb plugin.

    Thanks so much,

    John

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

The topic ‘Change the "certain content" comment’ is closed to new replies.