• Resolved WinsleyJ

    (@winsleyj)


    Hi,

    I installed your plugin and it works great. But it doens’t encode the mailto link in de footer. Can you help me out?

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Ralf Weber

    (@d3395)

    Hi,

    you are using a “premium” theme, which doesn’t uses the default WordPress footer. Can you check if your theme has built in filter, which I can use with CryptX?

    Kind regards
    Ralf

    Thread Starter WinsleyJ

    (@winsleyj)

    Hi,

    That’s right i’m using a custom footer from the theme. I’m not sure if i understand it properly but i think you mean one of these filter:

    // Insert footer builder to site via theme hooks
    $this->insert_hook     = apply_filters( 'wpex_footer_builder_insert_hook', 'wpex_hook_footer_before' );
    $this->insert_priority = apply_filters( 'wpex_footer_builder_insert_priority', 40 );

    Hope this helps!

    • This reply was modified 5 years, 9 months ago by WinsleyJ. Reason: code tag
    Plugin Author Ralf Weber

    (@d3395)

    Hi,

    do you use a child theme? If you do you can try the following code in your functions.php of your child theme:

    // check if CryptX is available
    if( function_exists('rw_cryptx_filter')) {
        // call CryptX to apply a custom filter hook
        rw_cryptx_filter('wpex_footer_builder_insert_hook');
    }

    If anything works, your footer content will be parsed through CryptX. Hopefully.

    Please give me a feedback after you tried it!

    Greetings
    Ralf

    Thread Starter WinsleyJ

    (@winsleyj)

    Hi,

    Thanks for your quick reply. Unfortunately, it doesn’t work. If it helps i’m using Total theme.

    Greetings

    Plugin Author Ralf Weber

    (@d3395)

    OK,

    I took a look at the documentation of your theme and I found that there are 3 files where all hooks and actions are defined/described:

    Total/framework/hooks/hooks.php
    Total/framework/hooks/actions.php
    Total/framework/hooks/partials.php

    Can you send me these files as zip-file to my email? I will look which will be the right piece of code to help you.

    Ralf

    PS: you will find my email address on my website ?? => https://weber-nrw.de/impressum/

    Thread Starter WinsleyJ

    (@winsleyj)

    Hi,

    I’ve emailed you the files.

    Plugin Author Ralf Weber

    (@d3395)

    Hi WinsleyJ,

    I liked into the files and also the doc on the theme’s homepage, but I didn’t found a way to solve your problem programmatically.

    The only way is to use the CryptX shortcake on your footer like:
    [cryptx][email protected][/cryptx]
    This have to work.

    Please give me a feedback if the shortcode solve your problem.

    Greetings
    Ralf

    Plugin Author Ralf Weber

    (@d3395)

    Hi WinsleyJ,

    I will mark this thread as solved now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Email in footer’ is closed to new replies.