bstevens85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP admin access not working helpHi Beauty,
Do you have a web designer or someone else helping you with the site? If not, call the hosting company if you’re not able to access the site via FTP. Accessing your site via FTP isn’t really something that you’ll be able to have someone do through the wordpress forums.
Forum: Fixing WordPress
In reply to: Sort users by unique sitiesHi glebwe,
Try adding this just before or after your usort line:
$blogusers= array_map("unserialize", array_unique(array_map("serialize", $blogusers)));Hey!
Did you change the uploads directory for your site somehow, potentially using a plugin? The src that the header image is pointing to is:
http://gogo.gigawatts121.com/files/2015/05/cropped-header1.jpg
which is throwing a 404 (not found) error. I believe that the default uploads directory is:
example.com/wp-content/uploads/
You want to use absolute references for the screen shots, rather than relative ones.
Forum: Themes and Templates
In reply to: Custom Color on a buttonThat would be really cool! Is it hard to do?