| User | Post |
|
16:18 19/6/2008
| tpetek
Guest
| | | |
|
| |
|
|
I love your themes! After working with a boatload of themes, yours are easy to work with and provide great workflow. Thanks.
I want to use jillij-double theme but the 2nd side menu isn't showing. I upgraded Wordpress to see if that would fix it, but to no avail. Any suggestions? My site is http://www.exploreministries.org. Any help would be greatly appreciated.
|
|
|
3:30 20/6/2008
| Jillij
Admin
| | | |
|
| posts 322 |
|
|
Hello
thanks!
What do you mean, it doesn't work?
I just tested it and it does appear on those pages:
http://www.exploreministries.org/?m=200712
Well actually it is because I decided no to display the right sidebar on pages and to display it on posts. I though it was more convenient. if you want it to appear, just add the sidebar call function (get_sidebar()…) in page.php and single.php…
|
|
|
9:34 20/6/2008
| tpetek
Guest
| | | |
|
| |
|
|
While you were responding (and thanks so much for the quick reply!!), I realized that it wasn't a problem, but rather by choice that the 2nd menu only appears on posts. Sorry I was so slow.
Thanks again for your great work.
|
|
|
12:29 23/6/2008
| Stephane
Guest
| | | |
|
| |
|
|
Bonjour,
Je souhaiterais également rajouter la “sidebar” sur les pages et non uniquement sur les articles.
J'ai essayé de suivre les indications données ci dessus : rajouter “<?php get_header(); ?>”
dans page.php et dans single.php en éditant depuis la console d'administration.
Je n'ai pas de connaissance en CSS, peut etre ai-je raté une étape…
Pourrais-tu détaillé un peu plus la méthode pour rajouter la sidebar sur les pages?
Merci par avance
Stéphane
site : svassort.free.fr/wordpress1
|
|
|
4:48 15/7/2008
| Sebastian
Guest
| | | |
|
| |
|
|
Hey, there!
I've got the same problem - the sidemenu doesn't work. I thinks there's an incompatibility between the Jillij-double theme and the Static front page option of Wordpress. Any idea of a fix?
|
|
|
10:10 10/8/2008
| Steen
Guest
| | | |
|
| |
|
|
Please. Im a newbe.
When I look at your response Jillij - and look in the page and single php, it seems that the (get_sidebar() command is already there. Is it because it has to be defined as there are two sidebars (top and right side)?? I just cant get it to work.
My site consists only of pages - no post so far as it is a presentation site.
Thanks for a great theme.
Steen
|
|
|
10:48 10/8/2008
| Jillij
Admin
| | | |
|
| posts 322 |
|
|
Steen said:
Please. Im a newbe.
When I look at your response Jillij - and look in the page and single php, it seems that the (get_sidebar() command is already there. Is it because it has to be defined as there are two sidebars (top and right side)?? I just cant get it to work.
My site consists only of pages - no post so far as it is a presentation site.
Thanks for a great theme.
Steen
Hi,
Okay, sorry, I wasn't clear. Open the file sidebar.php and look for
if ( !is_single() & !is_page() )
replace by
if (1)
|
|
|
12:45 10/8/2008
| Steen
Guest
| | | |
|
| |
|
|
Thank you for the quick answer Jillij. Im no coder so I might be wrong..
My code line looks like this now - <?php if (1) { ?>
cannot get it working.
Sorry for the disturbance Jillij!
|
|
|
13:37 10/8/2008
| Jillij
Admin
| | | |
|
| posts 322 |
|
|
Steen said:
Thank you for the quick answer Jillij. Im no coder so I might be wrong..
My code line looks like this now - <?php if (1) { ?>
cannot get it working.
Sorry for the disturbance Jillij!
Replace
1
with
true
Sorry I was using a different language lately. I think it should work now.
|
|
|
10:41 11/8/2008
| Jillij
Admin
| | | |
|
| posts 322 |
|
|
Oups sorry,
Also in single.php and page.php
replace
widecolumn
with
narrowcolumn
|
|
|
12:59 11/8/2008
| Steen
Guest
| | | |
|
| |
|
|
Jillij. You are a true codemaster!
Thanks for your kind replies to my numerous questions. Everything works perfectly now.
Thank you for all your assistance!
Best regards Steen
|
|