Mike E. Perez
Forum Replies Created
-
Looks like I found a solution… I just changed the text of the Contact Form field to read more like copy, rather than a label.
I’m still looking for a way to clean up the checkbox field, so if anyone can help, I’d really appreciate it.
Thanks again!
Thanks for your reply!
It looks like it is my theme that’s causing the text box to jump. Like I said, it works perfectly with the border enabled. Is there any way to remove the header that says, “Contact Form” whenever the border is enabled?
Forum: Fixing WordPress
In reply to: wp list_pages function: show children of current parent onlyThank your for posting that link. This is the solution I’ve been looking for all week!
Did you figure out a way to style the menu?
Forum: Fixing WordPress
In reply to: wp_list_pages listing nightmareWell, I’ve taken another look at what I need, and I think it’s identical to yours, lukemv:
Parent Page
– Child 1
– Child 2
– Child 3Child Page 1
– Child 1
* Grandchild 1
* Grandchild 2
* Grandchild 3
– Child 2
– Child 3Grandchild Page 1
– Child 1
* Grandchild 1
* Grandchild 2
* Grandchild 3
– Child 2
– Child 3I wish I was better at WP coding. For some reason, I just can’t wrap my head around it. I know my way around HTML, CSS … Even Action Script! But this is just beyond me. 😛
Forum: Fixing WordPress
In reply to: wp_list_pages listing nightmareHi… Does this help?
<?php $children = wp_list_pages('child_of='.$post->ID.'&echo=1'); if ($children) { ?> <?php echo $children; ?> <?php } ?>It displays a list of a parent page’s children and grandchildren; however, once you are on the child or grandchild page, it effectively becomes the parent page, and therefore does not have any children or grandchildren to list.
It’s confusing, I know… That’s why I’m having trouble finding a solution. It’s difficult to explain what I need, but it seems like it should be easy to do.
For my purposes, your code works well. I don’t need a list of the other parents because I have a navigation bar coded into the header. But I still need a menu that lists all of the children of a parent page on the child and grandchild pages.
Frustrating, I know.
If you’re curious, here’s a link to what I’m working on (it’s not very pretty): http://ecbiz85.inmotionhosting.com/~kssgco5/?page_id=100
Same problem … I’ve got no idea how to fix it.
Forum: Fixing WordPress
In reply to: could import from blogger, can’t now… why?Could someone help out with this problem?
Forum: Fixing WordPress
In reply to: could import from blogger, can’t now… why?Same problem here… I’m trying to import 1,063 posts from blogspot. It gets to 46 or 50, then the magic button changes to “Set Authors.” At that point, 30/30 comments import, then the process stops.
I clicked on the Set Authors button, and set the blogger users to the proper wordpress users. But when I went back to continue importing, the magic button still said “Set Authors,” and there was no Restart button. I finally decided to start the entire process again, since wordpress says any entries that had previously been imported would be skipped. But the first 50 posts just doubled up and, again, the process stopped.
I tried using the xml file import, but that doesn’t do work either.