Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1167274

    The website: http://maastrichtvooriedereen.nl.transurl.nl is intended for people with a disability.
    Now I want to build in 2 functionalities through a plugin:
    – a possibility of text to speech
    – a possible to enlarge text (font resizer)

    Which plugins works best with your template or what can you advise.

    Would be great and hope to hear from you.
    Regards Tom

    #1167819

    Hey bishstan,

    This is a great option for accessibility for WordPress in general:

    Best regards,
    Jordan Shannon

    #1167848

    Hello, thanks for your answer.

    I see that there is a possibility for Resize font (font resizer) in it.
    But I also need something for ‘text to speech”.
    What are you suggest?
    Regards Tom

    • This reply was modified 4 years, 11 months ago by tom.
    #1167851

    Hi,

    Apologies,responsive voice is a great option:

    Best regards,
    Jordan Shannon

    #1167853

    Thanks again.
    I’m going to try it out.

    Regards Tom

    #1167857

    Hi,

    No problem at all my friend. Let us know the result.

    Best regards,
    Jordan Shannon

    #1172532

    Hello Jordan,

    I need to place some code on the website (see private content).
    Where can I place that script in enfold? Is that under “google services” where also the google tracking code is?

    Hope to hear.
    Gegards Tom

    • This reply was modified 4 years, 10 months ago by tom.
    #1172641

    Hi Tom,

    Does the code need to go in the header or footer of your site?

    Best regards,
    Rikard

    #1172817

    This is what it says:
    Add the voice code to your website. Copy the voice code and paste it into the HTML of your web page just before the closing body tag.

    #1173079

    Hi,

    So then you would put it into footer.php.

    Best regards,
    Jordan Shannon

    #1173238

    Hello,
    Please tell me where to place it in the template. The only place where I can place script code is under “google services”.
    Under “Footer” I see no possibility.

    Perhaps you do not understand my question?

    Regards Tom

    #1173783

    Hi Tom,

    Please try this in your functions.php file:

    function add_responsive_voice(){
    ?>
    //YOUR CODE GOES HERE
    <?php
    }
    add_action('wp_footer', 'add_responsive_voice');

    Best regards,
    Rikard

    #1173933

    Hello,
    So the code looks like this?
    ————————-
    function add_responsive_voice(){
    ?>
    <script src=”https://code.responsivevoice.org/responsivevoice.js?key=HzkVPBOw”></script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_responsive_voice’);
    ————————-
    And where exactly should this code be in the functions.php? Can you indicate the code lines in between?

    #1174766

    Hi,

    That looks about right yes, try the code at the end of your functions.php file. If you are not running a child theme then I would recommend that you install one since your changes will be overwritten on updates otherwise.

    Best regards,
    Rikard

    #1174967

    Hi, Rikard,

    After opening the funtions.php I saw that it was already there.
    I didn’t put it there. Maybe the plugin had already done that itself. Is that possible?

    The purpose of the plugin is that it reads all text when you move over it with the mouse or select it. You can also do it per piece of text by placing a button with [responsivevoice voice = “Dutch Male” buttontext = “Afspelen”] here comes the text [/ responsivevoice]

    If I place the code also under “Google Services” (which also contains the Tracking code) it does read the buttons at the top for example. You can also select pieces of text that are then read. I don’t know if that’s good to do to put it under “Google Services”

    I leave it “on” for a moment so that you can hear it. I added the “play” button to the text on the homepage manually.

    Like to hear your findings.
    Greeting Tom

    • This reply was modified 4 years, 10 months ago by tom.
    #1176119

    Hi,

    I am afraid you’ll need to contact the plugin author for more info about the issue. Making third-party plugins compatible with the theme is unfortunately beyond the support scope we offer. Sorry for that!

    Best regards,
    Basilis

    #1176245

    Oke, thanks.
    Regards Tom

    #1176423

    Hi Tom,

    Ok, we are closing this thread.

    Best regards,
    Victoria

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘text to speech and font resize plugins’ is closed to new replies.