Chad Smith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No Save Draft option in 4.3.1LOL!!!
Have you checked here?
https://codex.wordpress.org/Getting_Started_with_WordPressForum: Fixing WordPress
In reply to: Cant log in to site From a PC.Then restart your computer I meant to say…then try the site
Forum: Fixing WordPress
In reply to: Cant log in to site From a PC.You on windows? Goto Run – type ‘cmd’ hit enter type this:
netsh winsock reset.. See what happens…
Forum: Fixing WordPress
In reply to: Cant log in to site From a PC.If so – try turning those off and test again…
Forum: Fixing WordPress
In reply to: Cant log in to site From a PC.Are you running behind a firewall or do use use anti-virus software?
Forum: Fixing WordPress
In reply to: WooCommercre 2.4.7 – Display More Variations in AdminAnd the answer is………
https://wordpress.org/support/topic/24-handling-for-20-variations?replies=1
Forum: Fixing WordPress
In reply to: Cant log in to site From a PC.Is it a 404 error or what? What does the PC screen actually say?
Forum: Plugins
In reply to: [WooCommerce] Display More Variations in Admin // WC 2.4.7 & WP 4.3.1<<<—-This guy is stupid. It’s in the sticky.
🙂
Forum: Fixing WordPress
In reply to: WooCommercre 2.4.7 – Display More Variations in AdminThanks for the bump….Lol.
Forum: Fixing WordPress
In reply to: A user has become adminCool! Looking forward to hearing how he did it!
I’m following along with this post – you sure you don’t just have your UN and PW written somewhere that he can get to it? A file on the desktop named “wordpress_password.txt” or something…LoL!
Have a good day,
-ChadForum: Fixing WordPress
In reply to: WordPress and DatabaseHey Mary –
I don’t think you have cPanel access at WP.com – nor do I think you can get it. You’re going to need a shared hosting account somewhere – that way you get cPanel (phpMyAdmin) and also will have the ability to create your own mySQL databases, etc…
Get a cheap hosting account somewhere for testing. They’re only a couple bucks a month usually – and you can often find one to throw in a free domain.
Cheers,
ChadForum: Fixing WordPress
In reply to: A user has become adminI just re-read my last post and it sounded rude I think…That was unintended. Apologies.
What I meant was that I think you’d just tell him that you’re impressed (feed his ego) and want to know how he did it…
I’ve been that cocky student – I would have been honored to have a person ‘above me’ ask for my assistance…..He just needed to let you know you needed some assistance. 🙂
Anyway – no hard feelings – sorry for the quasi-rude last post.
Thanks,
ChadForum: Fixing WordPress
In reply to: A user has become admin….It’s debatable if he’s not the kind of guy you can trust. I’d think that you could trust him. Why would he tell you that he cracked your site otherwise?
Here’ s brilliant suggestion: Why don’t you ask him how he did it? Then you can fix it.
Seems like he may have the answer you’re looking for…..
Just my, often unwanted, opinion,
ChadIf you do ask him and you fix it – please post the solution here so others can find this in the future….For when they don’t have the luxury of asking the guys who broke in….
Forum: Fixing WordPress
In reply to: Force WordPress to "HTTPS://WWW." (SSL)I asked this question elsewhere and got this response:
<IfModule mod_rewrite.c>
RewriteEngine OnRewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]RewriteBase /blog/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>Have a good day,
-ChadForum: Fixing WordPress
In reply to: Force WordPress to "HTTPS://WWW." (SSL)BUMP!!!! I’m gonna keep bumping this until it is finally answered.
Sorry for the persistence – but there is a lot of people looking for this answer and what better place to have the answer than the archives at WP.org?
Thanks everyone!
-Chad