Home › Forums › WordPress Plugins › Hide My WP › wp-comments-post.php
- This topic has 3 replies, 2 voices, and was last updated 9 years, 3 months ago by
msslr.
-
AuthorPosts
-
April 14, 2016 at 11:35 am #8934
hello there
I have two questions:1- how can I make comment work? when I enable HMWP I get
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.first I thought it is from my browser or something, then I checked everything, I even change the wp-comments-post.php to a new one, but still nothing..
I even remove wp-comments-post.php from this setting (“direct_access_except”:”index.php, )
yet, nothing, once I disable HMWP comments start working!!!
#2- I couldn’t find a proper answer about deleting wp- from source code, when I remove it or change it, I miss some of other thing functionality, is there any straight answer about “wp-” in my source view?
things like these:
/wp-json/
_wp_http_referer
wp-embed.min.js
_wpmejsSettings
wp-mediaelement.js
wp_more
wp_adv
wp_help
….my theme also has lots of classes and IDs starting with wp, should I replace them and duplicate every class with the new name?
I tried to replace “wp-” I understand I can change source files name and replace the path using ur replace feature, but I was wondering if there is a simple way to do so.
your consideration is appriciated.
April 14, 2016 at 12:46 pm #8937about the #1 question, now I got to the next level, I mean I changed the url to something else with your plugin the error is changed, now it says
ERROR: please fill the required fields (name, email).
which I have filled, and when I’m logged in as admin comment works because it dosen’t change the url, is it a common question or I’m doing something wrong?
April 15, 2016 at 6:04 am #8947Hi,
1) please let us know the page URL where we can check the comment issue
2) to remove wp-json (json api links) add following line in your theme’s functions.php:
remove_action( ‘wp_head’, ‘rest_output_link_wp_head’, 10 );To remove wp-embed, you can use “Disable Embeds” plugin
And to rename css class name, add replacement in “replace in html” option; and duplicate the class with the new replacement name and add it to theme’s style.css.
April 15, 2016 at 6:35 am #8953Hello,
Thanks,
Well currently I don’t have a live version of the website, I’m still working on it locally… However I will let you know my website url when it’s ready…
Right now, I disabled the email and username option and it is working but I thought it might be a common issue because when I disable hmwp I can use the email option, I even test the issue with multiple themes….Anyway you are still awesome 😉 I love this plugin of yours….
Thank you.
-
AuthorPosts
You must be logged in to reply to this topic.