Spam comments with comments disabled??

Posted in: Newspaper
Post count: 89

Hi,

I have disabled post comments and am using facebook comment plugin.. but today i received a spam comment? I don’t understand how that is possible, could somebody please elaborate?

Cheers

Post count: 7909

Hi,

Not sure why this happens. Do you use anti spam plugin like Akismet?
Try to disable wp comments on all posts – http://screencast.com/t/g2d4NxGNqezi and disable comments on future posts from Settings > Discussions – http://screencast.com/t/a3iwaYdYiIS
You can also try a plugin like this one – https://wordpress.org/plugins/disable-comments/

Thanks!

Post count: 9544

We found long ago an issue with WP, not theme releated, where pingbacks and XMLRPC still allowed people to ping comments to system, which is why we disable that in our functions.php

Post count: 89

Yeah, the weird part is that i already have XML RPC off in functions using your code add_filter(‘xmlrpc_enabled’, ‘__return_false’);

Also can somebody help me add new native share buttons to what you already have.. currently it is just facebook and twitter.. i would really like to add Reddit! I’ve looked all over the place on how to do it like here: https://www.doitwithwp.com/add-sharing-buttons-to-wordpress-no-plugins-or-external-references/

but they use <?php the_permalink(); ?> which doesn’t get the URL

Any help would be great!!

Oh, here is a link to all the possible reddit share buttons https://www.reddit.com/buttons/

I think adding more options in future that you can turn on which networks would be extremely awesome!

Regards,

Glenn

Post count: 9544

Check your panel settings again too, to make sure all the discussion stuff is off, and make sure the how many days to comment is set at something like disable after 1 day, not 365 or whatever. Also check the post that had the spam comment as sometimes there is an over-ride checkbox checked as YES, allow comments, even though should not be — meaning if you have comment form on that page, make sure to uncheck in the POST where the comment was placed, if it’s attached to a specific post.

Post count: 89

That was the issue.. i had used the checkbox which overrides the settings, thanks for figuring that out!

Any help you could give with share buttons?

Also are typekit fonts faster to load then Google fonts?
I’ve noticed majority of websites using typekit fonts like proxima-nova alot (including this forum)

Post count: 7909

Hi,

Please check this topic how to add a share button(it is from newsmag but principles are the same) – https://forum.tagdiv.com/add-a-new-linkedin-button/ Also you can check this topic – https://forum.tagdiv.com/topic/linkedin-button/ You need to use a plugin for icons like Font Awesome 4 Menus, which is supported by the theme.
Add td-social-sharing-buttons class and a custom class like td-social-reddit to add a background color.
Also take a look at our buttons how they are made and try to use get_permalink() instead of the_permalink().
Regarding the fonts you can search online opinions about TypeKit vs Google. Like you know the theme use google fonts by default.

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.