Alex
Forum Replies Created
-
It’s perfect now! Thank you!
I really appreciate you working with me to get this solved. However, the new code is not having any effect on the color of the text in the email box.
Thank you! That worked for the first and last name, but the email text box is still using the old color.
With Gratitude,
Alex HumphreyForum: Fixing WordPress
In reply to: Send Home link to different websiteI ended up making a custom menu per Cahfx.
Thank you all!
Forum: Fixing WordPress
In reply to: Showing Child and grandchild pagesYeah, that’s what I’m trying to do! And thanks for the info. I was pretty sure that’s what I was suppose to do, but it isn’t working for my page.
Forum: Fixing WordPress
In reply to: Showing Child and grandchild pages<div id=”menu”>
<ul >
<li class=”page_item <?php if ( is_home() ) { ?>current_page_item<?php } ?>”>“><?php _e(‘Home’, ‘elegant-grunge’) ?>
<?php wp_list_pages(‘title_li=&depth=1’); ?><div class=”clear”></div>
</div>That is what my wp_list_pages looks like currently. It does not allow children of Pages to be shown as a dropdown menu.
Please help!!!
Forum: Themes and Templates
In reply to: WP Premium Theme paragraphsThank you for the quick response. Sorry it has taken so long to respond! Work and such…
When I create a post my theme doesn’t add paragraphs.
Example: when in visual editor text might look like this:
“Hi!Thank you for looking at my blog!
Stop by again!”
but when I post it my theme makes it look like this:
“Hi! Thank you for looking at my blog! Stop by again!”It doesn’t do this in other themes. what do I need to correct to fix this?
Also, I don’t know much about CSS but I don’t know intermediate HTML and if you can explain to me the steps I am a quick learner.
Thank you!