dra6on
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthdone ?? would it be possible to speak to via email ?
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full width@alchymyth YOU ARE A DEAD SET LEGEND !! ?? hahaha
Thanks mate you’ve solved all my issues and its perfect exactly how i want it… if i introduce more pages down the line i can use the array comment which we already have set into place and then add the page id and it will inherit all that’s needed which is the removal of the background image and banner.
Thank you once again for all your help. i owe you one ??
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthi believe in this situation just for the forum page i will not need the background color nor the background image and the width to be 900px
details from style.css file
.post-wrapper { background-color: #262D2B; margin-top: 0px; padding: 0px 15px 15px 15px; background-image: url(images/category-post-bg.gif); background-repeat: no-repeat; background-position: bottom; width: 609px; float: left; }
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthplease send the correct way to fix css. I need to have the following also removed for just this page, which are :
the background image : url(images/post-title-bg-2.gif)
and background color : #262D2Bwould like the page to be clean with no background or image banner up the top and be 900px wide.
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthnoticed u helped someone else out with a similar issues :
<?php if(is_page(234)) { ?>
<style type=”text/css” media=”screen”>
#left-div{width:920px;}
.post-wrapper{width:870px;}
.single-entry-titles{background:none;}
</style>
<?php } ?>how do u think this can be incorporated into my style.css also is there anyway to remove the background color as well on my theme
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthok nearly there LOL
The forum page is now showing but its still only using the post wrapper size of 609px
this is taken from the styles.css file :
.post-wrapper { background-color: #262D2B; margin-top: 0px; padding: 0px 15px 15px 15px; background-image: url(images/category-post-bg.gif); background-repeat: no-repeat; background-position: bottom; width: 609px; float: left; }
Is there any way to specify the forum page only to have a wider post-wrapper size
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthAwesome it works but now the bottom header is now wonky again … the /div comment we used doesnt work. u able to help on that one ?
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthok i’ll do that but do still add this to the sidebar ? and is the syntax correct ?
<!–Begin Sidebar–>
<?php if (is_page(array(20012,27391))) : ?>
</div>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>
<!–End Sidebar–>Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthYo is last comment of mine correct ?
Anyone able to help?
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthso this needs to be placed in the sidebar
<!–Begin Sidebar–>
<?php if (is_page(array(20012,27391))) : ?>
</div>
<?php else : ?>
<?php get_sidebar(); ?>
<?php endif; ?>
<!–End Sidebar–>and what about in the div ? at the moment its this :
<div id=”left-div” <?php if(is_page(‘20012′,’27391’)) echo ‘class=”widepage”‘; ?>>
and also what do we need to change in the styles.css ?
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthAlso just to let you know that the top section is showing this :
not sure if this is right if we are using their the array or anything else.
<div id=”left-div” <?php if(is_page(‘20012′,’27391’)) echo ‘class=”widepage”‘; ?>>
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthThe
</div> worked tho ??
so we have fixed that issue, but still need to solve how to add a second or third page into this mix ??
Let me know if you have any other ideas tomorrow.
Merry Christmas and thanks for your help so far
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthNo that doesnt work
Fatal error: Call to undefined function aray() in /home/capsulec/public_html/wp-content/themes/eGamer/page.php on line 68
will array looks like its correct but it doesnt work causes errors big time
Forum: Fixing WordPress
In reply to: How to Hide Sidebar then Extend Page to take full widthmy above suggestions dont work. only the first page works the 2nd one doesnt work.
I have not made any other changes to the pages file nothing has been deleted or ommitted. the other pages work well, only the online store has the wonky footer.
let me know if you have any ideas on how to add the second page as my suggestions mentioned dont work