pigeon7081
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Static page with one blog post?I use a plugin called Recent Posts Slider.
You can see it on my site here. I just show the titles of my recent posts, but it’ll allow you to show more by changing the settings.
Forum: Fixing WordPress
In reply to: Can't access login, says "connection was reset"Yep, that was it.
Turns out my host (IXWebhosting) is having problems figuring out what to do about the attacks so they shut off access to wp-login.php files for all users on Linux servers.
I wish I wouldn’t have spent the last 4 days troubleshooting this, especially after I have already contact my host twice about this problem and they never mentioned the attacks!
Thanks so much for your quick response esmi! Should have asked on here first!
Forum: Themes and Templates
In reply to: Header/Menu links inside container don't work in FFJust figured it out.
I had absolute positioning and a z-index on the first parent container that has the header’s background. When I took that off and raised the z-index of the other divs so they’re above the baseline, it fixed the problem ??
Thanks for the help!
Forum: Themes and Templates
In reply to: Header/Menu links inside container don't work in FFEven if the internal WP menus will make better menus, I don’t think that solves my problem.
That yellow box that’s in the top left corner is a link. I moved it into
headerContainer
just to see, and it stopped working. So I’m still stumped as to what that container is doing to my links.I’m thinking it has something to do with z-index or the floating, but I’ve tried troubleshooting those to no avail.
Forum: Themes and Templates
In reply to: Header/Menu links inside container don't work in FFThey’re controlled mostly with CSS. The list structure is only under the submenu class. But as I went to look at them again, I noticed that the submenu containers aren’t inline with the buttons themselves – that might have something to do with it.
This is a site that I originally started before v3.0 of WP, I’m just now getting to finishing it. I’ll check out those links to the Codex and see where it gets me.
Thanks
Forum: Themes and Templates
In reply to: Header/Menu links inside container don't work in FFThat first error is for the Google Search Bar. I removed it, no change to the link functionality though. I’m working on the other errors, but they were there before this problem started, so I don’t think they’re related.
Incidentally, the other illegal style section is from the template I used (WordPress Default), seems strange…
Any other ideas?
Forum: Themes and Templates
In reply to: Oulipo headerIn header.php, you need to change line 34.
Right now it’s:
<h1 class="masthead"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
Replace
<?php bloginfo('name'); ?>
with whatever you want the title to be.Forum: Themes and Templates
In reply to: Header/Menu links inside container don't work in FFThe link is wrong – here’s the right one: itrsonline.org/Jessica/FieldReport/professional/
Forum: Themes and Templates
In reply to: Search form problems involving flash headerTried that, still isn’t working…any other ideas?
Forum: Themes and Templates
In reply to: Search form problems involving flash headerSorry, I misread the rules before I posted. Here’s the pastebin link for my code.