• Resolved morgue86

    (@morgue86)


    Hello, I have a problem. I would like to exclude this page https://www.ricable.com/rivenditori-autorizzati/ from email obfuscation. I added the URL to the exclusions (I deselected regex) but it continues to obfuscate the emails.

    Additionally, the page is displayed incorrectly as it shows a lot of white space after the email address (since version 6.39). Could you help me with this?

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

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

    (@eugenecleantalk)

    Hello @morgue86,

    Unfortunately, the exclusion option does not affect the email encoding functionality.

    Please do the following:

    1. WordPress Admin Page → Settings → Anti-Spam by CleanTalk → Advanced settings → set the “Use the output buffer” option to “On” → Save Changes.
    2. Clear all the cache on your website.

    What is the result?

    Thread Starter morgue86

    (@morgue86)

    hi, nothing is changed. You can see it in this page https://www.ricable.com/rivenditori-autorizzati/

    Plugin Support SergeM

    (@serge00)

    Speaking of white space on the website frontend, please, check these options:
    ? WordPress Admin Page → Settings → Anti-Spam by CleanTalk → Advanced settings →
    ? “Hide the “Website” field
    ? “Encode contact data
    ? “The Real Person
    ? “Add a honeypot field

    Disable them one by one to see what step fixes the issue. Clear your website cache after each step.

    Did it help?

    Also, could you give more details of what you want about encoding the email addresses? If you disable this option will it be enough for you?
    ? WordPress Admin Page → Settings → Anti-Spam by CleanTalk → disable the option “Encode contact data” → Save Changes.

    Thread Starter morgue86

    (@morgue86)

    The only one that remove the white space is “Encode contact data“. If i reactivate it the white space return.

    I want to hide the email addresses only in this page https://www.ricable.com/contatti/ .

    There is a code that i can put inside functions.php that deactivate the encoding only for page https://www.ricable.com/rivenditori-autorizzati/? Thanks

    Plugin Support SergeM

    (@serge00)

    Thank you for your details.

    We will see what can be done in this case within 3 business days. Please, wait.

    Thread Starter morgue86

    (@morgue86)

    ok thanks

    Plugin Support SergeM

    (@serge00)

    Hello and thank you for waiting.

    We have fixed the issue of spare white space. Please, re-install the CleanTalk Anti-Spam from this archive:
    https://github.com/CleanTalk/wordpress-antispam/releases/download/fix-version/cleantalk-spam-protect.zip

    The update guide is here:
    https://cleantalk.org/help/update-wordpress

    And we are thinking about your suggestion of copy-pasting the code to exclude the feature of encoding email address on any specific page. Right now there’s no such tool.

    Did it help you?

    Thread Starter morgue86

    (@morgue86)

    now the whitespace are gone. Thanks. Let me know for the esclusion. Thanks

    Plugin Support SergeM

    (@serge00)

    Thank you for your confirmation.

    We will let you know of our implementation ideas in the upcoming work week.

    Plugin Author alexandergull

    (@alexandergull)

    Hello @morgue86

    I have prepared the special plugin build for you.

    Having this installed, you can add the next code snippet with special filter to the functions.php of your theme.

    add_filter('apbct_skip_email_encoder_on_uri_chunk_list', function($url_chunk_list) {
    $url_chunk_list = array(
    'rivenditori-autorizzati', //provide your own chunk of URI to skip
    );
    return $url_chunk_list;
    });

    You can add any URI chunk value like ‘rivenditori-autorizzati’ to get pages with this chunk skipped form email encoding.

    Let me know if is it applicable for you.

    If so, we will discussing among the team to include these changes to the next stable release.

    Plugin Support amagsumov

    (@amagsumov)

    Hello @morgue86,

    Did you manage to test the special plugin?

    Thank you.

    Plugin Author alexandergull

    (@alexandergull)

    Hello @morgue86

    We decided to keep the changes. The hook will be included in the next stable release.

    Rigth now you can use the dev version https://github.com/CleanTalk/wordpress-antispam/releases/download/fix-version/cleantalk-spam-protect.zip

    Plugin Support amagsumov

    (@amagsumov)

    Hello.

    We haven’t heard back from you in a few days, so I’m going to mark this topic as “resolved”.If you have any further questions, you can start a new topic or contact us via our private Ticket System: 

    https://cleantalk.org/my/support/open.

Viewing 13 replies - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.