nkwebdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Set product image not workingimage not show up in media file either
Forum: Fixing WordPress
In reply to: hosting is blaming WordPress for redirectI just redirect back to
http://nationalhardware.com/welcome1.htmlForum: Fixing WordPress
In reply to: website redirect to another websiteStill got hacked.
Forum: Fixing WordPress
In reply to: hiring to fix wordpresswithdraw this question
Forum: Fixing WordPress
In reply to: website redirect to another websiteI found this
but I am not sure how to get rid of this<html lang="en-US"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title> Able Mortgage</title> <link rel="pingback" href="https://www.ablehomeloans.com/xmlrpc.php"/> <link rel="alternate" type="application/rss+xml" title="Able Mortgage" href="https://www.ablehomeloans.com/feed/"/> <link rel="alternate" type="application/rss+xml" title="Able Mortgage » Feed" href="https://www.ablehomeloans.com/feed/"/> <link rel="alternate" type="application/rss+xml" title="Able Mortgage » Comments Feed" href="https://www.ablehomeloans.com/comments/feed/"/> <link rel="alternate" type="application/rss+xml" title="Able Mortgage » Home Comments Feed" href="https://www.ablehomeloans.com/home-page/feed/"/> <script type="text/javascript"> window._wpemojiSettings = {
Forum: Fixing WordPress
In reply to: redirectsolved
Forum: Plugins
In reply to: [WooCommerce] Double Variable Product?I turn off all plugins and the Double Variable Product is still there. So that mean the problem with the themes. 🙁
Forum: Plugins
In reply to: [WooCommerce] Double Variable Product?thank you
When I switch to Storefront the problem disappeared.
so it might be the theme?
I am workin on plugins now- This reply was modified 10 months, 3 weeks ago by nkwebdesign.
Forum: Fixing WordPress
In reply to: not able to log inOkay I had my back up recovered.
I am now able to get in my website admin.
But I see that I need to update the PHP and the theme.I will have to do those again.
Closing this post thanks for helping
Forum: Fixing WordPress
In reply to: not able to log in# BEGIN WordPress
# The directives (lines) betweenBEGIN WordPress
andEND WordPress
are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# Wordfence WAF
<IfModule LiteSpeed>
php_value auto_prepend_file ‘/home/domainname/public_html/wordfence-waf.php’
</IfModule>
<IfModule lsapi_module>
php_value auto_prepend_file ‘/home/domainname/public_html/wordfence-waf.php’
</IfModule>
<Files “.user.ini”>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
</Files># END Wordfence WAF
# Block WordPress xmlrpc.php requests
<Files xmlrpc.php>
order deny,allow
deny from all
allow from 123.123.123.123
</Files>Forum: Fixing WordPress
In reply to: not able to log inNone of those work.
I clear cookie and tried this on a different browser
I disable all plug ins
hide the xmplr file disalowing it :Forum: Fixing WordPress
In reply to: not able to log innope this didn’t work either…
https://www.wpbeginner.com/plugins/how-to-disable-xml-rpc-in-wordpress/
-3th go to your permlinks and change them once how ever, later return them as was before (this is not the best option, but was working for me)Forum: Fixing WordPress
In reply to: not able to log inlittlepackage – didn’t work
Forum: Fixing WordPress
In reply to: not able to log inthanks
Forum: Plugins
In reply to: [WooCommerce] Image zoomed inYEs resolved thank you