portermonkey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Widen the content box on only one pagealchymth you are a champ! that was to easy. thanks alot. and thank you to the others for trying.
Forum: Fixing WordPress
In reply to: Widen the content box on only one pagewhen i selected full page it acted like it was the default template with a sidebar.
Forum: Fixing WordPress
In reply to: Widen the content box on only one pagei tried it both ways. with the css in my child theme and also right in the main css.
I was able to see the choice “full page” on my page template but it did not do anything
Forum: Fixing WordPress
In reply to: Widen the content box on only one pagewill this widen my other pages that are set to the full page template?
i do not see anything that makes it specific to my “testimonial” page.Forum: Fixing WordPress
In reply to: Widen the content box on only one pagedo i just label it “Full page” right after the “<?php ” ?
I do not see anything that i would be replacing the name to “full page”
here is the top section of the page.php
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other ‘pages’ on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/get_header(); ?>
<div id=”container”>
<div id=”content” role=”main”>Forum: Fixing WordPress
In reply to: Widen the content box on only one pageThen upload it to your FTP where the page.php file is located.
Does it sit next to the page.php or replace it?
I made a child theme, is that what the new “Full page becomes” a child theme for the page.php?
and then could I just add the css to my child theme?
thanks
Forum: Fixing WordPress
In reply to: do a page redirect or notDoes your hosting control panel offer a GUI to let you set redirects there
Yes there is a “redirects” in my cpanel. duhh. thank you zoonini
that was to easy.
Forum: Fixing WordPress
In reply to: Would a cdn help my site?Thanks for the reply. Yeah, I have read about to many problems people have in doing so and the risk:payoff is way to high for me.
Forum: Fixing WordPress
In reply to: how to hide the "leave a reply" formbb_list_comments
yes.
thanks anyway. i think i might rather have the box open rather than add another plugin. good thing is the reply box is not open on the default blog page only when you click on individual posts.
Forum: Fixing WordPress
In reply to: how to hide the "leave a reply" formIt does not work? I replaced wp with bb in the comments.php
Forum: Fixing WordPress
In reply to: remove page labels (not tabs)You want to remove your nav menu?
no. I wanted to remove the page label that is placed on the page itself below the nav bar. I decided to keep it though.
Forum: Fixing WordPress
In reply to: How can i get rid of footer line?right on thanks! that worked!
Forum: Fixing WordPress
In reply to: put a background color to a postGreat! thanks you very, very much for the reply.
Forum: Fixing WordPress
In reply to: looking to duplicate blog list from googleJust to add, the rss widget would be perfect if it had an avatar representing the first picture in the post.
Forum: Fixing WordPress
In reply to: editing template using child themesthanks dragonsjaw.