Dave Naylor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP/Woocommerce Checkout page Issue…AGAIN!I think your checkout page is using the theme’s blog template rather than the default. Look on the page editor in the dashboard and check the template in use.
Forum: Fixing WordPress
In reply to: My Custom Header has disappearedThese four images are missing from your site:
wp-content/uploads/2013/08/header_main2.jpg wp-content/uploads/2013/08/bg_nav.jpg wp-content/themes/custom-community-pro/images/slideshow/transparent-bg.png wp-content/themes/custom-community-pro/images/white/selected-item.pngYou need to replace them using the exact same path.
Forum: Fixing WordPress
In reply to: Not able to log in to my wordpress.org admin pageThere are a few ways to reset your WordPress password. Take at look at the following codex page and use one method with which you are comfortable:
Forum: Fixing WordPress
In reply to: How To Change Genesis FaviconThe best place to ask is in the StudioPress forums:
http://www.studiopress.com/forums/
Commercial products aren’t supported in here.
Forum: Fixing WordPress
In reply to: how to create breadcrumbs ?There are a few plugins to help with that:
Forum: Fixing WordPress
In reply to: post_max_size bugThere’s a ticket relating to the same:
Forum: Fixing WordPress
In reply to: Brute force attack on non-generic userUnless you’ve taken specific steps to prevent it, obtaining the usernames of WordPress authors is easily done. I personally take preventative measures at a server level to prevent it. The good news is that this doesn’t extend to passwords.
Sorry to be a little vague but I don’t want to publicly post solutions for the bad guys.
Forum: Fixing WordPress
In reply to: Editing the footerIf you’re on Weaver (rather than Weaver II):
Appearance –> Weaver Admin –> Adv Options -> Site Options
Forum: Fixing WordPress
In reply to: Editing the footerIt looks like you’re using a weaver based theme. Look in your Weaver admin options, find the area that deals with the footer. There is a place to disable the footer text.
Forum: Fixing WordPress
In reply to: Unable to locate WordPress Root directoryCreate a php file called findme.php and put in it this code:
<?php $myroot = dirname(__FILE__); echo "<p>WordPress root is here: " . $myroot . "</p>"; ?>Upload the file to your WordPress site, make sure it’s in the same directory as the WordPress readme.html and license.txt (the root).
Visit your site like this:
http://yoursite.com/findme.phpOnce you have the path, delete the file.
Forum: Fixing WordPress
In reply to: Editing the footerIt may be in one of your theme’s template files, most likely footer.php.
Forum: Fixing WordPress
In reply to: Email via WordPressWhat are you using for a contact form? Is it a plugin?
Forum: Fixing WordPress
In reply to: Finding the name of a picture to put in my side barIf you want the pictures to be hosted at imgur, like the one you’ve posted, visit the imgur site, upload the pictures and copy the URLs.
However you could just as easily upload them to your WordPress site and have them held in the media library:
http://codex.wordpress.org/Inserting_Images_into_Posts_and_Pages
Forum: Fixing WordPress
In reply to: WordPress Permalinks on NGINXForum: Fixing WordPress
In reply to: WordPress doesn´t renew plugins and itself!The error message is telling you to go and check the file permissions of your site. You can read about them here: