Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
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
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.cssfile:#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
Add to your Custom CSS:
#copyright {
width: 920px;
}Admin
Use the Social Sharing option in the theme’s General options.
Admin
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
In reply to: Problem with IE ver 6 and 7 – Page doesn't display properly
May 15, 2011 at 10:51 am #13500Hi 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
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
Hi Deborah,
Are you still having any of the problem you mentioned in the first post? Let me know if you do.
Admin
Hi hubchau,
Are you still having this problem? Please let me know so I can investigate it further.
Admin
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.
