Reply To: Online Magazine Theme
That’s the problem the theme only has the main index.php and another nor that is full width it doesn’t have one with just one sidebar Thanks
View ArticleReply To: Online Magazine Theme
can you post the code for the full width one here please
View ArticleReply To: Online Magazine Theme
Thanks Robin <?php /** * Template Name: Full Width, no sidebar(s) */ get_header(); ?> <div id="main-fullwidth"> <?php if (have_posts()) : while (have_posts()) : the_post(); /** * Find...
View ArticleReply To: Online Magazine Theme
ok, save this file as bbpress.php into the root of your theme ie wp-content/themes/%yourthemename%/bbpress.php where %yourthemename% is the name of your theme !! Then add a line above the last, so...
View ArticleReply To: Online Magazine Theme
Hi Robin Thanks for getting back, I have done as you suggested however it didnt work – if you look at http://chill4uscarers.co.uk/forumtest/ you can see what I mean
View ArticleCSS questions
Hi there, I use the Genesis framework. In the Genesis theme there is a CSS part that sets the global margins. .entry { margin-bottom: 40px; padding: 50px 60px; } I managed to change a lot of the CSS...
View ArticleReply To: CSS questions
Hi Flash Buddy, my forum is not online yet. I am busy migrating from myBB to bbPress. I hope my question was clear enough. If I want to change the margins set by the global Genesis style sheet, only...
View ArticleReply To: CSS questions
usually putting #bbpress-forums in front does the trick eg #bbpress-forums .entry { background-color: #f4f4f4; }
View ArticleReply To: CSS questions
Hi Flash Buddy, my forum is not online yet. I am busy migrating from myBB to bbPress. I hope my question was clear enough. If I want to change the margins set by the global Genesis style sheet, only...
View ArticleReply To: CSS questions
usually putting #bbpress-forums in front does the trick eg #bbpress-forums .entry { background-color: #f4f4f4; }
View ArticleReply To: Online Magazine Theme
sorry… <? get_sidebar(); ?> should read <?php get_sidebar(); ?>
View ArticleReply To: Online Magazine Theme
Still doesn’t work this is driving me mad I have been trying it all day and when you re posted I thought woooohooooo , but sadly no This is my code – <?php /** * Template Name: Full Width, no...
View ArticleReply To: Online Magazine Theme
oh and I have moved it to a test site – http://topknotch-solutions.co.uk/test/forums/
View ArticleReply To: Online Magazine Theme
ok, I downloaded the theme and had a play you need to create this file as bbpress.php <?php global $theme; get_header(); ?> <div id="main"> <?php $theme->hook('main_before'); ?>...
View ArticleReply To: Online Magazine Theme
Brilliant worked a treat !! Now to move all smf posts to bbpress thanks Robin for all your help
View Article