Gary Wright
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Responsive] No Header Menu on BlackberryIt’s the main menu – if you use wordpress’s menu system it is refered to as ‘header-menu’ and appears in header.php with this reference:
<?php wp_nav_menu(array( 'container' => '', 'theme_location' => 'header-menu') ); ?>Forum: Themes and Templates
In reply to: [Responsive] No Header Menu on BlackberryI have absolutely no plugins installed.
It was a fresh install and only have this one theme installed and a few pages.
I had a simular issue in the sense that I didn’t want the word ‘Detail’ to appear after the actual field content.
I edited the template file for Price Table and replaced this:
echo "<li><b>".$value1."</b> $key1 </li>";with this:
echo "<li><b>".$value1."</b></li>";This will allow the content to be loaded without the trailing word ‘Detail’.
I really need a fix for this one…
One of my clients who use this plugin get nearly 1,000 emails a day and it’s becoming a real pain them having to copy and paste the reply e-mails address.
Please someone!!
Forum: Themes and Templates
In reply to: Where i can find dthis theme ?Yes this is Twentyten.