Raul Martinez
Forum Replies Created
-
Forum: Reviews
In reply to: [TinyMCE Annotate] とても良いと思います!Thanks so much for your support!
Forum: Plugins
In reply to: [TinyMCE Annotate] I want them shown on the front-endYou have to get a TinyMCE instance in frontend as the plugin works with that editor.
If you don’t have an editor in frontend, you can’t load the plugin.js as the editor doesn’t exists.
Forum: Plugins
In reply to: [TinyMCE Annotate] I want them shown on the front-endIn the meantime, feel free to ask if you find any problem with it ?? I wrote that code some time ago so I might be missing something ??
Forum: Plugins
In reply to: [TinyMCE Annotate] I want them shown on the front-endHello,
you can comment those two pieces of code, which are responsible for hiding the annotations in the frontend.
1) add_filter('the_content', 'tma_annotate_backend');
….
2) function tma_annotate_backend($content) { return preg_replace('/(<[^>]+) class="annotation".*?data-annotation=".*?"/i', '$1', $content); }
Also, annotations can be seen by unregistered users in the frontend.
Thanks for using the plugin.
RaúlForum: Plugins
In reply to: [TinyMCE Annotate] Support for Custom Post TypesThank you! Ill keep your request for future releases.
Also, a review for the plugin would be appreciated.Forum: Reviews
In reply to: [TinyMCE Annotate] Beware of Privacy IntrusionHello,
the Freemius API is a free, non-untrosive API that helps me get some basic data, like the WP version or language of the plugin user. This data is then used to solve problems quickly or give a better support, which, of course, I am giving for free.
When you first activate the plugin, you can clearly disallow these data collection and the plugin will still work as expected.
Before giving a bad review, please get some time to write it.
Thanks
Forum: Plugins
In reply to: [TinyMCE Annotate] Is it dependant on WordPress?Yes, the plugin is WordPress dependant.
Forum: Plugins
In reply to: [TinyMCE Annotate] Annotations don't appearThe only thing I can think of is disabling all your plugins and see which plugin is making TinyMCE Annotate fail.
Maybe we can see what’s happening.
Forum: Plugins
In reply to: [TinyMCE Annotate] Annotations don't appearHello,
it seems that the content filter is not working on the frontend. It shouldn’t appear the annotation background color, since the plugin is designed to show them only on the backend side.
Can you please deactivate/activate the plugin so it can refresh the filter?
Forum: Plugins
In reply to: [TinyMCE Annotate] Not displaying annotate buttonsdhscratch: I have seen some problems with users that has the WP Typography plugin https://www.ads-software.com/plugins/wp-typography/
Forum: Plugins
In reply to: [TinyMCE Annotate] Available view in the postHi, that’s ok, this is about open-source right? ??
Also, if you will, Id love to get any feedback and/or rate or review.
Cheers
Forum: Plugins
In reply to: [TinyMCE Annotate] Available view in the postHello,
the plugin shows annotated text in the admin editor, not in the frontend.
Freemius is the way I can see how people is using my plugin. Anyway, no data is collected unless you opt-in the first time you activate the plugin.
Forum: Reviews
In reply to: [TinyMCE Annotate] Very good and simple plugin to annotate textThanks for the review.
Also, some of the features you demanded has been released into the 1.1 version.
Forum: Plugins
In reply to: [TinyMCE Annotate] Not displaying annotate buttonsHello, what WordPress version are you using?
Does it give you any error/warning?
Forum: Plugins
In reply to: [TinyMCE Annotate] Great plugin! A few improvements to make it even greater ?Also, for anyone watching, I would be more than happy to get contributions on this or any of my plugins.
Just send me a message if you will ??
Thanks for your time and merry christmas.