Forum Replies Created
-
AuthorPosts
-
April 26, 2013 at 2:26 pm in reply to: Comment input box and submit button not visible in Chrome #37922
I’m not seeing that in any of my browsers, not even Safari. Looking at your source code, I don’t see anything there either – there’s actually a bit of javascript that seems oddly placed.
Are you using any caching plugins?
What form/plugin are you using to create your feedback form. Maybe a conflict somewhere….
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Is that photo in a widget area? If so uncheck the “Automatically add paragraphs” from the widget. That’ll remove the
tag around that photo and the margin style that goes with it.
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Just the post body text for *that* post or every post?
If it’s just that post, you can add a post class and target that via CSS.
If it’s for every post, target the single-post class, for instance:
.single-post p {
color: #000;
font-size: 18px;
}(If you look at the tag on your post pages, you’ll see that it automatically gets a class=”single-post”)
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
April 26, 2013 at 2:12 pm in reply to: Comment input box and submit button not visible in Chrome #37916Is it the red button in the sidebar that says “Leave a Review”? That’s the only button I’m seeing on the page (shows up in Firefox, Chrome, and Safari on my Mac).
Could be quote left out or a tag left unclosed as the culprit, if it’s not showing consistently.
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Add background-color: #000000 (or whatever) to #header.
Also remove the width: 1140px.
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Beautiful! I love using the photo “circles” where the social media icons were in the original theme.
Are you planning to add blog content to show up on the front page? If not, you can get rid of it (*I think*) by removing or commenting out this from home.php ->
remove_action( ‘genesis_loop’, ‘genesis_do_loop’ );
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Hi,
I would strongly advise against using Flash, especially if you want your site to still be mobile-device friendly.Just my two cents.
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Not sure if I’m understanding correctly, but are you saying you want them the same or the active and the hover to be different?
You’ll want to use #nav li a:hover to target your hover state and #nav li a:active for the active.
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Hey there,
Doesn’t sound like your customizations would be causing it. I’d try disabling all of your plugins and see if that fixes it. If so, re-activate the plugins one at a time so you can catch the culprit.What about using breadcrumbs instead of the drop-down widget? It’ll provide the link structure that would help users navigate. You can turn that on at Genesis > Theme Settings.
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Hi Eddie,
You don’t need to add any spaces with html (i.e. ) – the content editor will add line breaks and paragraph breaks for you. Just edit like you would a Word document.
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
April 23, 2013 at 8:46 am in reply to: Genesis Featured Widget Amplified plugin won't stay when I add to my sidebar #37145Hmm, I’m tapped out of ideas for that one. Lemme see if I can get The Big Gun to chime in.

Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
April 23, 2013 at 8:33 am in reply to: Genesis Featured Widget Amplified plugin won't stay when I add to my sidebar #37139That is way weird! Are you running Genesis 1.9.2 and the latest version of WP?
Does a text widget (or any other widget) “save” in that spot?
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
Are you talking about drop-downs on the primary menu? I’m not clear what’s missing.
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
April 23, 2013 at 8:13 am in reply to: Custom Callback for Comments in the Functions.php File #37126Hi,
You definitely don’t need to modify comments.php.Here’s a reference of code snippets that should hold the magic key: http://my.studiopress.com/snippets/post-info/#customize
Cheers,
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
There currently isn’t a way to do that, however you can browse the showcase by developer and look through their sites for a AgentPress work.
Carrie
Have you been helped in this forum? Pay it forward and answer someone else’s question. I bet you’ll know the answer to at least one question.
I tweet @cdils.
-
AuthorPosts