Forum Replies Created
-
AuthorPosts
-
Hi, can you please let us know your site’s wp-admin login details as private reply so that we can have a look at the issue.
November 29, 2015 at 7:17 am in reply to: Fatal error: Call to undefined function wp_redirect() in /homepages/40/d59154269 #6208Hi, please let us know your website’s wp-admin login details & FTP details (as private reply), so that we can have a look at the issue.
Okay, I got it what you were trying to explain. For that you’ll have to do following changes in your child theme’s style.css file (which I’ve already done):
Replace
@import url(“../fortuna/style.css”);
with
@import url(“http://metamode.com.au/skin_main/style.css”);And the thing I explained above is about replacing class names, words, text, etc. in the site’s page source. You can ignore this if you need not make any replacements.
-
This reply was modified 9 years, 8 months ago by
Suman M..
Hi, please try disabling HMWP plugin. Let us know.
November 29, 2015 at 6:34 am in reply to: one instance of _wpnonce will not remove from source #6204Hi, “_wpnonce” is being used internally by the plugin in file class-SH-Crafty-Social-Buttons-Plugin.php in line number 257 (within function get_share_count)
$nonce = isset($_GET[‘_wpnonce’]) ? $_GET[‘_wpnonce’] : ”;If you add replacement in HMWP like below:
_wpnonce ==> myidthen in the plugin code above, you’ll need to replace
$nonce = isset($_GET[‘_wpnonce’]) ? $_GET[‘_wpnonce’] : ”;
with
$nonce = isset($_GET[‘myid’]) ? $_GET[‘myid’] : ”;Hi, I checked your site’s page source and would like to let you know that it’s not recommended to replace CSS class names (fortuna_table, Fortuna_Big_Title, Fortuna_Serif_Font, etc) and script variables as it might break site’s styling.
However, you can replace any word/text in the page source using “replace in html” option under replace tools tab.We got your point, but currently HMWP doesn’t have such feature for notification. We might add it in the upcoming versions of the plugin. Thanks for the suggestion.
This reply has been marked as private.Hi, you can deactivate email notifications by setting “Notify Threshold” option to 0 under IDS Firewall tab.
You can post the details here as private reply by enabling/checking “Set as private reply” option at the bottom of text box.
Hi, you’ll need to follow the steps as mentioned in this FAQ to make it work with WP Engine – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/17669
Yes, please provide us with wp-admin login details as private reply.
Hi, can you please try deactivating HMWP IDS from IDS Firewall tab.
Hi, I tried visiting your site http://metamode.com.au/ but it’s blank? Can you please check?
November 28, 2015 at 4:48 am in reply to: Fatal error: Call to undefined function wp_redirect() in /homepages/40/d59154269 #6174Hi,it might be that your site’s htaccess is not writeable when you applied HMWP settings. Make sure that htaccess is writeable before you apply HMWP settings & later you can make it read only.
-
This reply was modified 9 years, 8 months ago by
-
AuthorPosts