clapac
Forum Replies Created
-
Hi!
This way it shows nothing. I’ve tryied to enter * in each black list option (and the keywords in the white list), but nothing worked for me.
Now it’s working very well!! Perfect!
Thank you very much!
Forum: Plugins
In reply to: [Easy Table of Contents] Trouble on Easy Table of contentHello!
I discovered the reason to TOC showing it. Probably you have the define(‘WP_DEBUG’, true); tag in your wp-config.php. Just comment, remove or change it to false. It could fix the “issue”. ??
Best Regards
- This reply was modified 3 years, 10 months ago by clapac.
Forum: Plugins
In reply to: [Easy Table of Contents] Unwanted text auto add bottom at each post for TOCHi!
I’ve had the same issue. Looking the TOC code, I’ve noticed the tag define(‘WP_DEBUG’, true). in my wp-config.php. I’ve commented this line and the code dissapeared.
Best regards!
Forum: Plugins
In reply to: [Recencio Book Reviews] How to change date formatHi!
Sorry! I’m talking about the “Publication Date”. It imports in mm/dd/yyyy, I want to use dd/mm/yyyy format.
Forum: Plugins
In reply to: [AWS for WordPress] Partial audios and ssml issuesMaybe I’ve found the bug. The plugin call Polly API to make the audio conversion for each paragraph. The problem is that these API calls are not synchonized. So the some responses arrive before others and it saves in that order.
I’ve made some changes in code to make the plugin works in my website, but it’s not the best way to solve this issue. Definetively it’s not the final solution.
If there is an e-mail I can write to a the plugin developer, I can send what I’ve found and what I did.
Forum: Plugins
In reply to: [AWS for WordPress] Partial audios and ssml issuesUnfortunately deactivating and reactivating the plugin is not working for me.
Each time I update the post (with no changes) it create a new audio version, starting in a different part of the text (and sometimes mixing some parts).
It’s very very annoying.
I’ll be forced to uninstall it, at least until a solution for this (serious) issue.
Forum: Plugins
In reply to: [AWS for WordPress] Partial audios and ssml issuesHi again!
Sorry, but I’ve tried deactivate plugin and activate it again and it didn’t work.
Maybe it’s worked because I waited a lot of time between two updates. I believe if I try again in a few hours, it could work. Maybe de answer to the bug is there.
Forum: Plugins
In reply to: [AWS for WordPress] Partial audios and ssml issuesHi!
In text-to-speech configuration page exists an option “Enable SSML support”, because of that I thought there was SSML support. The problem is that the plugin is reading abreviations like a word, and not spelling the letters. The <sub> tag could be usefull.
Other problems: pauses (sometimes it read everything together) and period (it read “dot”).
Well, talking about the main issue on this topic: I did what you said ( deactivate plugin and active it again). It worked on the first audio generation, but if you update the post again, the issue appears again.
I hope it could help you!
Best regards,
Claudio Pacheco
Forum: Plugins
In reply to: [AWS for WordPress] Partial Audios OnlyI’m having the same issue, partial audios only or some parts of the text are mixed (it speaks ramdom parts of text).
I’m using the latest plugin version. I’m using brazilian portuguese voice.
My website, if it could help you (https://www.companheiradepressao.com.br/tdah/).[ADINSERTER AMP] not working in AMP pages again.
Forum: Plugins
In reply to: [AddToAny Share Buttons] prioritize addtoany loading over other pluginsHi!
I tried to add this code to my functions.php. It worked, but… If I use it with the “Display at the top & bottom of posts” option, the AddToAny appears twice at the top of post. It appears before and after “related posts” too.
How could I solve this issue? Could you help me, please?
Thanks!