lhernandez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to log into WordPress dashboardActually, I am now able to get in just using http://www.domain.com/login instead of /wp-admin.
Weird…Forum: Fixing WordPress
In reply to: Unable to log into WordPress dashboardI did move the domain to another host/server, but prior to that I was able to log in.
Not sure what affect that has…Forum: Fixing WordPress
In reply to: Unable to log into WordPress dashboardNothing happens when you enter the admin and password.
It doesn’t even display the “wrong password” error:
ERROR: The password you entered for the username admin is incorrect. Lost your password?Forum: Installing WordPress
In reply to: Themes not workingYes.
Forum: Installing WordPress
In reply to: Themes not workingYes, both WordPress Address URL and Site are set to http://www.ataleisnikmd.com/news
Also, I had downloaded a new theme install (from the free ones) and didn’t make a difference.Forum: Installing WordPress
In reply to: Themes not workinghttp://www.ataleisnikmd.com/news/
The Twenty Twelve theme and all plugins are disabled.
Any thing else needed?Thanks.
Forum: Themes and Templates
In reply to: Warning: Cannot modify header informationOkay,
I am now able to get into the /wp-admin after modifying this file.
Too much code in here that was not needed.Forum: Themes and Templates
In reply to: Warning: Cannot modify header informationI tried the “How do I solve the Headers already sent warning problem?” but no luck.
Still get error on http://drdubrow.medave.net/wp-admin/
Here is the functions.php file within the theme:<?php define('FILES',get_bloginfo('template_url')); ?> <?php register_nav_menus(); ?> <?php register_sidebar(); ?> <?php if ( function_exists('register_sidebar') ) { register_sidebar(array( 'name' => 'Footer Sidebar', 'id' => 'footer-sidebar', 'description' => 'Appears as the sidebar on the custom homepage', 'before_widget' => '<div style="height: auto"></div><li id="%1$s" class="widget %2$s">', 'after_widget' => '', 'after_title' => '</h2>', )); } ?> <?php add_theme_support( 'post-thumbnails' ); ?>[Please post code or markup snippets between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Fixing WordPress
In reply to: RSS Feed is blankI setup a feedburner link to get it to work: http://feeds.feedburner.com/Tifmblogcom/
Thanks.
Forum: Fixing WordPress
In reply to: RSS Feed is blankI have tried all 3 options above:
– deactivating all plugins
– switched themes
– reset the plugins folderNone of these fixed the issue.
Any other suggestions?
Forum: Fixing WordPress
In reply to: User ProfileOkay I tried the ascii code and it created a blank on the drop-down menu. Thanks!