-
mercime posted on the forum topic bbpress forums / sidebar. Need Help Please! 🙂 in the group Creating & Extending: 13 years, 5 months ago
@jonobradley two points mainly: 1. Platform theme should not have been tagged buddypress at all. I agree with Boone – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/cant-get-to-bp-from-wp/#post-100830 2. As to the HTML part. Since you want to use that theme, you would have to check theme’s – header.php (from up to…[Read more]
-
mercime posted on the forum topic bbpress forums / sidebar. Need Help Please! 🙂 in the group Creating & Extending: 13 years, 5 months ago
@jonobradley you would have to download the BP template files transferred to your active WP theme.
Then, manually super-impose the HTML structure of your theme’s onto said BP template files
After which, upload revised files to your theme folder in server
Some helpful hints at…[Read more] -
pcwriter posted on the forum topic Navigation HELP in the group Creating & Extending: 13 years, 5 months ago
Looks like you’ll have to contact the theme developer then to find out where the nav is, sorry can’t help more 🙁
-
pcwriter posted on the forum topic Navigation HELP in the group Creating & Extending: 13 years, 5 months ago
@jonobradley Well, looking at your site and their demo site with Firebug, you can see that the nav items are wrapped in a
tag that’s identified like so: ul id=”menu-nav” or ul class=”menu-item” That ul sits in a div identified like so: div id=”nav-row” or div class=”main-nav” The only other file that I can think […]
-
pcwriter posted on the forum topic Navigation HELP in the group Creating & Extending: 13 years, 5 months ago
Open your theme’s header.php (or equivalent) and find the code for your main navigation. In your theme, you’ll find it in div id=”nav_row”. There’s probably a call to wp_nav_menus there. Add the following before the closing ul tag (should work 😉 ):
See the codex for more:…[Read more]
@jonobradley
Not recently active