Viewing 11 replies - 1 through 11 (of 11 total)
  • Since I do not see a sidebar on your homepage, then the only menu items I see are in the header. Hence the file I would be looking for to make any changes to the menu is the header.php or header.tpl file in the /phpwebgallery/template/jillij-photon/ directory.

    I also have a feeling you’ll be directed to the phpwebgallery site for any further help.

    Thread Starter dyin

    (@dyin)

    hey, thanks for the help.
    I can’t find any menu structure things in that file though.
    I know I don’t have a sidebar, but in wordpress they call it a sidebar anyway (I’t confusing for me :p).

    Just a little sidenote though, which I’m sure you’re aware of. That drop down menu with submenus works and looks good in FF, but in IE7 Beta, it’s borked bad. And not just a little bad, but really BAD. =(

    Just was saying, because alot of the IE users will be all in shock with that menu’s performance and might not wanna stay around and try and navigate with that menu… who knows..

    I’m not sure about IE6 though…mmm. Too bad though..I’m interested in getting a menu like that to work with my WP for both IE and FF, but, I don’t really know of any at this time. =( Might have to figure out something and tweak some stuff later..

    Try the sidebar call tag within the theme’s files.
    Place this:
    <?php get_sidebar(); ?>
    Above this:
    <?php get_footer(); ?>

    In all of the theme files that have that:
    <?php get_footer(); ?> tag.

    spencerp

    Thread Starter dyin

    (@dyin)

    Yeah, I know it is super ugly in IE7. It works in FF and IE6 though.
    There aren’t many people using IE7, so I don’t bother (it’s a beta anyway)

    edit: thanks spencerp, but I don’t know where to find the place to put the bit of code.

    Oh ok, atleast it’s working in IE6 and FF. Yeah, I lost my IE6 once I installed the IE7 Beta… =( Damn, gotta get it back lol!

    For the sidebar issue, like I posted above. If you have the sidebar.php file in that theme that is..

    Try the sidebar call tag within the theme’s files.
    Place this:
    <?php get_sidebar(); ?>
    Above this:
    <?php get_footer(); ?>

    In all of the theme files that have that:
    <?php get_footer(); ?> tag.

    spencerp

    Thread Starter dyin

    (@dyin)

    you can uninstall IE7 by going into the add/remove software window (in your controle panel). You have to make it show updates too (you can select that on the top of the window).
    I thought I lost IE6 to, but it automaticly went to IE6 after I uninstalled IE7.

    Example files like, index.php, single.php, page.php and some others. I’m not sure with that theme though, never used it. But I’ll check into it once…

    Edited* – Yeah, I’ll have to do that then lol. Most of my theme fixes and A08r theme was done with IE6, but atleast my A08r looks the same in all three though …..hehe. =) I’m happy. Nah, it’s just because I’m awesome LOL.. =)

    spencerp

    Thread Starter dyin

    (@dyin)

    Lol, you are awesome ??
    I am confused, where did they put the php file where they define what the menu consists of. They must have somewhere written the links like ‘photoblog’ and ‘blog’. If I could just find that file I could just delete the part I wanted.

    edit: I’m to stupid to do it the way you say it is supposed to be done ??

    Hehe.. =0) My guess for the menu codes and stuff would be in the header.php file.. that’s just taking a guess though lol. I’ll try and download that theme now and see with it once..

    No you’re not stupid, not everyone knows everything right away. ?? It’s just a matter of eventually learning or self teaching yourself through experience. =)

    spencerp

    Ok, I wasn’t right either about the “codes” for the menu being in the header.php file persay. Those menu related files are called up from the header.php file though..

    I guess it’s the aplus.php and the following “Code” directory with the pertaining file: ADxMenu.htc

    @import "<?php echo aplus::cleanthemedir(); ?>/style.css";
    </style>
    <!--[if lte IE 6]>
    <style type="text/css" media="screen, tv, projection">
    @import "<?php echo aplus::cleanthemedir(); ?>/ie.css";
    body { behavior:url("<?php echo aplus::cleanthemedir(); ?>/code/ADxMenu.htc");

    Mmm..this is interesting.. All them dang downloads lol! Sheesh! I just grabbed the EN one for WP 2.0
    https://jillij.free.fr/wordpress/?page_id=65

    Modified Kubrick Default it appears to be lol!

    spencerp

    Hi,

    I have just solved the IE7 issue with jillij wordpress theme.

    I have also made some adjustements to the menus.
    Last version is here:

    https://www.jillij.fr/wordpress/?page_id=65

    have fun

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘I need to change the sidebar in PHPwebgallery, HELP me’ is closed to new replies.