Announcement

Collapse
No announcement yet.

Single Menu Page with Bv and PHP

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    Not sure what you mean Chris.

    Is the content in the frame to be included ? Or the menu ?

    If it is the menu, I believe that there should be no issue.

    If it is the scrollable content, I doubt it.

    Leave a comment:


  • Collectors-info
    replied
    Re: Single Menu Page with Bv and PHP

    Hi George,
    One of the other members is trying to create a frame style of page.
    Can this php method be used to have a static head or side menu area with the rest of the page scrolling underneath. Bit like this.

    Cheers.

    Leave a comment:


  • matrixxxxxx1
    replied
    Re: Single Menu Page with Bv and PHP

    Thnx for the clarification guys.


    Cheers
    Mike

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    In fact, I stated that

    Also, no need for ANY code in the menu page, which can be plain html (so no need to be php).
    The main page MUST be php or it can't include the subpages.

    Leave a comment:


  • Collectors-info
    replied
    Re: Single Menu Page with Bv and PHP

    Hi Mike, the html part applies to the page you are importing or using as the main menu.
    The main page still has to be in php. It's quite likely easeyer to just keep it all in php.

    Leave a comment:


  • matrixxxxxx1
    replied
    Re: Single Menu Page with Bv and PHP

    Originally posted by Collectors-info View Post
    Your main page needs to be in .php. http://www.atexflooring.ca/123.php

    Thnx Chris. appreciate the response

    But I thought George said it doesn't. Plz look above at what I quoted George saying...

    I have my pages in php and the menu working fine on my site...I was just curious to try it in html as Geroge mentioned.


    Cheers
    Mike

    Leave a comment:


  • Collectors-info
    replied
    Re: Single Menu Page with Bv and PHP

    Your main page needs to be in .php. http://www.atexflooring.ca/123.php

    Leave a comment:


  • matrixxxxxx1
    replied
    Re: Single Menu Page with Bv and PHP

    Originally posted by navaldesign View Post
    When i posted this thread, i was (wrongly) supposing that some users would benefit from the function, in example to pass over color schemes (having, with only one menu, multiple looks).
    However, i now understand that NO ONE has ever done this, so i need to clarify:

    If you don't want to have dynamic content, the code could be simply:

    <?
    include 'pagename.html';
    ?>

    and nothing more!

    Also, no need for ANY code in the menu page, which can be plain html (so no need to be php).

    This makes the entire thing much simpler.


    Hi George

    I'm trying to follow your instructions here. I made a test menu page Here and I'm trying to call it from this test page here but it's not calling it up...just curious if I missed something.

    both pages were saved in .html
    no code in the menu test page
    the above code you provided in an html box.

    Cheers
    Mike

    Leave a comment:


  • WSBlue
    replied
    Re: Single Menu Page with Bv and PHP

    Hi!, George or anyone still want to help, Please!
    I want to have menus in my site [left_menu and az_menu]
    But when I put the 2 menus together they just COLLIDE with each other.

    I have tried many ways days and nights for a week but still can't make the 2 menus work together.

    谢谢, dank u, merci, danke, thank you, ευχαριστούμε, grazie, ありがとう,
    당신을 감사하십시오, obrigado, вы, gracias.

    Leave a comment:


  • WSBlue
    replied
    Re: Single Menu Page with Bv and PHP

    I still can't use "A to Z menu" yet cause
    it messes up the left menu and
    also not work properly.
    Please advise, how to correct it?

    Right now, I publish it with the "left-menu" only.

    Leave a comment:


  • WSBlue
    replied
    Re: Single Menu Page with Bv and PHP

    just found out when letter A is clicked, it opens Outlook Express. ???

    Leave a comment:


  • WSBlue
    replied
    Re: Single Menu Page with Bv and PHP

    BUT this time, when point to left menu at "Building" -
    it shows Fashion, Food, Furniture, Fish ... and
    actually they are for top menu above it when point to letter F

    Leave a comment:


  • WSBlue
    replied
    Re: Single Menu Page with Bv and PHP

    S&#236;. Lo ho fatto. Siete il meglio. Grazie cos&#236; tanto. Ti amo. Nuovo anno felice.

    Leave a comment:


  • navaldesign
    replied
    Re: Single Menu Page with Bv and PHP

    No, It is impossible that you did as I instructed. If you had done so, the menus would have (I see it in the code) different IDs. They still have, BOTH, ID bv_MenuBar2

    So It is impossible that you did as I suggested.

    PLEASE follow instructions:

    1. Open the left page menu in BV
    2. Copy and Paste the menu. The new one will have a new ID. To make sure, you can right click it and look at its code, which should look like:

    <script type="text/javascript">
    <!--
    var wbMenuMenuBar1 =
    [
    ];
    -->
    </script>
    <div id="MenuIDMenuBar1"></div>

    etc.....


    If you do the same thing with the other, you will see that it has a different ID number (as i said, it has id = bv_MenuBar2)

    At this point delete the first one and leave the second. Position it, save, publish.

    Test

    Leave a comment:


  • WSBlue
    replied
    Re: Single Menu Page with Bv and PHP

    I did exactly what you said. copy paste and delete the first one
    I place the
    left menu on the top left corner and
    top menu on the right(no overlapped each other)
    after publish the left menu disappear but only showing top menu on top.

    Leave a comment:

Working...
X