Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Change Language Graphene

    #13738

    The string is not there probably because the Italian translation file has not been kept up-to-date. The theme’s translations are done and updated by volunteers, and it may just be that the person who did the Italian translation for the theme (Ermes Gelosa) has not have time to update it.

    But as Kim said, you can use the Codestyling Localization plugin to rescan for strings, and it will add the missing strings into the .po and .mo file, which you can then translate.

    Admin

    In reply to: How to change the 'thickness' of the title menu bar

    #13706

    Hi Andrea (got it from your site, hope it’s right),

    Here’s the code you need to add to change the colour of the menu background on mouseover. I trust you’ve set up a child theme? If yes, put it in you child theme’s style.css file:

    #nav .menu li.current_page_item > a,
    #nav .menu li.current_page_ancestor > a,
    #nav .menu li.current_page_parent > a,
    #nav .menu li.current-menu-item > a,
    #nav .menu li.current-menu-parent > a,
    #nav .menu li.current-menu-ancestor > a,
    #nav .menu li.current_page_item > a:visited,
    #nav .menu li.current_page_ancestor > a:visited,
    #nav .menu li.current_page_parent > a:visited,
    #nav .menu li.current-menu-item > a:visited,
    #nav .menu li.current-menu-parent > a:visited,
    #nav .menu li.current-menu-ancestor > a:visited {
    background: #444;
    }
    #nav .menu li a:hover,
    #nav .menu li:hover a,
    #nav .menu li:hover a:visited,
    #nav .menu li a:hover,
    #nav .menu li.sfhover a,
    #nav .menu li.sfhover a:visited,
    #nav .menu li.current-menu-item a,
    #nav .menu li.current_page_ancestor a,
    #nav .menu li.current-category-ancestor a,
    #nav .menu li.current-menu-parent a,
    #nav .menu li.current-menu-ancestor a,
    #nav .menu li.current_page_parent a,
    #nav .menu li.current-menu-item a:visited,
    #nav .menu li.current_page_ancestor a:visited,
    #nav .menu li.current-category-ancestor a:visited,
    #nav .menu li.current-menu-parent a:visited,
    #nav .menu li.current-menu-ancestor a:visited,
    #nav .menu li.current_page_parent a:visited{
    background: #444;
    }

    Not sure if that’ll work, as this part of the code is a bit messy. But try it, and let me know how it turns out.

    Admin

    In reply to: Inserting my own text in the footer.

    #13680

    Add to your Custom CSS:

    #copyright {
    width: 920px;
    }
    Admin

    In reply to: Social Sharing buttons

    #13671

    Use the Social Sharing option in the theme’s General options.

    Admin

    In reply to: Improve WP3 Navigation Menu Output?

    #13670

    Noted Kim. Adding the description seems like a nice option. It’s just that the theme’s menu codes now is a little bit messy. It could surely use a rewrite. I’ll see about doing that in version 1.4.

    Admin

    Hi Dave S,

    Something is definitely messing with the template on your site. The <head> element is closed too early, causing the wacky behaviour in IE. It’s pure luck that it still displays correctly (almost) in Firefox and other modern browsers.

    Try deactivating or removing all the ads for a second and see if you can identify which is messing up the template layout.

    Admin

    In reply to: Front Page Not Updating

    #13645

    Hi NoTR,

    Are you still having this problem? I’m doing extensive bug-hunting now, so please let me know if you’re still having this problem.

    Admin

    In reply to: Nav bar font size – font stypes – colors in IE –

    #13615

    Hi Deborah,

    Are you still having any of the problem you mentioned in the first post? Let me know if you do.

    Admin

    In reply to: "Older posts" and "Newer posts" not appearing

    #13606

    Hi hubchau,

    Are you still having this problem? Please let me know so I can investigate it further.

    Admin

    In reply to: Slider shows "Continue Reading" and "View Full Post"

    #13591

    Hi MrMatt,

    Are you still having this problem? I just tested custom excerpts for the slider and it works fine, i.e. no double buttons. Please let me know if the problem still persists for you. I would like to squish as many bugs as possible before releasing version 1.3.

Viewing 10 posts - 5,041 through 5,050 (of 6,030 total)