mcfreder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing Meta Titles QuestionHi
No worries Sir! As long as the title is SEO friendly; the content is original and legit, Everything should be just fine. Your link structure won’t change, because upon publishing a post, your url is generated then and won’t change unless you change it manually.
Good Day,Forum: Fixing WordPress
In reply to: Can't Update My WordPress from 4.3 to 4.3.1People who have their websites on yahoo. I have investigated the problem. It’s from Yahoo’s end. Get in touch with Yahoo support so they can keep you updated with any possible soon resolution.
Good day,
Forum: Fixing WordPress
In reply to: The site ahead contains malwareHello Kirk,
I am checking your website now. Your website is clean, but still some leftovers of the malware are still there which sitelock hopefully are going to get them. Neverthless; Are you on a Dedicated/VPS/ server?
Forum: Fixing WordPress
In reply to: WordPress dashboard plain text, lost formatting after 4.3.1 upgradeHi,
Go to https://www.ads-software.com > download latest version > reupload core files to your server (/wp-admin/ & /wp-includes/ )
Forum: Fixing WordPress
In reply to: How to fix this..Another suggestion: download the theme as above suggested and try to copy the code pieces and edit to convey your needs.
Forum: Fixing WordPress
In reply to: How to fix this..I am afraid that you are not experienced enough. Get some wordpress lessons from udemy.com or go with suggestion two.
Forum: Fixing WordPress
In reply to: The site ahead contains malware@kirksgirl1997: No need to redo the site, just find the malware. Only one code to find and delete and you are set to go.
Forum: Fixing WordPress
In reply to: error 500 virusHi,
Please check your htaceess file.Make sure it looks exactly like this:
# BEGIN WordPress <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
If that doesn’t help, rename your plugins folder to plugins-old, and make a new folder and name it: plugins
see if your website works. If It does > first thing, head to your admin panel and go to plugins section you will get a message that all plugins are desactivated > at this moment start moving all folders inside /plugins-old/ to /plugins/ folder > refresh your admin page and activate the plugins one by one until you figure out the one that is causing the issue
Forum: Fixing WordPress
In reply to: Problem Logging inWow. Okay. So no. You spammed the system by making every reply a separate post instead of one post with paragraphs, broken up for readability. I unspammed because obviously you’re a good guy trying to help people ??
Our system’s kind of a simple creature. It sees one person making a ton of posts at once and freaks right out. It happens. It’s not personal at all, but it would be nice if you, knowing this now, would recognize that perhaps it’s better to have one reply.
Also every reply causes an email to be sent, which actually DOES make this a bit of system abuse ??
And now this is me trying to help you, so you can better help people in the future. Because you, sir, were incredibly patient and awesome and I don’t want to see you caught as spam again.
tl;dr? Please try to do your replies in one post, not 4 or 6.
Sorry I got salty on you earlier. It was a very rough day! And that reply got me real good ?? Anyways thanks for the heads up. Just that I am used to live chat with my clients. BTW seriously what’s that support IRC chat?! It’s disgusting! Lol I can’t even make out between system messages and users questions and mods etc. Here is a tip: copy Askubuntu IRC chat.
Forum: Fixing WordPress
In reply to: Site in test directory force redirects to root levelHi,
Open up .htaccess
find:
RewriteBase /
and change it to
RewriteBase /test-site/
Forum: Fixing WordPress
In reply to: Could not insert term into the databaseHi,
Desactivate any cache plugins if you have one. and it should work.
Forum: Fixing WordPress
In reply to: Problem Logging inHey Astra! I am very happy for you mate! You also had the courage and trust in me.
Forum: Fixing WordPress
In reply to: Problem Logging in@ipstenu (Mika Epstein): lol! Are you serious ? ohh I spammed your system by trying to help a guy looool. I am helping here. Your post now is spam and irrelevant to the topic. Please I am not in the mood today. Sit back and watch this getting solve.
Forum: Fixing WordPress
In reply to: Problem Logging innow your website should connect without error.
Forum: Fixing WordPress
In reply to: Problem Logging inhey! Your panel provides a different hostname. Please copy the hostname: https://prntscr.com/8h4i3c
and paste it here:
/** MySQL hostname */ define('DB_HOST', 'your_host_name_goes_here');