gandrew55
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I've screwed up my page display somehowNever mind. Figured it out.
Cheers!Forum: Fixing WordPress
In reply to: I've screwed up my page display somehowSorry, it’s the sidebar that’s displaying flush right…
Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarEUREKA! THANKS TO ALL WHO HELPED SOLVE THIS ISSUE FOR ME!
Well done!
Andrew
Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarHere’s a link to the css file with the code pasted at the bottom.
Is it possible that the ‘Content’ tag is taking precedence over this addition for this page?
My page is still conforming to the 620px content well.
Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarOK, adding #post-4038 { width:910px; } to the bottom of the
stylesheet does not seem to work. My content on that page remains at 620px.Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarCan you tell me exactly where to place this in the stylesheet, Andrei?
Would it go inside the existing content brackets, below the regular specification for 620px content for everything else, or inside its own brackets, or where?
Sorry, I know this is incredibly basic.Incidentally rahendz, I tried making the change in the forum-php file as you suggested but the content stayed 620px…
Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarAndrei,
Thanks! Partial resolution of my problem. I tried working directly in my page-forum.php file and simply doing an ‘Update File’ and now it’s properly showing the page!
HOWEVER: It’s still only using the 620 px of the 920px that Mimbo defines. This is the width of the ‘Content’ in the stylesheet.Here’s a link to the entire Mimbo stylesheet:
http://pastebin.com/ce1gg3N9Is there a way I can define something different for my page-forum template?
Thanks to all who have contributed to this, I really appreciate your help.
Forum: Themes and Templates
In reply to: Displaying content in sidebar on SOME pagesThe TS Custom Widgets plugin lets you choose which page which widgets show up, you might try that.
Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarThis link shows what I’m getting:
http://thediscerningphotographer.com/forum/Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarI mean that when I click on the tab for the page, I don’t get the page displayed. I get all of the php coding displayed, as if I was in the theme editor.
When I switch the page over the the ‘Default’ template, with the sidebars I don’t want, the page displays properly.Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarHere’s what it’s doing: when I go to the Page, go to Edit, use the pulldown and choose ‘Full Width Template’, Update my changes and go to ‘View Page,’ it returns a page that just displays all of
the php coding for the page, rather than producing the actual page…Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarHere’s the page as it is now, but producing the errors:
[code moderated - please follow the forum guidelines for posting code]
Forum: Themes and Templates
In reply to: How to Create New Page Template without SidebarMy theme does NOT have a single-column layout in the pulldown list.
And Andrei, I did what you suggested–at least I think I did, although I called it fullwidth.php, created using Dreamweaver with a simple copy and paste but adding these five lines to the top:
<?php
/*
Template Name: Full Width Template
*/
?>I took out the
<?php get_sidebar(); ?>
and saved out my changes and uploaded to my theme, producing the error.
Forum: Fixing WordPress
In reply to: Managing images and text on the pageSweet!!!!
Thanks VERY, VERY much!!.