cptgreenbeard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove sidebar content from twenty eleven child themeResolved this by putting the following code in the sidebar.php within the child theme –
?php
add_filter( ‘sidebars_widgets’, ‘disable_all_widgets’ );
function disable_all_widgets( $sidebars_widgets ) {
if ( is_home() )
$sidebars_widgets = array( false );return $sidebars_widgets;
}?>
Forum: Fixing WordPress
In reply to: Remove sidebar content from twenty eleven child themesorry i thought this page was for support. next you will tell me that the pope is a catholic
Forum: Fixing WordPress
In reply to: Remove sidebar content from twenty eleven child themeI forgot to mention, I only have this problem on the Home page
Forum: Fixing WordPress
In reply to: Move header image up twentyelevenAfter reading up on this more and playing around further I solved this isssue.
Forum: Fixing WordPress
In reply to: Move header image up twentyelevenThanks Rajan. Will work my way through that material. Managed to get rid of the white space it is just the search box and nothing I have found on other posts seems to work. Could you please advise. Iw ould like it inline with the site description line
Forum: Fixing WordPress
In reply to: Move header image up twentyelevenLooks like I have some fun learning to do. Any advice on the best place to find out how to do this.
Forum: Fixing WordPress
In reply to: Move header image up twentyelevenIs there a way to line up the search menu with the site description and remove the white space below
Forum: Fixing WordPress
In reply to: Move header image up twentyelevenAh ok. Thanks for the advice. I am awaiting on a book to arrive through the post which should avoid me asking such stupid questions. Thanks again.
Forum: Fixing WordPress
In reply to: Move header image up twentyelevenApologies Rajan but I am a novice to this and trying to get me head round it. As I have created a child theme I only have the style.css file. How do I edit the HTML page?
Forum: Installing WordPress
In reply to: SQL error after installing through 123regTo clarify this is when I am trying to run the install script, http://noisesurgeon.com/wordpress/wp-admin/install.php
Apologies I am a beginner and any help will be appreciated