cdils

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 280 total)
  • Author
    Posts
  • in reply to: Comment input box and submit button not visible in Chrome #37922

    cdils
    Participant
    Post count: 285

    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.

    in reply to: White area above below graphic on Home Page #37919

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Font size question #37918

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Comment input box and submit button not visible in Chrome #37916

    cdils
    Participant
    Post count: 285

    Is 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.

    in reply to: Minimum header colour #37915

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Minimum Theme – feedback appreciated! #37912

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Replace logo.png with flash logo #37911

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Top Nav CSS a:active state #37879

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Nav Menu Missing on Category Pages….. #37877

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Page size not relevant to content #37286

    cdils
    Participant
    Post count: 285

    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.


    cdils
    Participant
    Post count: 285

    Hmm, 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.


    cdils
    Participant
    Post count: 285

    That 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.

    in reply to: Generate – Category dropdowns not showing #37130

    cdils
    Participant
    Post count: 285

    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.

    in reply to: Custom Callback for Comments in the Functions.php File #37126

    cdils
    Participant
    Post count: 285

    Hi,
    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.

    in reply to: Agentpress developer search #37114

    cdils
    Participant
    Post count: 285

    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.

Viewing 15 posts - 31 through 45 (of 280 total)