juggledad
Forum Replies Created
-
Why not make a copy of the site and put it in a subdomain – or use something like MAMP or XAAMP and install on your PC and develop the new styling there, then move it to production.l
Forum: Fixing WordPress
In reply to: Can't edit in Chromedo you have any chrome extensions active?
Forum: Fixing WordPress
In reply to: is htacces limit to ip enough for wordpress securityHere is a possibility https://locallost.net/?p=129
and for what it;s worth, I’m having the same issue – started this weekend an IP I have banned in htaccess is still trying to login.I have no separate databases
if you don’t have seperate databases, then what happens to one site will show in the other – with the exception of styling changes IF you are editing the style.css file.
So if you add a post to one, the other will see it. If you delete a post from one, it will be gon from teh other. This can be very dangerous…
You need to make a copy of the database. read this guide
Forum: Fixing WordPress
In reply to: Please help with my .htaccess fileIf you are going to play with your htaccess file, a little education might be helpful. you might want to look ath the book .htaccess made easy
(I am in no way connected to the site or author except I own the book myself)
Forum: Fixing WordPress
In reply to: Brute force attackBrute force attacks are a fact of life. Because so many computers around the world have been compromised, these ‘zombie’ computers are out there going after one site after another.
If you limit the amount of people who can login, then you could use some code in your .htaccess file to only allow use of wp-login.php from a certian IP
I don’t know the tool, but do you have two seperate database?
The two site’s wp-config.php files should point to two different database namesAlso if you just copied domain ‘A’ to domain ‘B’ and the database was copied, then domain ‘B’s database will still have the url of domain ‘A’. You need to use phpMyAdmin to change the wp-option table. Find the rows with the ‘option_name’ of ‘siteurl’ and ‘home’ and change them to the url of domain ‘B’
Forum: Fixing WordPress
In reply to: how to show an image from mysql tableAre you doing this with a plugin?
What was the sql statement you used?
What are the columns in the table defined?
Why not just use a folder and set the permissions so people can access it?Forum: Fixing WordPress
In reply to: is htacces limit to ip enough for wordpress securityyou could also put this in the wp root folder’s htaccses
# ========================================================== # protect wp-login.php # ========================================================== <files wp-login.php> order allow,deny deny from all allow from <your ip> </files>Forum: Fixing WordPress
In reply to: is htacces limit to ip enough for wordpress securityis the *.*.*.* rpresenting your actual IP address?
tryorder deny,allow deny from all allow from <your ip>Forum: Fixing WordPress
In reply to: how to show an image from mysql table1) how did you do the insert?
2) how big was the image?
3) what table did you insert it into?
and
4) Why did you insert it into thE tableForum: Fixing WordPress
In reply to: /wp-includes/functions.php – WP_Requirements class not foundUmm, I beleive Digico meant to say Disable your plugins and see what happens. One of the plugins is probably the culprit.
A plugin that creates a widget is doing someting wrong and a WordPress file is catching the PHP notice.
Forum: Fixing WordPress
In reply to: is htacces limit to ip enough for wordpress securityWhat did you use in the .htacces to allow only your address?
Forum: Fixing WordPress
In reply to: All Posts listing not displaying all infoThank you juggledad. Yes, I had read it.
did you miss this part?
Forum volunteers need a link to the webpage with the issue, to see a working (or broken) example of it.
Sorry, I should have said do change the fone size on hover. Let the color change byt keep the font size the same. (hmmmm I think I said that before th ecoffee kicked in – GRIN)