Vitor Carvalho
Forum Replies Created
-
Forum: Plugins
In reply to: [Hide Comments Feature] Doesn't remove comments feedThank you for point it out! ??
I will release it with this fixed ASAP.
Forum: Plugins
In reply to: [Hide Comments Feature] Getting Error Message on pagesHello,
That function doesn’t belong to the hide comments feature plugin.
I need more information to be able to solve your problem.Forum: Plugins
In reply to: [Responsive adminbar] To the core*interested
Forum: Reviews
In reply to: [Hide Comments Feature] does it really work?Please, read the FAQ here https://www.ads-software.com/extend/plugins/hide-comments-feature/faq/
There is a pretty good explanation on how to solve this issue.And about my theme? Comments still there…
That’s because your theme either is too old or it doesn’t rely on the newest WordPress API. So you have to upgrade it, find a new one or, play with CSS to hide some HTML parts of the theme. Example of code to go into functions.php:[code]
<?php
function my_hide_comments_css() {
?>
<style type="text/css">
/* Your CSS here */
</style>
<?php
}
add_action( 'hide_comments_css', 'my_hide_comments_css' );
?>
[/code]Though, the main purpose of this plugin is to help web designers and developers creating WordPress sites they can ensure that their users will no longer see mentioned the word “Comment”.
This plugin WORKS properly because its main purpose is to remove the comments funcionality. It is not possible to remove all sentences with “comment” word in it form the theme template files.
I you need help, I am here.
Forum: Plugins
In reply to: [Media Features] Inserting into post by categoryHum, interesting idea! I like that functionality too and I think it might be very usefull for a lot of people.
I will definetely add it in the next release.Next version will be released in December 5th (when WordPress 3.5 will come out).
Forum: Plugins
In reply to: [Media Features] Suggestion – batch categorizationHi yoramzara,
Thank you for your suggestion. Batch categorization would be a good improvement, but a lot of work must be done since it is not yet possible to add custom actions to the batch selector in WP_Media_List_Table.
WordPress 3.5 (will be released in December 5th) will hoppely change that behaviour, and then it would be possible to integrate that action in my plugin. Actually, I am working on it now. ??
You’d better wait this month and then, in december, after updating your WordPress to version 3.5 you’ll update to the last version of the plugin and then be able to use the new functionality of batch categorization.
Test the new version 0.4.
Thank youForum: Plugins
In reply to: [Hide Comments Feature] [Plugin: Hide Comments Feature] Yes It WorksThank you for your feedback benboswell.
New version available! ??They don’t work together? I have both of them in a lot of WordPress instalations, 3.4 and 3.4.1 versions. What WordPress and plugin versions are you using?
Forum: Plugins
In reply to: [Facebook] Fatal error: Call to undefined method Facebook_WP…Yes you should do that and then deactivate all the plugins and test one by one.
If you encounter any conflicting plugin please post it here.Forum: Plugins
In reply to: [Batcache] batcache is not workingThis plugin is working for me if APC is intalled in your server and this plugin https://www.ads-software.com/extend/plugins/apc/ is activated ??
hope it works for you!Hi vbk100,
The dashboard custom URL isn’t available yet! Due to the WordPress core we can’t handle that safelly in this moment.
So, I hope I can give you good news when it comes possible.
Happy to know you’r interested! ??Hope see you soon with good news!
Thank you for your link brasofilo.
This plugin needs a rewrite, maybe that example could help.Hi Anindyaray,
This plugin needs a rewrite. Many hooks in the core are need to make this plugin work… we should wait for further development.Hi Anders. I am very sorry for this inconvenient. Can you explain me what happpened in your site? Maybe I could fix this later.
Thank you.