Controlling How Each Page Appears


Author Message
Ray

Posted: 4/8/2014
Quote message 

I created a theme on Artisteer for WP Theme, a big bold front with a big image, a sort of Flatdesign.

The issues is is obviously appears on each and every page. How do i control from it not appearing on every page? I mean it is fine on the home page, but I would like a slightly different look on my Blog page and I am going to be building an online store using woocommerce and I certainly do not want it there.

Any ideas how to do that? Here is my site; http://www.LookingAfterYourSkin.com

Thank You
 
Antonina
Artisteer Team

Posted: 4/10/2014
Quote message 

Ray, I would recommend you to use either of these options for this purpose:

1. Use the "Set header image" option to change the header images on every or several pages: http://www.artisteer.com/?p=help_wordpress#wp12 (see "Setting Different Header Images")

2. In Wordpress go to the Pages section and in the Theme Options for each particular page uncheck or leave checked the "Show Header on Page" checkbox (see the "Creating Different Pages Layout " section at the link above). This will completely remove the header from the pages you do not wish it to appear on.

 
Ray

Posted: 4/11/2014
Quote message 

Thank you Antonina. Worked out great.
 
Ray

Posted: 4/11/2014
Quote message 

Hi;

But it does not work for WooCommerce. I created a new page "Shop" and it does not work for that?

When I did what you suggested for Blog Page. it works fine.

Any idea what I am not doing correctly?

Thanks
 
Antonina
Artisteer Team

Posted: 4/11/2014
Quote message 

Ray, what exactly option doesn't work - the first or second? Is there any error message or the option is disabled at all?
 
Ray

Posted: 4/11/2014
Quote message 

There is no error. The Header Image is just there. Does not go away.

If you look at the site; http://www.LookingAfterYourSkin.com the Home page has the big header, which is what we want. Then we removed it with your suggestions on the Blog Page.

But on the Shop Page it still Shows, even though we did exactly the same as the Blog Page.

Thanks
 
Ray

Posted: 4/12/2014
Quote message 

Anybody...any ideas?

Thanks
 
jrgweb

Posted: 4/12/2014
Quote message 

@Ray - I don't see the shop page but to give another way with an example of the about page.

.page-id-31 .art-header {display:none!important;}

inserted in the styles.css


 
Ray

Posted: 4/12/2014
Quote message 

Where and how do i insert this code?

I have now activated the Shop Menu Option. Kindly advise please.

Thank yOU
 
jrgweb

Posted: 4/12/2014
Quote message 

@Ray - The code can be inserted in the style.css file.

.woocommerce-page .art-header {display:none!important;}

In wordpress, go to Appearance, then editor
When editor loads a list of files appear on the right side of the screen.
Go to bottom and select styles.css Enter the code provided above at the very bottom of the styles.css file.

I don't use woocommerce but this should work. If and when you add products, and if it doesn't work let me know.
 
Ray

Posted: 4/12/2014
Quote message 

@jrgweb.

Magic. Thank You. That was awesome.

Yep that did the trick.

Thank You again.
 
Ray

Posted: 4/12/2014
Quote message 

Oh, I just noticed where can I achieve the same result for the Blog detail page.

So when I click on the blog Menu Option, I see all the posts, when I click on the one of them, it takes me to another page which shows me the comment section etc.

One that page I would like the Header gone too. I will try and find it too.

Thanks