Where to put code.

Forums Forums Menus Where to put code.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1107
    riekal
    Member

    I am a little confused on where to put the code:

    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>

    to activate the menu. it says that it will probably go in the header, but when i put it there the flyout menu is not where i want it to be!. I would like for it to be in the same place as http://getthevictory.org

    Thanks for a little help!

    #7318
    nv1962
    Member

    That site has it placed in the sidebar; you’ll have to edit your sidebar template file and include it there.

    #7319
    Anonymous
    Member

    Hi, I have the same question where to put the code:

    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>

    in my PhotoBlog : http://www.jeruelibanez.com

    When I placed the code in the header.php the blue bar buttons appears in the top most and not the exact place where I want it or where it should be.

    Please help. TIA! <img decoding=” title=”Smiley” />

    #7320

    @Jeruel – Try replacing the  <ul id="navigation"> tag and the code it contains plus the closing </ul> tag and insert the code for the plugin instead. Hopefully that will do the trick <img decoding=” title=”Smiley” />

    #7321
    riekal
    Member

    Yeah when I used the Theme Generator here at PixoPoint there is no sidebar.php file generated with the theme…

    #7322

    The new version of the template generator I’m working on at the moment does have a sidebar.php file to make it easier for people like yourself to find the necessary code to work with.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.