claybaby
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Drop-Down confusionIn reviewing the CSS I do see that there are a few lines that are making the drop-downs visible:
#main-nav .tabbed .children { display:none; } #main-nav .tabbed .hover .children { display:block;
That looks to me like it should make those drop-downs disapear and appear. I am confused by the children class, it doesn’t appear in the header.php file and I don’t find it in the functions either.
Forum: Themes and Templates
In reply to: Drop-Down confusionThanks for the clarification on sm_subnav(), consider it ditched.
I did put register_nav_menu() in functions.php like so:
function register_my_menus() { register_nav_menus( array( 'header-menu' => __( 'Header Menu' ), 'footer-menu' => __( 'Footer Menu' ) ) ); } add_action( 'init', 'register_my_menus' );
The only javascipt is a jQuery function call that looks like it’s adding a hover class. In the CSS there’s styling for the drop-downs, but no visibilty: none lines or anything. I guess I need to add this funcitonality to the theme.
Forum: Installing WordPress
In reply to: wordpress migration databasethanks for the help
Forum: Localhost Installs
In reply to: Database error on local installclosed
Forum: Fixing WordPress
In reply to: site migraiton error – page not foundawesome awesome awesome. you rock thanks!
Forum: Fixing WordPress
In reply to: site migraiton error – page not foundwait a minute… when I went back to the site each time I follow a link it takes me to “locahost”/whatever. I’m guessing I entered the site wrong in the Settings->General window. Anyone want to give me a crash course in SQL querying?.. otherwise I have to start the process over, yes?
Forum: Localhost Installs
In reply to: Database error on local installAwesome, thanks!
Forum: Fixing WordPress
In reply to: url rewrite(direct) for subdirectory best practicemy linux is slim to none. i did a cd install on an old computer of puppy, but i haven’t learned much command line at all. i do have a cpanel. i’m not sure what you mean by add on domain… i’ll check the cpanel because i think they have that option.
i did the wordpress settings -> site URL and it works. However, it is very bogged down and slow and the toolbar disappears whenever i navigate around the site.
thanks for the suggestion.