jonnycardel
Member
Posted 1 year ago #
if anyone can help.
I´m using third style theme is there any easy way to remover the header and the menu bar containing links to pages totaly, so my pade starts at the top with a side bar, so i can then i have control what goes where, Ive tried over & over again not knowing what i´m doing in php, I nealey get there but i keep messing it up.
or is there a theme close to this.
Many thanks & have a merry one.
jonny stresshead. ;)
big header pic can be turned off in admin/appearance/headers
usuallyresourceful
Member
Posted 1 year ago #
Wuts the link to your website?
jonnycardel
Member
Posted 1 year ago #
Website is galaxyfm.es, I have previosly removed the header and menu bar but not the space (some of the space) and now when enlarging it using (ctrl & +) it messes up, seperating everthing to diferant lines,
Ive enquired about this and was told it doesn´t but I tried it on two other pc and it did, try it. when i put the original php back its ok
cheers for you interest
jonnycardel
Member
Posted 1 year ago #
hi root, I know i can turn off the header in admin/appearance/headers
but cant fill its space withanything except another header, because i know very little about php i want to design my site on pages, which I can handle.
cheers
once its turned off it shouldnt occupy any space..............this is a css q - nothing to do with php..........
jonnycardel
Member
Posted 1 year ago #
Ive just changed themes in a test site to twenty. turned off header in apper/header the space(which is a large one is still there above to menu bar,
jonnycardel
Member
Posted 1 year ago #
I´m also tring to remove the menu bar and found this a forum under the heading: header php
<div id="access" role="navigation">
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<div class="skip-link screen-reader-text">"><?php _e( 'Skip to content', 'twentyten' ); ?></div>
<?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
</div><!-- #access -->
But where in the header php does it go, I replaced the header php with this.
I´m deleting the theme and reinstalling it again.