Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Changing Nav Menu Colors

    #22392

    You’ll need to add it to the code you used to change your menu. Wherever you have a, you also need to add a:visited.

    Mod

    In reply to: How to remove a background on a specific sidebar?

    #22294

    How to remove a background on a specific sidebar?

    Do you mean a specific widget on your sidebar? Because I only see one sidebar.

    I would like to remove a background of my sidebar log-in

    The background I see there is white. Do you want it to have a different color?

    contain only a body of my log-in form

    Do you mean that you don’t want the border with rounded corners and a shadow (and with a pink background like your content area)?

    Then try this:

    #php_widget-30 .sidebar div.sidebar-wrap{
    background:none;
    border:none;
    box-shadow:none;
    }

    This is complicated to figure out because you have CSS coming from everywhere.

    Mod

    In reply to: Changing Nav Menu Colors

    #22390

    Looks okay to me. Try refreshing the page.

    I see it now. It’s because you clicked on those once, and now they are “visited” links.

    You’ll need to add something like

    a:visted {color:#000;}

    along with your other code.

    Mod

    In reply to: align all images to the left

    #22346

    Can you provide a link to what you want. The theme demo is here: http://dev.khairul-syahir.com/wordpress/graphene/

    A link to your own site would be helpful, as well.

    Mod

    In reply to: The "View Full Post" button on slider is off the screen

    #22357

    The site is http://www.learningforlifecenter.info.

    The link in your profile is to http://learningforlifecenter.org/ which is why I couldn’t see it previously.

    The buttons were working fine for a couple days and then I noticed they were too low.

    This is because your sharing buttons are pushing them down. There is really little/no point in showing these buttons on the front page. (Click on one and you’ll see what I mean.) Here’s how I solved that issue:

    http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/

    Also having trouble setting up the forums but I haven’t tried to trouble shoot that yet. Don’t even know how to ask for help about it.

    This is a separate issue, so please feel free to start a new thread about it. You might want to start by telling us what forum software you are using.

    Cheers

    Ken

    Mod

    In reply to: Will you please comment on my website?

    #22283

    Try this:

    .sidebar ul {
    background-image: url('images/trans20_black.png');
    border: none;
    }

    (Code between backticks, please. Thanks!)

    (I’ll keep working on it…)

    That’s how you get where you’re going. It bugs me when people give up easily. You keep trying and asking good questions and eventually you figure it out, and then you can teach the rest of us.

    Mod

    In reply to: The "View Full Post" button on slider is off the screen

    #22355

    It’s probably because of the length of your excerpts. Hard to tell without a link to your site, however. Include one and we can take a closer look.

    I hope I am asking this in the right location and in the correct format

    Yup, that’s a support question, so this is the right place.

    Welcome aboard,

    Ken

    Mod

    In reply to: Disabling preview of blog showing on Slider

    #22315

    Sure, just delete the block-button part from the code above (along with the comma).

    Mod

    In reply to: Removing dotted line in footer when hover.

    #22347

    try this custom css:

    return-top a:hover {text-decoration:none;}

    You can also try this plugin: http://wordpress.org/extend/plugins/dynamic-to-top/

    Mod

    In reply to: align all images to the left

    #22344

    You can try adding something like this to your custom CSS:

    img {float:left;}

Viewing 10 posts - 4,481 through 4,490 (of 5,839 total)