Looks like dropdowns are broken (on IE and Chrome) after upgrading to 4.1. I’m not 100% confident the upgrade is the reason, but I just noticed it after my upgrade at daleyklippings.claytondaley.com.
]]>Hello
I would like the drop down menu links to open in a new tab or window. Could you tell me how I can do this? If all links must open in a new window that is acceptable to me.
Thank you.
]]>Home on the nav bar is not internationalized.
To get it translated, go to theme’s functions.php and replace ws_no_menu function with this one:
function ws_no_menu () {
$link = '<b>custom menu</b> !';
$output = '<div class="nav-collapse first-nav"><ul class="nav ws-nav"><li><a href="'. get_site_url() .'">
<i class="icon-home icon-white"></i>'.__('Home', 'wordstrap').'</a></li><li class="divider-vertical"></li></ul>';
$output .= '<div style="float: left; margin-top: 10px; color: #666; font-style: italic;">';
$output .= sprintf ( __('You should customize a %s', 'wordstrap'), $link);
$output .= '</div>';
echo $output;
}
]]>
Thanks for a pretty awesome/versatile theme.
Appears to be almost 100% buddypress compatible out of the box.
One little glitch with Group Directory page.
see at —> https://i.imgur.com/nexDady.png
Any fix most welcome.
]]>Breadcrumbs show Home > Page name, but would be nice if they showed Home > Parent Page > Subpage > Sub-subpage….
]]>Hi,
see my blog with your theme installed: saceco
What happens?
Greetings.
Wordstrap Version 1.7.5 dont work in Firefox 16,0,2 but work good in IE9.
]]>Hi there,
First, thanks for the promising theme.
When I activate it, I get only the header, and just below it :
Parse error: syntax error, unexpected T_FUNCTION in /path/to/wordpress/wp-content/themes/wordstrap/partials/part_navbar.php on line 43
My PHP version : 5.2.17
]]>got this fatal error after installing theme
Parse error: syntax error, unexpected T_FUNCTION in …. /wp-content/themes/wordstrap/functions.php on line 189
great, now my blog dont load
]]>