srocklin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?Ok, I don’t know why or how it worked, but I somehow played around and made my own links and took out the other ones, and it looks alright, except that now I’ll have to go in and add the links myself every time I want to add a page instead of it getting done automatically. Oh well. Better than it was before, anyways. Thanks for your help! ??
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?ok, where it says /”>Home in blue, there is some kind of glitch here when I cutted and pasted. The actual code reads
…page_item<?php } ?> /”>Home…
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?Ok. So with help from various sources I figured out that I should take out teh flash stuff in the footer. i’ve <!—-> it for now. Then, the links all disapeared. So I figured I could just put in my own plain old HTML links. I put one in to test, and instead of it showing up, the original links showed up, but now they look just like a list! Its very weird. So, the code that I think goes with that is this:
<ul class=”menu”>
<li class=”<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists(‘is_tag’) and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>”>/”>Home
<?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’); ?>Do you have any idea how to make it make the links go across, instead of a bulleted list?
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?Aha! Thanks for finding that. I don’t know what to do with it though. When I tried <!—-> it out, the page still worked, but those links up top had disappeared. So it obviously plays some role. I just wish I knew what.
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?maybe this is all different than html, but i kind of thought that since the sidebar is pulled into the code of the page later than the header, and later than the main body, then how could it affect something that is coming before it?
How would I see overlapping divs?
Do you know where I can find the code for the links at the top? They aren’t in the header section when I look, or anywhere else. But when I open “page source” in my browser, I can see the code for those links. Its weird not to be able to find them at all.
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?Ok, not that I know what I’m doing, but I counted up all the divs in both the header and the sidebar, and didn’t see any left open. Anywhere else I should look?
Forum: Fixing WordPress
In reply to: Page Links not working – something to do with Flash?Thanks for the tip. I’m using firefox as well, and some others using firefox also couldn’t open it. Safari didn’t work for me either. Interesting that IE worked. I’ll check the div tags.