AndresL
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Password reset email not being sent.The folks I’m doing the site for are looking into getting me the host information so I can access the database. They apparently have two installations of wordpress under the same host. I’m assuming as long as there’s a user table I can get the info I need.
Is there any way to find the info on the user name and/or password from the files in the wordpress installation? I have FTP access.
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.I found another bit of the CSS code that might help to figure this out:
This comes up under the navigation class. I think it might be related.
For those that couldn’t see it, the previous code was:
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.Still no luck. There just has to be something in the ul or li declarations that’s messing it up.
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.Still nothing. My stylesheet looks like this:
[CSS moderated as per the Forum Rules. Please just post a link to your site.]
That’s all the code for the menu. I’ve tried just about everything I can think of.
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.Okay, but where do I call up the sub-menu class?
I tried adding it to the stylesheet, then calling up on:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'sub-menu', 'theme_location' =>
Not sure if that works, but so far it doesn’t make any difference.
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.I don’t know what this is even doing. The menu I see on the site doesn’t match what’s on the dashboard. (Edit: Never mind, I got this one. It was the wrong theme location.)
Here’s an example of what I mean by horizontal dropdown menu:
https://www.cssnewbie.com/example/css-dropdown-menu/horizontal.html
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.The default navigation for Twenty Ten is a vertical dropdown menu. I need it to be a horizontal dropdown menu. Also, there now seem to be menu items showing up that are not supposed to be, like the links for sub-pages (spring, summer). I don’t know why that is.
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.The site is: https://shawlsmithlondon.com/newssl/?page_id=35
Basically, the main navigation is on top, right beneath the banner. It is a vertical dropdown. I want to make a horizontal menu so it shows up right under the main navigation on hover. I also noticed that it seems to be doing two ‘home’ pages. The page that shows up when the site is opened (index) is different than the page when you click ‘home’. But I can fix that later. For now the navigation is the main thing.
Forum: Themes and Templates
In reply to: Making Horizontal Menu with Twenty Ten theme.Done. Now what should I do? Still having the same problem.