Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    Please help!!!!!

    For about the 14th time creating this site once again I run into problems with the Sabre theme. For some reason it only happens when I create the 3rd page. I have done this site over and over again with the same theme and the same results. Please check out this site www.porcupineskirunners.com and then navigate to the Membership page http://www.porcupineskirunners.com/membership2.html

    You will see on the first two pages the navigation buttons are in the correct spot and working but when you go to the http://www.porcupineskirunners.com/membership2.html page those 3 navigation buttons are not there.

    I’ve created the site with WebStyle4 and FrontPage 2003. When in FrontPage 2003 I can see the navigation buttons for that page both in the design view and the preview mode, but when I go to view it in Internet Explore 6.0 their not there.

    Could it be the theme? I’ve even bought a new computer (had intensions of buying new one anyway) thinking that maybe it was just my video card (had that happen before)

    This saber theme fits the site and would hate to have to chose something else and start over again.

    Someone please help.

    Thank you

  2. #2
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    Please help!!!!!

    For about the 14th time creating this site once again I run into problems with the Sabre theme. For some reason it only happens when I create the 3rd page. I have done this site over and over again with the same theme and the same results. Please check out this site www.porcupineskirunners.com and then navigate to the Membership page http://www.porcupineskirunners.com/membership2.html

    You will see on the first two pages the navigation buttons are in the correct spot and working but when you go to the http://www.porcupineskirunners.com/membership2.html page those 3 navigation buttons are not there.

    I’ve created the site with WebStyle4 and FrontPage 2003. When in FrontPage 2003 I can see the navigation buttons for that page both in the design view and the preview mode, but when I go to view it in Internet Explore 6.0 their not there.

    Could it be the theme? I’ve even bought a new computer (had intensions of buying new one anyway) thinking that maybe it was just my video card (had that happen before)

    This saber theme fits the site and would hate to have to chose something else and start over again.

    Someone please help.

    Thank you

  3. #3

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Chickenman:
    Please help!!!!!

    For about the 14th time creating this site once again I run into problems with the Sabre theme. For some reason it only happens when I create the 3rd page. I have done this site over and over again with the same theme and the same results. Please check out this site http://www.porcupineskirunners.com and then navigate to the Membership page http://www.porcupineskirunners.com/membership2.html

    You will see on the first two pages the navigation buttons are in the correct spot and working but when you go to the http://www.porcupineskirunners.com/membership2.html page those 3 navigation buttons are not there.

    I’ve created the site with WebStyle4 and FrontPage 2003. When in FrontPage 2003 I can see the navigation buttons for that page both in the design view and the preview mode, but when I go to view it in Internet Explore 6.0 their not there.

    Could it be the theme? I’ve even bought a new computer (had intensions of buying new one anyway) thinking that maybe it was just my video card (had that happen before)

    This saber theme fits the site and would hate to have to chose something else and start over again.

    Someone please help.

    Thank you<HR></BLOCKQUOTE>

    HI

    Have a look at the source code for http://www.porcupineskirunners.com/ and find the reference to the navbar.

    Now have a look at the source code for http://www.porcupineskirunners.com/membership2.html Can you see the major difference?

    IUf you can then it will be obvious what the problem is

    Chnage the script elements from membership2.htm to be

    <script src="xaramenu.js"></script><script Webstyle4 src="sabre_hnavbar.js"></script>

    and your menus will be displayed perfectly.

  4. #4
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    Thanks for replying so quickly .... appreciated.

    The code is not as obvious to me as to you, can you please tell me what section of code I have to remove on http://www.porcupineskirunners.com/membership2.html to replace with waht you are suggesting.

    Thank you for the support.

    P.S.
    How did all that cose get in there anyway?

  5. #5

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Chickenman:
    Thanks for replying so quickly .... appreciated.

    The code is not as obvious to me as to you, can you please tell me what section of code I have to remove on http://www.porcupineskirunners.com/membership2.html to replace with waht you are suggesting.

    Thank you for the support.

    P.S.
    How did all that cose get in there anyway?<HR></BLOCKQUOTE>


    Sure no problems

    a)I go to http://www.porcupineskirunners.com/membership2.html

    B) i select view source to cause the source code to be displayed in Notepad (my chosen editor)

    c) i search for xaramenu and find the following witihb a table cell with the class hnavbg applied to it

    < !--webbot CLIENTSIDE bot="Ws4FpEx" MODULEID="'Ski Runners Final [Project)\Sabre_hnavbar_off.xws'" PREVIEW="<img src='../../../../DOCUME~1/Rick/LOCALS~1/Temp/WS3/Sabre_hnavbar.gif?00278457' editor='Webstyle4' border='0'>" startspan --><script src="xaramenu.js"></script><script Webstyle4 src="../../../../DOCUME~1/Rick/LOCALS~1/Temp/WS3/sabre_hnavbar.js"></script><noscript>[img]../../../../DOCUME~1/Rick/LOCALS~1/Temp/WS3/Sabre_hnavbar.gif?00278457[/img]</noscript>< !--webbot bot="Ws4FpEx" endspan -->

    d) i notice that there the location of the javascript files are incorrctly referenced

    e)Chnage the above code to what is shown below and all will be well

    < !--webbot CLIENTSIDE bot="Ws4FpEx" MODULEID="'Ski Runners Final [Project)\Sabre_hnavbar_off.xws'" PREVIEW="<img src='../../../../DOCUME~1/Rick/LOCALS~1/Temp/WS3/Sabre_hnavbar.gif?00278457' editor='Webstyle4' border='0'>" startspan --><script src="xaramenu.js"></script><script Webstyle4 src="sabre_hnavbar.js"></script><noscript>[img]Sabre_hnavbar.gif?00278457[/img]</noscript>< !--webbot bot="Ws4FpEx" endspan -->

    PS think about what you did differently with this particular page in comparison to the other 2 pages whdih you created sucessfully. This should prevent you from running into the same difficulties again

    Thanks, i hope this helps and we all look forward to you having your web site up and running

    Customer Support

  6. #6
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    Now that makes a lot of sense and I can actually see the area of confusion, I just wish I had been told this much sooner when I started having problem with this site, now all I have to figure out how it got like that.

    Tell me. When I create a new project and give it a name it seem to save into "my web Pages" and it seems that any other new project is saved in the same place.
    When I change the menu in any way i guess I should also be saving to the "my web pages"

    Can you please tell me the proper steps to do that. I have watched the video a 100 times and it indicates to save it to the "root folder" which I would assume is just my harddrive.

    Thanks for your help to date it's been graet and it's really appreciated

    Thank you

  7. #7

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Chickenman:
    Now that makes a lot of sense and I can actually see the area of confusion, I just wish I had been told this much sooner when I started having problem with this site, now all I have to figure out how it got like that.

    Tell me. When I create a new project and give it a name it seem to save into "my web Pages" and it seems that any other new project is saved in the same place.
    When I change the menu in any way i guess I should also be saving to the "my web pages"

    Can you please tell me the proper steps to do that. I have watched the video a 100 times and it indicates to save it to the "root folder" which I would assume is just my harddrive.

    Thanks for your help to date it's been graet and it's really appreciated

    Thank you<HR></BLOCKQUOTE>


    When you save a web page you are provided with the oppportunity to select where the web page should be saved.

    As an example,

    a)I open Webstyle and select Web pages.

    b)I click on the theme i wish to use and then click on the layout within the theme which i want to use

    c) I customise the layout as required (edit the sub elements on the page such as the heading, logo, navbvars etc)

    d) I select save. I am able to specify the project in which the page should be saved by selecting from the drop down list or create a new project where the layout with the modifications should be saved.

    e) From the Graphic Export options I select Normal HTML Page with Graphics (as i do not use FrontPage or Dreamweaver) and then click on Save Web Page.

    f) A save Dialog is displayed allowing me to navigate to the location where i wish the web page to be saved.

    g)Clicking on the save button from the save dialog will cause the web page to be saved in the location I specified and also cause a folder to be created at the same location containing all the graphics associated with the web page being exported. If the web page was exported as index then the folder containing the graphics would be named index_files.

    Hope this helps

  8. #8
    Join Date
    Nov 2003
    Location
    Canada
    Posts
    107

    Default

    Thanks for explaining that, everything worked out fine.

    One other question in regards to saving.

    The first site I did the software just saved it to "my Web Pages" so therefore when I want to access that site I open it in there.

    If I change the name of that folder to what the site is really called will I run into any problem ????

    Thank you
    Appreciated
    Great Software

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •