-
AuthorPosts
-
December 18, 2019 at 2:01 pm #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 TomDecember 19, 2019 at 4:52 pm #1167819Hey bishstan,
This is a great option for accessibility for WordPress in general:
Best regards,
Jordan ShannonDecember 19, 2019 at 5:51 pm #1167848Hello, 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.
December 19, 2019 at 5:54 pm #1167851Hi,
Apologies,responsive voice is a great option:
Best regards,
Jordan ShannonDecember 19, 2019 at 5:57 pm #1167853Thanks again.
I’m going to try it out.Regards Tom
December 19, 2019 at 6:07 pm #1167857Hi,
No problem at all my friend. Let us know the result.
Best regards,
Jordan ShannonJanuary 12, 2020 at 3:31 pm #1172532Hello 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.
January 13, 2020 at 5:43 am #1172641Hi Tom,
Does the code need to go in the header or footer of your site?
Best regards,
RikardJanuary 13, 2020 at 3:15 pm #1172817This 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.January 14, 2020 at 6:07 am #1173079Hi,
So then you would put it into footer.php.
Best regards,
Jordan ShannonJanuary 14, 2020 at 11:56 am #1173238Hello,
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
January 15, 2020 at 6:05 am #1173783Hi 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,
RikardJanuary 15, 2020 at 12:32 pm #1173933Hello,
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?January 16, 2020 at 8:41 am #1174766Hi,
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,
RikardJanuary 16, 2020 at 2:14 pm #1174967Hi, 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.
January 19, 2020 at 9:36 pm #1176119Hi,
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,
BasilisJanuary 20, 2020 at 12:01 pm #1176245Oke, thanks.
Regards TomJanuary 20, 2020 at 8:47 pm #1176423Hi Tom,
Ok, we are closing this thread.
Best regards,
Victoria -
AuthorPosts
- The topic ‘text to speech and font resize plugins’ is closed to new replies.