Theme Author
Guido
(@guido07111975)
Hi,
My themes have very simple file structure so I’m almost certain it’s not caused by my theme.
If you want to hide widgets on certain pages and not on other pages you can also try this plugin: Display Widgets
Guido
Thread Starter
Elja
(@eljaaa)
Are you answering all your questions that way?
That is the same answer you gave with the multi-select input problem. And then the problem Was your theme.
With other themes it works well.
Furthermore when I install your theme Shipyard it works well.
Theme Author
Guido
(@guido07111975)
I don’t want to argue about another topic here.
The only difference between Shipyard and OneColumn are the 2 homepage widget area’s of OneColumn. By default they are only visible at home/startpage.
So if you want to display them at other pages too, you should remove the code that causes this from file header.
Guido
Thread Starter
Elja
(@eljaaa)
Sorry, for making the fast conclusion.
But from my perspective it did look strange.
I am not a programmer. Althought I can put code or remove code.
Can you explain from which file what code goes where?
Or what do I have to remove?
Theme Author
Guido
(@guido07111975)
To display these 2 widgetarea’s on every page, open file header and remove:
<?php if ( is_home() || is_front_page() ) {?>
And one:
<?php } ?>
No they are displayed on every page, but with the plugin you can decide on what page which widgets should be displayed.
Guido
Thread Starter
Elja
(@eljaaa)
Guido,
As far as I can see this works perfect.
I realy, realy thank you very much, for the time you took for this.
You are marvelous!!