• Resolved Anonymous User 15236515

    (@anonymized-15236515)


    Hi,
    I use this code on my site and it works.
    But it doesn’t seems to work with the link I’ve made on the “comming soon” page.
    Can I get this working anyway ?

    Best Regards,
    Fritz.

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Support franz1989

    (@franz1989)

    Hello,

    Can you let us know what are you trying to accomplish? If you need to enter a shortcode, the Free version does not have this feature available.

    If you need to add a script that needs to render on the head/body tag, see this screenshot: https://a.supportally.com/WhlwBs

    We hope the above helps.

    Let me know if you have any more questions.

    Thread Starter Anonymous User 15236515

    (@anonymized-15236515)

    Hi,
    I just want to hide/protect my e-mail from spambots.

    Plugin Support franz1989

    (@franz1989)

    Hello,

    Can you disable Isolation Mode on Page Settings and see if that fixes the issue.

    Let me know if you have any more questions.

    Thread Starter Anonymous User 15236515

    (@anonymized-15236515)

    Hi,

    No, I have tried different methods in vain.

    Best Regards,
    Fritz.

    Plugin Support franz1989

    (@franz1989)

    Hello,

    Can you let us know how you set up the code in SeedProd? Did you use a shortcode?

    Looking forward to your response.

    Thread Starter Anonymous User 15236515

    (@anonymized-15236515)

    no, I tried php script in the header at “page settings”

    Plugin Support franz1989

    (@franz1989)

    Hello,

    PHP won’t work in the header scripts, only javascript will work. You would need to install/use a plugin to add PHP scripts.

    Let me know if you have any more questions.

    Regards,

    Thread Starter Anonymous User 15236515

    (@anonymized-15236515)

    Hi,

    On my site it works with a shortcode, so this only will work with the paid version ?

    Plugin Support franz1989

    (@franz1989)

    Hello,

    The scrips section for both paid and free version will only work if you input javascript. If you want to add a PHP script, you need to use another plugin to add it up.

    If you want to use a shortcode, the shortcode block is only available in our Pro version.

    Let me know if you have any more questions.

    Regards,

    Thread Starter Anonymous User 15236515

    (@anonymized-15236515)

    Hi,

    I tried a JS, but in the input field “link” it’s not allowed to use <script>document.write(“Please email us at ” + part1 + part3 + part4 + “.”)</script>

    Plugin Support franz1989

    (@franz1989)

    Hello,

    The script should be inside <script></script>. Sample code below:

    <script type=”text/javascript”>
    document.write(“JavaScript is a simple language for javatpoint learners”);
    </script>

    Let me know if you have any more questions.

    Regards,

    Thread Starter Anonymous User 15236515

    (@anonymized-15236515)

    Hi,

    Finely it fixed it. Thanks for your help.
    I put an html block with the code

    <style>
    p {
    text-align: center;
    color: #3B2314;
    font-size : 24px;
    background-color: #FF6600;
    }
    </style>
    <script>
    var part1 = "info";
    var part2 = Math.pow(2,6);
    var part3 = String.fromCharCode(part2);
    var part4 = "stickers-maken.be";
    var part5 = part1 + String.fromCharCode(part2) + part4;
    document.write("<a href=" + "mai" + "lto" + ":" + part5 + "><p>INFORMATIE OVER ONZE STICKERS ?</p></a>");
    </script>

    Best Regards,
    Fritz.

    Plugin Support franz1989

    (@franz1989)

    Hello,

    Glad you were able to fix it and thank you for sharing the information.

    Let me know if you have any more questions.

    Regards,

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

The topic ‘Function Reference/antispambot’ is closed to new replies.