Mamikei
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo image is not clickableThank you for the suggestion… but it didn’t work. It actually broke my sticky footer. I am still open to suggestions.
Forum: Themes and Templates
In reply to: Image not showing on custom homepageThanks, that worked! This is the code… keep in mind I am testing locally:
<?php get_header(); ?> <div id="mainContent"> <img src="/wp-content/themes/XXXXXXXXX/images/home_image.jpg" alt="XXXXXXXXX width="845" height="700" /> </div><!-- END mainContent--> <?php get_sidebar(); ?> <?php get_footer(); ?>Forum: Installing WordPress
In reply to: Cannot manually remove WP files from the main directoryI figured it out… it took a little digging. Everything works fine now. What finally worked for me was to RENAME the folder wp-content to something different. I just added a bunch of random letters.
before: “wp-content”
after: “wp-contentsldfk”I also had to rename the folders: “wp-admin” and “wp-includes”
Next I had to change the permissions of the files I was trying to delete. I located the files I needed to delete (the wp_admin, content & includes files) Then in the control panel I locate the change permissions button. I made sure all the User boxes are checked so that the files are writable,executable, etc. I saved my changes and went back and deleted the files with no problem.
Next I did a new install and it worked.
Forum: Installing WordPress
In reply to: Cannot manually remove WP files from the main directoryThank you. I am waiting for a response from them now.