Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Help, one specific page with no header & open up on new tab (http://forum.bytesforall.com/showthread.php?t=10629)

levenssfeer Oct 24, 2010 03:00 PM

[SOLVED] Help, one specific page with no header & open up on new tab
 
Just made a donation, but still no access to gold forum for creating splash page. Don't now why
Or there is another solution for:
One specific page with no header, no navigation menu bar, no category bar that open up on new tab ?

levenssfeer Oct 26, 2010 09:38 AM

Whoaa it works, thank you so much!!
But, a small glitch, I got an error message:

Parse error: syntax error, unexpected '{' in C:\inetpub\vhosts\interiorsuperpowers.nl\httpdocs\ wp-content\themes\atahualpa\functions\bfa_header_conf ig.php(376) : eval()'d code on line 2

what should I do? Thanks in advance!

juggledad Oct 26, 2010 12:02 PM

this
HTML Code:

<?php if (! is_page('PAGE YOU WANT TO HIDE STUFF ON'){echo 'PUT YOUR NORMAL HEADER CONTENT HERE ' ; } ?>
should be
HTML Code:

<?php if (! is_page('PAGE YOU WANT TO HIDE STUFF ON') ) {echo 'PUT YOUR NORMAL HEADER CONTENT HERE ' ; } ?>

levenssfeer Oct 28, 2010 01:43 AM

OMG!!! It works!
Thanks, juggledad. I will arrange for another donation, thanks again.

levenssfeer Oct 28, 2010 03:13 AM

And does anyone know how to add another page?
IF I use: && ('SECOND PAGE')
all pages except home have no header
Thanks!

juggledad Oct 28, 2010 05:56 AM

since this is a NOT test, you need an OR like this
HTML Code:

<?php if ((!is_page('42')) and (!is_page('55'))) {echo 'PUT YOUR NORMAL HEADER CONTENT HERE ' ; } ?>

levenssfeer Nov 7, 2010 09:43 AM

It doesn't work at first, ... but then I change the "or" into "and"

AND IT WORKS!!!

juggledad Nov 8, 2010 04:13 AM

oops, your are right - I've changed it in the example.


All times are GMT -6. The time now is 04:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.