ronangelo

Participant

Forum Replies Created

  • In reply to: Help in Styling Graphene theme

    #31999

    Edited.

    #nav .current-menu-item a,
    #nav .current_page_item a {
    border-bottom: 3px solid #FF7E00 !important;
    }

    In reply to: Help in Styling Graphene theme

    #31996

    I suggest the color #111. It matches the default image more closely.

    #nav a {
    border-bottom: 3px solid #111;
    }
    #nav a:hover {
    border-color: #FF7E00;
    }

    You can also add this if you want the selected menus’ border to stay colored.

    .current-menu-item a,
    .current_page_item a {
    border-bottom: 3px solid #FF7E00 !important;
    }

    I’m actually attempting to create my very first wordpress theme. So I’ve been studying. Creating the menu really gave me a headache.

    In reply to: Excruciatingly slow load times (15+ seconds)

    #32008

    http://www.espressoenglish.net shows a sequence of number that appears on top of the header.

    both your sites loads a lot of css stylesheets and fonts.

    This is most probably due to the plugins you are using.

    Try to disable the plugins temporarily then test the sites speed again.

    You can enable them one by one till you find out which one is causing the problem.

    or maybe it’s just the amount of css and fonts that your sites load. Try to minimize them.

    In reply to: problem with the thumbnails on the front page

    #31907
    Quote:
    On pictures of Media Library I can not put that number, only Gallery. With other themes there was this problem, weird.

    What do you mean?

    you open each post then…

    jS6K4.jpg

    …then choose gallery

    In reply to: problem with the thumbnails on the front page

    #31905

    Do you mean “how to choose which image shows as the thumbnail”

    you can choose the image by clicking the upload/insert media option on the post then

    setting the desired image to number “1”, save all changes.

    ZIzXa.jpg

    In reply to: How to change widget menu item text color?

    #31953

    If you’re talking about the drop-down categories widget, then this should change the color.

    #cat {
    color: #1840EE;
    }

    Can post the url of the site?

    In reply to: Side bars not showing up on blog posts..

    #31948

    All Posts display fine except for this one: “Free Webinar: A Social Media How-To…”

    just edit that post, there may be unclosed tags there.

    In reply to: H1 Tag On The Front Page

    #31891

    The only H1 tag that’s supposed to be in the homepage is the Title in the header.

    There’s no H1 tag, since you chose not to display the title.

    You can just ignore what the SEO Quake says.

    Warnings like that vary from one SEO plugin to another.

    But if you really must add an H1 tag, you can either enable the Title in the header

    or add an H1 tag on a widget or the footer (but what’s the point to that, right)

    In reply to: Alt attribute not appearing in Graphene Footer images

    #31956

    ALT text aren’t supposed to show up. It will only display if the image doesn’t load.

Viewing 10 posts - 71 through 80 (of 221 total)