Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

No menu bar on single page?


  #1  
Old Sep 2, 2009, 09:51 AM
Caryn Inspired Raw
 
28 posts · Jul 2009
Is it possible to have the page menu bar NOT show on the blog page (and maybe the single page blog entires) while remaining on all other pages - About, Services, etc.?

It looks great elsewhere, but the blog page is a little cluttered and I really don't need most of the top links there.

If it matters, I've got a separate page marked as the main home.

Thanks!

Caryn
  #2  
Old Sep 2, 2009, 06:04 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
sure, just add a php if aroun the %pages
ATO->Style & edit HEADER AREA->Configure Header Area - add something like this
HTML Code:
 %logo <?php if (!is_home()) {?>%page-right<?php }?> %bar1 %image %bar2
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Sep 3, 2009, 11:45 AM
Caryn Inspired Raw
 
28 posts · Jul 2009
Hi Juggledad!

Thanks for the quick and helpful reply! I'm really out of my league on this as a non-programmer, so please let me know if you can take me another step.

My header area is usually %image % pages. Since I assumed you were giving me a conditional on the pages, I tried to apply it as follows:

%image <?php if (!is_home()) {?>%page-right<?php }?> %pages

What I got was that it printed %page-right above the menu bar. And I had the same thing on both the blog page and the regular pages, so I didn't make the conditional happen.

Can you identify what I did wrong?

Thanks so much again.

Inspired,
Caryn
  #4  
Old Sep 3, 2009, 02:23 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
use this
HTML Code:
% image <?php if (!is_home()) {?>%pages<?php }?>
%pages and %page-right would coflict - they both display the page menubar, %pages sets it left justified, %pages-right right justifies it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Sep 8, 2009, 04:38 PM
Caryn Inspired Raw
 
28 posts · Jul 2009
Thanks. This is what I've got, but it's still just showing on all the pages:

%image <?php if(!is_home()) {?>%pages<?php}?>

I also had a space after "if" and a space before "}" as shown, in prior attempts, but doesn't seem to make any difference.
  #6  
Old Sep 9, 2009, 09:55 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
If you copied and pasted what I had, make sure the 'spaces' are 'spaces'. Sometimes they are non printable characters
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Sep 9, 2009, 10:16 AM
Caryn Inspired Raw
 
28 posts · Jul 2009
Sorry Juggledad! Should have made clear I started there and my image / banner disappeared with no impact on the menu bar. So that's why I started messing with spaces ;-).

Anyway, just tried it again copying directly from post above, rather than the email I get being subscribed to the thread with same results.

I'm ready to say thanks so much for the help and let it go. I'm definitely learning that unless I want my Website to be my full-time job, I can't hold on to every fix I want.
  #8  
Old Sep 10, 2009, 11:46 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Wow, I duplicated the problem. the issue is not having a space after the literal 'php' at the end.
If you have this
HTML Code:
%image <?php if(!is_home()) {?>%pages<?php}?>
it fails, but if you have this
HTML Code:
%image <?php if(!is_home()) {?>%pages<?php }?>
it works
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Sep 17, 2009, 06:37 AM
Caryn Inspired Raw
 
28 posts · Jul 2009
Just wanted to check in to say thanks and that I'm looking forward to testing this. I was out of town for a few days and now I've lost access to my site as part of an upgrade they've done. They're working on it, so I'll get back to you when I've had a chance to try it. Much appreciated!

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Atahualpa Page Menu Bar -&gt; BFA Page Menu Bar? bhannemann Page & Category Menu Bars 16 Feb 21, 2011 04:49 AM
[SOLVED] Page tab height issue: page link tabs higher than page menu bar Fux Page & Category Menu Bars 13 Oct 30, 2010 03:42 AM
[SOLVED] Page Menu Bar - Strange Space Occurring Between Menu Items NealSchaffer Page & Category Menu Bars 2 Jun 20, 2009 10:18 AM
How do I add an icon to a page menu link in page menu bar? bcorrigan Page & Category Menu Bars 9 Apr 6, 2009 02:35 PM
Atahualpa 3.0 Theme Options > Page Menu Bar - Page Error on Save bseppa Atahualpa 3 Wordpress theme 9 Dec 12, 2008 05:35 PM


All times are GMT -6. The time now is 09:29 PM.


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