tcunningham
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: blank screenWhen I log in, my entire dashboard is blank. Any thoughts?
Forum: Themes and Templates
In reply to: Where's Waldo? Image file buried in another folder somewhere?Bizarre. Thought it was a wp theme.
Forum: Fixing WordPress
In reply to: Hidden image file/Stylesheet directoryOK, did that, and moved the site over to access the file in the directory. Uploaded the new file, pointed to it in the code editor and it still doesn’t show up. Just an empty div box. All I changed was the file name. When I put the old file name back in the code, the old incorrect file comes back.
<a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><img class="swizzle-logo" src="<?php echo bloginfo("stylesheet_directory"); ?>/images/logo_white_transparent.png"/></a>logo_white_transparent.png is the old file. When that file name is in the code, it works. When the new file name is in the same place, I get nothing.
Forum: Fixing WordPress
In reply to: Hidden image file/Stylesheet directoryWent here: http://www.swizzlerealty.com/wp-content/themes/theme1245/
Got this: Fatal error: Call to undefined function get_header() in /home/swizzler/public_html/wp-content/themes/theme1245/index.php on line 1
Forum: Fixing WordPress
In reply to: Hidden image file/Stylesheet directoryThanks for that! Is there a simple way to navigate to it and upload the new image?