Robg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a blank page within a themeHope they don’t kick my butt for posting that
Forum: Fixing WordPress
In reply to: Adding a blank page within a themeSo here is the full-page.php code
<?php /* Template Name: Full Page */ ?> <?php get_header(); ?> <div class="single-main"> <!--Single-Main--> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <h2><?php the_title(); ?></h2> <div class="author"><em>Hi</em>: <strong><?php the_author() ?></strong></div> <hr /> <?php the_content(); ?> <?php endwhile; else: ?> <p>Sorry, no posts matched your criteria.</p> <?php endif; ?> </div><!--Single-Main--> <div id="content" class="wide">
And here is the style.css add:
.page-template- ... width: 550px; / ... } #content.wide { } #comment { background-imag width: 100%; }
Forum: Fixing WordPress
In reply to: Adding a blank page within a themeOkay I have it up, you can look at the results… I tried a couple different adds in the style.css template… brain is rupturing not sure if I got it right. But you can see that the right hand column is still present, back ground is tweaked,(no biggie, it can stay or go) but the actual forum is still only 3/4 width
Forum: Fixing WordPress
In reply to: Adding a blank page within a themeOkay in the header.php it currently displays the following:
‘<body <?php if( is_home()) : ?> class=”home” <?php endif; ?>>’Your saying to eliminate/replace that whole string with:
‘<body <?php body_class(); ?>>’(yes Dallasmoore I tried parameter adjust to no avial)
Forum: Fixing WordPress
In reply to: Adding a blank page within a themeUsing the MagZine theme Site Addy: https://www.dowknowhow.com/?page_id=1073
I want to make a template with no right hand sidebar for the Forum page. I’d like the Mingle forum to utilize the entire page width.
Ive created a page template called: full-page.php
I’ve included the “Template Name” code on the new page
I’ve included a ‘page-template-full-page-php #content’ request in the style.cssI am able to remove the right sidebar content but the forum does not widen to full page width but rather remains the same size it currently is. I can put the example up for you if you wish to see it.
Forum: Themes and Templates
In reply to: Single Page No Right ColumnWell I will put the old template back in play for now until I someone perhaps has a thought or fix. I can successfully strip out the right column but I just can’t get the forum to utilize the entire page width. It still remains in the same area you see it now, even though the right column is removed.
Forum: Plugins
In reply to: [Plugin: Donate Plus] Donor comments not posting on WallI use a completely different donation application called gofundme… It also does not return the comments. Perhaps, this is a paypal issue. I’m sure it would be quite impossible that paypal has this right and all software developers are screwing up.