Azizul Hasan
Forum Replies Created
-
hi @tariqlu786 ,
Sorry for the inconvenience. It will be fixed in the next release
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] dot or periodthanks for your confirmation
yes it can be added
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Change the button look with CSS?if you have multiple buttons in one page you have to update the CSS selector
for example it you have 2 button in one page the your selector will look like this
#tta__listent_content_1.tta__listent_content, #tta__listent_content_2.tta__listent_content:hover, { // your CSS } #tta__listent_content_1.tta__listent_content:hover, #tta__listent_content_2.tta__listent_content:hover, { // your CSS }
just like this you can add as many as buttons and customize it.
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Add an option to read title or excerpt?Yes, it can be added.
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] tts for each block and whole page?CSS ID will be by serially, first one will be 1 second one will be 2 and so on
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Change the button look with CSS?Hi @antdx ,
Your css is ok, but one thing here missing. That is selector. The selector should like this
#tta__listent_content_1.tta__listent_content { padding: 8px 16px; border: 1px solid #000; border-radius: 4px; background-color: #fff; color: #000; font-size: 14px; font-weight: bold; text-transform: uppercase; text-align: center; cursor: pointer; transition: all 0.2s ease-in-out; } #tta__listent_content_1.tta__listent_content:hover { background-color: #000; color: #fff; }
Here you can see how the button is look like after applying your css
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] The Plugin just play 20 secondsHi @frometa79
This problem is now fixed in version 1.2.0
Forum: Reviews
In reply to: [Text To Speech TTS Accessibility] Hm..Hi @albertzzz2000 ,
This problem is now fixed in version 1.2.0
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] The Plugin just play 20 secondsHi @frometa79 ,
We’re sorry for the issue we’ll try to fix this issue in the future release?
Forum: Reviews
In reply to: [Text To Speech TTS Accessibility] good!Hi @ocnai,
Thank you so much.Forum: Reviews
In reply to: [Text To Speech TTS Accessibility] Works Great on PC, at leastHi @kfurman,
Thank you so much for your elaborative review of the text-to-audio plugin. It motivates us to make more use of WordPress users.Forum: Reviews
In reply to: [Text To Speech TTS Accessibility] First good, now problems..Hi @fzzzz,
Thank you so much for your review. It motivates me to make the plugin better.
On the latest update, the listening button is automatically added to every post. You don’t have to add manually.Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] audio not working with chrome on androidHi @massu4,
Sorry for the issue. Here it should work on most android phones as the speechsynthesis API promises.
I debug your site from desktop and android. It works on the desktop, not on android. I didn’t get any issues with your site or the plugin itself. But I noticed one thing all the resources including CSS and JS are cached.
Here is what you can do for testing purposes
1. Decorative caching plugin for just testing. checkout now if it is working now.
2. follow step number 1 again with another plugin until you find which plugins are causing issues.
Still not solve the issue please contact us here- This reply was modified 2 years, 1 month ago by Azizul Hasan.
Forum: Plugins
In reply to: [Text To Speech TTS Accessibility] Not working on iPhones?Hi @axelbatz,
we’ve tested this page on Mozilla and Microsoft edge browser desktop versions. It working fine. But it’s not working on the Chrome desktop and mobile versions. But when we inspect your site there are some errors in your site. Here you can see. Maybe this is the reason. Please fix this issue with your developer.
Feel free to contact with us