Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author anurag722

    (@anurag722)

    How long is your email?

    Thread Starter mathkn

    (@mathkn)

    It is 31 characters. ([email protected])

    Plugin Author anurag722

    (@anurag722)

    I have set a limit of 25 characters, in order to maintain the design. Longer emails tend to overflow, and look a bit untidy. But then since you want it, I can help you with it…

    Please let me know, which feature are you using? Which one of the shortcodes and is it shortcode only or sidebar widget too.

    I’ll walk you through to get your desired result.

    Thread Starter mathkn

    (@mathkn)

    I’m only using the widget function, so no shortcodes involved.

    I don’t want to display the email, but I want to translate the “email us” text.

    If it is possible, I would appreciate your help ??

    Plugin Author anurag722

    (@anurag722)

    Sure,

    The file you will need to edit isn’t visible through wordpress dashboard, for which either you need to edit it via FTP or install this plugin.

    Once installed,

    Goto wp-admin -> wpide
    You would see a directory structure on the right. Traverse through plugins->aeroleads-contact-us-detail -> widget -> views -> widget.php/widget2.php (first one has icons, second one has text labels)

    Goto Lineno. 31 ( <span><a href="mailto:<?php echo $email_address; ?>">Email Us</a></span> ) and update the Email Us with your custom text

    <span><a href="mailto:<?php echo $email_address; ?>">Your-custom-text</a></span>

    SAVE, go to your blog and refresh.

    I hope it should work, in case it doesn’t let me know.

    Hi anurag¨

    Thank you for a great plugin – I have through changed the desired field. But when I refresh my page it does not show any changes.

    Do you have any idea what could have went wrong?

    Plugin Author anurag722

    (@anurag722)

    Usually the cache is the culprit, wait for sometime it should reflect. If it still doesn’t follow the usual steps, disable the plugin, enable it… fill up the form, it should come. if it still doesn’t show up, let me know, I’ll recheck and update.

    Try hard refresh too windows(ctrl+shift+R), mac(cmd+shift+R).

    I think the plugin needs a little re-coding according to the latest wordpress version. I am currently struggling to keep upto the wordpress versions (messed up office timings).

    I’ll update it soon.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change Email Us text’ is closed to new replies.