opq
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Easy Permalinks in IISWon’t using 404 handlers generate a 404 error for each link clicked? I want to do this but I dont want to mess up the IIS logs.
Forum: Fixing WordPress
In reply to: Embed Flash with Kimili Flash Embed?i cant seem to get version 1.1 of the plugin to work etiher. ive checked everything but I get a javascript error on the page i embed. “FlashObject is not defined”. Anyone ever gotten this plugin to work?
Forum: Themes and Templates
In reply to: CSS Problem – Code Does Not Overlap?So why does it work when I don’t put it into WordPress?
Anyways, if you can give me an example of how I can replace a table like this with CSS that’d be great.
My table has two vertically arranged cells. Each with its own background image. Is this possible in CSS?
Forum: Themes and Templates
In reply to: CSS Problem – Code Does Not Overlap?I don’t have anything to post because I’m testing it on a local web server.
I’m trying to structure the whole page so that it’s basically 3 vertical table cells, the middle containing another table which will contain the navigation (which will use lists).
Upon further experimentation it seems that the floating CSS does not even work with anything (including text!). What’s wrong? Does wordpress have something that overrides this?
Forum: Themes and Templates
In reply to: Listing Pages In Custom Navigation without “List”s?Awesome! Yeah sorry I figured it out too but my reply must have not posted. Stupid IE 😛
Thanks so much for the help!
Forum: Themes and Templates
In reply to: Listing Pages In Custom Navigation without “List”s?Okay so I got the CSS to work great. Thing is there’s a giant margin on the left. How do I override this?
Forum: Themes and Templates
In reply to: Listing Pages In Custom Navigation without “List”s?Thanks so much! That’s just what I needed! Now how can I do a separate list that lists only the top navigation? I figured if I can do that then I can do exactly what I need!
Oh yeah: I understand I can make changes CSS-ly by using #navmenu. What if I want two instances of the navigation? Where would I refer to a #navmenu2 for example in my theme code?
Forum: Themes and Templates
In reply to: Listing Pages In Custom Navigation without “List”s?Thanks for the plugin! I gave it a try and it seems like it echos everything on those pages. How can I get it to not print out the content of all the other pages? I cant seem to get the syntax to work. Do you have an example? Thanks
I tried adding this to the template but with no success:
<?php subList('format="<a href="“%link%”" title="“%title%”">%title%</a> "', bool); ?>Forum: Themes and Templates
In reply to: Listing Pages In Custom Navigation without “List”s?Thanks a lot for the help!
Yeah but I was wondering what would happen to ‘submenus’ with pages that are under a specific page.
What if originally I have:
Page 1
–> Page A
–> Page B
Page 2
Page 3I was hoping to create a structure where I could get
Page 1 | Page 2 | Page 3
and a “submenu” under that would show the subpages in the same way underneath so clicking on Page 1 would give:
Page 1 | Page 2 | Page 3
Page A – Page Bwhereas the bottom line wouldn’t show on the other pages. Any hints? thanks again!
Forum: Themes and Templates
In reply to: Listing Pages In Custom Navigation without “List”s?Do I have to do it by CSS? Is there no way to loop through each page name and url?
Forum: Fixing WordPress
In reply to: List of pages in the current pages category for the sidebarHas anyone found a solution for this?