• Resolved simondevries

    (@simondevries)


    Thank you for this wonderful theme!

    I wonder how the email-link you can choose in the social-link-section works. I just inserted my email-address an hoped it would create a “mailto:[email protected]”. I also tried to insert “mailto:”.

    The email-button does appear. But all I am getting is a link to the home page. Here is my page: https://miteinanderglauben.de

    Thanks for any help how to use this!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    simondevries,

    Thanks for using our theme and bug report.

    Yes, really we made mistake. You can wait new theme version or fix the problem by yourself.

    Find functions.php file in Fruitful theme folder.

    Line 520

    if(!empty($theme_options['email_link'])) { $out .= '<a class="email" href=""mailto:' . sanitize_email($theme_options['email_link']) . '"></a>'; }

    replace to that

    if(!empty($theme_options['email_link'])) { $out .= '<a class="email" href="mailto:' . sanitize_email($theme_options['email_link']) . '"></a>'; }

    or remove an extra character ” before mailto:

    hi Simondevries..i can see that your info box icon ist clickbar…how you do that?

    Theme Author Fruitful Code

    (@fruitfulcode)

    nummerzwei, it possible if modify shortcode. You can add new attribute like href=””

    We will include this changes in next theme version.

    Thread Starter simondevries

    (@simondevries)

    Thanks a lot! Works great.

    If I could wish something (for christmas ?? ), I would be thankful to have one free link to a url – let’s say with a info-button – which I would use for a legal notice about the website which we have to include in Germany.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘E-mail’ is closed to new replies.