Hi, I just moved the installation to another domain and now “services” are gone! I installed a new version but it is still gone. (Wp3.3) Please help med quick!
Yes, I fixed it!
Hi piys,
I have downloaded and been using this theme for a Wordpress site for a client.
I have the question of is it possible to change the colour of the black rollover menu buttons at the top, and if so how?
Look forward to your responce.
Many thanks, Wayne
I have blog item on the menu, when I click on menu item, it remains highlighted, but when I go to individual blog post, the blog menu item is NOT highlighted.
Is there a way to keep this highlighted?
Please let know
Thanks, Kris
Hi Kris,
Sorry for not getting back you sooner.
You can do this by adding the following to the end of the theme-functions.php file in the inc folder.
function blog_post_nav_fix($classes, $item)
{
if(is_single() && get_post_type() === 'post' && $item->title == "Blog")
{
$classes[] = "current_page_item";
}
return $classes;
}
add_filter('nav_menu_css_class', 'blog_post_nav_fix', 10, 2);
You may need to change “Blog” to whatever title you’re using for your blog.
Let me know if you have any more trouble.
Hi piys,
I am encountering some issues in combination with the Yoast Wordpress SEO plugin. I am using this to display the breadcrumbs.
The problem is that custom post types won’t show as a path but as first items.
e.g. /technicaloptics/mirror_optics becomes Home >> Mirror Optics (where mirror_optics is a custom post type)
Hope you have a fix for this,
Ian
Thanks for the reply. After adding that code and enabling breadcrumbs from the Yoast SEO admin page, the breadcrumbs display beautifully. But: as soon as I edit and save an archive page (where the posts of a specific custom post type are all shown as a list) in Wordpress admin, these pages become bugged. The archive page then suddenly looks like the home-page (while the url stays the same) or in other cases it resembles the archive page for the blog, which has a different look. It seems to mess up the template it chooses for the page, even though in the dropdown box in the Wordpress backend, it still says “display” which is the correct template.
So in short: The breadcrumbs now work, but re-saving an archive page in the admin screen causes the page to look and behave wrong. This has forced me to de-activate the breadcrumbs for now, since the client might edit these pages at any time and thus break the site. Any idea what could be causing this? If you need more info, let me know.
Hi, I am trying to look at previous comments to get help with the menu. In the demo, when rolling over the menu, there is a drop-down feature on the horizontal menu. Is this feature available to us?
How do I get the latest news to work? nothing is showing up?
yes, the site is here. I have many posts added http://www.business-change-management.com/ it is not working.
Awesome theme!!! I do have an issue I can’t fix. Okay on the home page you can show post images and text below the post with a button that says read more. After the text under the post on the home page there is this [...] I would like to remove that completely but can’t seem to find it anywhere. Where can i go to remove that from my posts?
Here is my link to the website so you can see what I am talking about if I wasn’t clear – http://proinsinc.com
Thanks!!!
Hello, concerning the contact form: Works nice so far, but there is a problem when receiving emails in German language. The charakters for umlauts are not shown properly. Can you tell me what I need to change, so that e-mails are displayed correctly? Mails are shown like this e.g. Grüße instead of: Grüße
Hope you can help me, thanks!

Hi jaegerstickan,
Did you manage to fix the problem? Not sure how much help I can be as this really falls outside of theme support.