Breadcrumb issue

Hi,
I decided to install a javascript from http://ex.paulhirsch.com/Breadcrumbs/ to include a breadcrumb trail on my webpages.
To do that I had to change all my file from a single directory to a structured directory with subdirectories (for the dropdown headers) and sub-subdirectories for the second level drop-downs (where needed).
This means that my index.html remains in the root. Then I have a directory called "website" in my root, and in there are subdirectories for each drop down menu header. My subsequent pages all go in corresponding subdirectories, including the header file that corresponds with the first (top) link of each drop down menu item.
If you look at the drop down menu of my site http://mysafety.be you can see a number of headers (the files in the header and those below it were placed in corresponding directories; some headers also have a subsequent second-level; those files were placed in subsequent sub-subdirectories.
Now my breadcrumb trail does not point to the main file in the directories, but to the directory name itself. How can I get the java script point to the main file of each directory?
Note: the main file of each drop down menu header now sits right in the corresponding directory, and I feel something with this is not right.

...still haven't figured out this one. I am surprised no one has an idea about this. I think there is a solution for it, but I am not experienced enough at java and this issue to know how to solve it.

Similar Messages

  • Breadcrumb issues

    I created a form on a report with breadcrumbs with APEX 4.0.1.00.03. The report is page 20 and the form is page 21. The user clicks an edit icon to get to page 21 and the breadcrumbs allow the user to navigate between 20 & 21. These breadcrumbs work fine and all display in the breadcrumb region on one line.
    I created and second child page 32 (on a table) to page 20 to run an email utility. I made one of the report columns on page 20 a link to page 32 and the link works fine and opens page 32. I defined breadcrumbs for page 32 and they have the right relationship and navigation properties. The problem is they do not display on one line in the breadcrumb region but diosplay as bulleted items with each breadcrumb entry short name displaying on a separate line and all of the ‘>’ each displaying on separate lines. Each line has a bullet.
    The breadcrumbs on page 32 look something like this:
    * Main Menu
    * >
    * Maintain Events
    * >
    * Send an Email Notification
    I want them to look like this
    Main Menu>Maintain Events>Send an Email Notification
    I frequently encounter this but I cannot determine what is causing this. Everything looks nortmal in the breadcrumbs shared component. How do I display all breadcrumb entry short names on one line with no bullets?

    Go the page and you will have Breadcrumb region. Check the template you have used.
    It should be breadcrumb template.
    Thanks,
    Mehabub

  • How do I change artwork and album name for a playlist?

    I can't figure out how to do this:
    I like to make cd-length playlists (essentially "mix cds") with songs that I own. I make new artwork for the mix cd, and for categorization, I like to change the Album Name and Album Artist to whatever I've named the mix (i.e., "songs about trains").
    However, if I do this, the individual songs no longer appear with their original albums, since I've changed the info on them.
    So essentially what I want to do is make a copy of the songs. I don't mind if they take up extra space on my hd. How do I do this easily?
    I know I can just burn the cd and rip it, but then I have to rename every single song, which is a pain.
    Is there an easier way? I imagine many other people like to make mix cds like me...
    Thanks.

    The reason I need to change the file name is we want the breadcrumbing name to change and the breadcrumbing is linked to the file name.
    I don't understand this reason. How would changing the file extension solve your breadcrumb issue? Why don't you explain the issue in more detail.

  • How do I change the saved entry on the "Ping" page of Network Utility?

    Whenever I open Network Utility and go to the "Ping" tab I see this:
    support.apple.com was one of the first addresses I used on my new MacBook Pro. Is there a way to clear this or change it to something else?
    Thanks!

    The reason I need to change the file name is we want the breadcrumbing name to change and the breadcrumbing is linked to the file name.
    I don't understand this reason. How would changing the file extension solve your breadcrumb issue? Why don't you explain the issue in more detail.

  • How do I change the .php file name for a page of my site?

    how do I change the .php file name for a page of my site? The only link to the page is the nav. button link for it in the global nav. The reason I need to change the file name is we want the breadcrumbing name to change and the breadcrumbing is linked to the file name.

    The reason I need to change the file name is we want the breadcrumbing name to change and the breadcrumbing is linked to the file name.
    I don't understand this reason. How would changing the file extension solve your breadcrumb issue? Why don't you explain the issue in more detail.

  • Issue in Custom Breadcrumb.

    Hi SDNers,
    I have developed a custom breadcrumb using the Navigational Tag library.
    When i set the iView's Isolation method to Embedded, the breadcrumb works fine. However when i set it to URL the breadcrumb does not show the correct path.
    I also have 3 htmlb dropdowns in my breadcrumb and to prevent the page from refreshing after selection of a dropdown i need to set the iView's Isolation method to URL.
    I want to know why the iView does not reflect the correct path when its Isolation method is URL.
    The code that i am using for the navigation is as follows.
    <nav:iterateNavNodesInSelectedPath>
         <nav:ifNotNavNodeEqualsLaunchedNavNode>
              <span style="color= #0000CC; text-decoration:none; font-family:Arial; font-size:12px">
              <nav:navNodeAnchor navigationMethod="byURL" />
              </span>     
              <nav:ifHasMoreIterations>
              <span style="text-decoration:none; color= #666666">|</span>
              </nav:ifHasMoreIterations>
         </nav:ifNotNavNodeEqualsLaunchedNavNode>          
             <nav:ifNavNodeEqualsLaunchedNavNode>
                 <span style="color= #333333; text-decoration:none;font-family:Arial; font-size:12px">
               <nav:navNodeTitle/>
              </span>
             </nav:ifNavNodeEqualsLaunchedNavNode>          
    </nav:iterateNavNodesInSelectedPath>
    Any help is highly appreciated.
    Regards,
    Melwyn.

    Hi Noel,
    Thanks for your reply.
    I now placed the iView in the Desktop Inner page and following are the results:
    1. If the iView's Isolation method is set to Embedded the path is reflected correctly.
    2. If the iView's Isolation method is set to URL, the breadcrumb does not show the correct path.
    I need to keep the iView's Isolation method property to URL, since i have 3 htmlb dropdowns in my breadcrumb and i need to avoid the page refresh on selection of each dropdown which happens in the case if the iview is embedded.(An event is attached to the dropdowns).
    Is there a way this issue can be resolved by keeping the Isolation method of the iView to URL ?
    Regards,
    Melwyn.

  • Issue with Breadcrumb

    I was trying out the Issue Tracking Application and the breadcrumb appeared as follows on the Page 1:
    HomeHome
    instead of :
    Home.which is the expected result provided in the guide. I could not trace the cause. Any idea what is the reason and how I solve it? I am using Apex 3.0.1.00.07.
    Thanks!

    Hi there
    You could define two Master Pages. One would have a Breadcrumb placeholder just before the Body placeholder. Use that for topics where you want Breadcrumbs.
    For the popup topics, use the other Master Page that has no Breadcrumb placeholder.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Issue with File Download(messageDownload) on Search Page.

    Hi,
    I created a custom OAF search page which fetches values from one table. The document in getting stored in my custom table in a BLOB colums and NOT in FND_LOBS.
    The table has 3 collumns along with others:
    1st is primary key (Record_Seq) ==> number data type
    2nd to store actual file name (File1Name) ==> varcahar2 data type
    3rd to store the actual uploaded data (File1Data) ==> BLOB data type
    The reason for having the “File1Name” is so that I can display the original file name of the document that was uploaded, instead of just the “view” in the search page results .
    On the File1Data BLOB and created a messageDownload for that under query results table with following details:
    ID : File1Data
    ItemStyle : messageDownload
    FileMIME Type : pdf
    Datatype : BLOB
    View Instance : LacEmpExposureVO1
    view Attribute : File1Name
    File View Attribute : File1Data
    When I click on the "File1Name" data hyperlink, it is opening only the first document corresponding to the first record in the search page results.
    For example, If my search page returns 10 rows then when I click on the file1name on any row, It is open the first row file name only.
    I have a primary key column(RECORD_SEQ) in the Table / EO / VO which is displayed in the search page results.
    Also one weird thing is happening:
    If I try to do this more than 2 times then it is opening the update page with the first record from the search page results…
    I tried to print the context and it is nul the first time, But the second time then context is changing to "update". Dont know how this is happening????
    Any advice is greatly appreciated as it is very crucial for me to get this resolved ASAP. I have looked at several forums and did a lot of things as advised in the forums . But nothing seems to work for me.
    Thanks,
    Mir
    CO code for the search page
    ===========================
    if (pageContext.getParameter("Create")!= null)
    System.out.println("Into LacEmpExposureCO in PROCESS FORM REQUEST with Context of CREATE");
    pageContext.setForwardURL
    ("OA.jsp?page=/lac/oracle/apps/lac/lacempexposure/webui/LacEmpExposureCreatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, //Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_YES,
    OAWebBeanConstants.IGNORE_MESSAGES);
    else if ("update".equals(pageContext.getParameter(EVENT_PARAM)))
    System.out.println("Into LacEmpExposureCO in PROCESS FORM REQUEST with Context of UPDATE");
    System.out.println("LacEmpExposureCO ==> RecordSeq in PROCESS FORM REQUEST is: " + RecordSeq);
    HashMap params = new HashMap(1);
    params.put("RecordSeq", RecordSeq);
    pageContext.setForwardURL
    ("OA.jsp?page=/lac/oracle/apps/lac/lacempexposure/webui/LacEmpExposureUpdatePG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    params,
    true, //Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO, // Do not display breadcrumbs
    OAWebBeanConstants.IGNORE_MESSAGES);
    else {           
    String strEvent = pageContext.getParameter(OAWebBeanConstants.EVENT_PARAM);
    System.out.println(strEvent);
    System.out.println("Into the last ELSE part in LacEmpExposureCO.java");

    Duplicate post -- Issue with File Download(messageDownload) on Search Page.

  • Issue Tracker app - how to make one page public

    Hi all,
    We have installed and made a few tweaks to the Issue Tracker demo app, and are finding it very useful! We have just a handful of users that have logins for the application, and it is working well for them. We would like to make a modification to the app, so that the main "Issues" page (that lists out all of the issues, and you can search them) can be viewable by anyone in our company. Is there a way to do this? Basically, I'd prefer to be able to just send out the URL for this page, and make it so that anyone in our company can just go to that URL, and have Read-Only access to this page (without having to login), so they can search for issues, and see their status. I would also want to make it so that these folks cannot see the "Add a New Issue" button, and probably hide the breadcrumb at the top as well.
    I know that I could create a whole separate AppEx app, and basically just duplicate the layout of that one page, and make that application public. Is that the easiest route? I was assuming there would be a fairly simple way to take the existing app, and just tweak it so that this one page is public.
    Any advice?? Thanks!

    Quick update - that was easier than I thought! I simply made that one page Public under the Authentication. And I was able to make the "Add a New Issue" button only viewable by the Admins.
    One more question - is there a way to do a similar thing with the breadcrumb at the top? Currently, when I go to the public page, I see the "Home - Isses" breadcrumb at the top left. If I click on the link for Home, then it brings me to a login. However, it would be best if the public users didn't even see this breadcrumb. Is that possible?

  • Breadcrumbs not picking up settings file configuration

    Hi
    I am using FM11, RH10 as part of TCS 4.0.
    I am creating a settings file that will be used by team to generate WebHelp outputs. In this, I want to change the default Times New Roman font of breadcrumbs to Arial. While I am aware how to set that during publishing, I don't want to take that approach because I don't want my team to fiddle around too many things during the publishing process.
    In the RHStyleMapping.css file I used to create the ISF, I saw the breadcrumbs option and changed it to Arial. However, that did not help.
    Is it possible to achieve what I am trying to achieve? If yes, please advise me how.
    Thanks.
    Sreekanth

    Are you creating breadcrumbs via the SSL recipe or by master page – if the former, it’s a browser issue being interpreted as Times AFAIK.

  • BreadCrumb error in Attachment Page

    Hi,
    Can any one help me on the following issue.
    I created one attchmentLink in my page (Ex CreatePage).
    When I clicked the attachmentLink I am able to see properly the Attachment Page with BreadCrumb.
    BreadCrumb is HomePage > CreatePage.
    When I click the CreatePage in breadCrumb I got the error as "Error : Cannot Display Page".
    Thanks in advance..
    regards,
    Raj

    The following data is the complete error details for the breadvrumb error
    Error: Cannot Display Page
    JavaScript enabled browser required.
    You cannot complete this task because one of the following events caused a loss of page data:
    You accessed this page using the browser's navigation buttons (the browser Back button, for example).
    Your login session has expired.
    A system failure has occurred.
    To proceed, please select the Home link at the top of the application page to return to the main menu. Then, access this page again using the application's navigation controls (menu, links, and so on) instead of using the browser's navigation controls like Back and Forward.
    Please can any one help me in this issue.
    Thanking you in advance
    regards,
    Raj

  • Breadcrumb Seperator Not Showing Up on One Tab's Pages Only

    I am working on a site that has 2 levels of tabs. On all the 3rd level pages (the lowest level) the seperator shows up between the first and second level breadcrumb except for the one 2nd level tab's pages don't have it. I have spent much time looking at the code and can't find what is wrong; I even recreated the page with the tab and breadcrumb seperately and it still doesn't show up. I believe it's a bug in the APEX software but I'm not sure. If anyone has any insight into this I would greatly appreciate it. Please help so I can get past this issue!

    If it's the same problem as that described here, Re: Breadcrumbs Look Different on Certain Pages , it will be fixed in version 3.1.
    Scott

  • Use of the Back button in DBI (vs use of Breadcrumbs)

    I have received the following query from a Customer :
    "The use of the 'breadcrumb' as opposed to the browser 'Back' button. Having used DBI myself, the temptation to use the Back button instead of the breadcrumb is hard to resist! What happens if Back button or the breadcrumbs are used inconsistently? What will the impact be to the displayed data etc?"
    I've tried to find an "official" answer to their question, but, despite searching the latest DBI User Guide (and the associated supplement) for the phrases "Back button" and "breadcrumb", I can find no official mention of the issue. I recollect (vaguely) hearing that the application can "lose context" if the Back button is used indiscriminately. Is there an "official ruling" on whether we advise our Customers to avoid using the Back button ?

    Not sure of the offical stance on this. Once, I found data mismatch issue while using the browser back button in DBI. Suggest them to use the Breadcrumbs for navigation than the back button. Thanks.

  • RoboHelp for Word - Breadcrumb Links in .CHM?

    From what I've read, 8.0 supports breadcrumbs in .CHM files but I can't find any reference to it in RoboHelp for Word.  If I create a new blank project in RoboHelp for HTML and go to generate the .CHM, I get the breadcrumb option and it works correctly.
    Am I looking in the wrong place or are breadcrumb links not supported for .CHM in RoboHelp for Word version 8.0?
    (Because I know it will be suggested - no, unfortunately I can't just import my documents into RoboHelp for HTML and maintain the project there.)
    Thanks!

    Hi there
    It would appear that you have your answer. If you choose to create CHM from Word, don't expect to see an option for Breadcrumbs in the CHM file.
    Sorry you can't maintain things in the proper tool. I feel for you. Using Word to create and manipulate HTML content is sort of like trying to mix oil and water. You find yourself often frustrated with issue after issue.
    Cheers... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Breadcrumb placeholders in a multi authored project

    Good afternoon Robohelp community!
    Today's puzzle sees a master and child project in a mulit-authoring environment. Both projects use identical copies of the stylesheet and master page in which two authors may work on seperate parts of the project at once, then use the merged project feature when publishing.
    The master page in both the master and child projects' contains the breadcrumb placeholder, which has been labled ABC123.  The master is generated, and the child is generated and published.
    When reviewing the combined output  however, the breadcrumb for the child version has reverted to the inbuilt placeholder Home.  The master version remains as it should be.
    e.g.
    Master   ABC123 | Main Topic | Sub Topic
    Child      Home | Main Topic | Sub Topic
    While the easiest fix is to simple use the Home place holder, I would rather use my own. 
    Has anybody else discovered this issue, and have a solution?
    Cheers

    I'm not an Adobe tester but my test suggests they did do their job.
    I just tested a merged webhelp setup and it seems to be working as it should.
    Where you see Home above, you can type in anything you want. I added Peter to the parent and it then appeared in all topics regardless of project. That is the same logic as skins. Open the parent and all topics appear in that skin. Open a child and its skin is used.
    When I added a label, that only appeared in topics from the child where the label was set. Thus some topics had a label and others did not. I could have set all the projects with the same label or I could have defined a different label for each project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Problems installing Final Cut Studio on my new Macbook Pro

    I just got my new 17 inch Macbook Pro, and am trying to install Final Cut Studio 3.  It installed just fine, and accepted the serial number.  The problem is that every time I open the application, I have to reenter the serial number.  Once I do that,

  • Is XDK v10 available for linux?

    Actually I'm developing with Oracle XML Developers Kit on Sun Solaris v10 Production, but I would like to develop my application on linux too. Unfortunately there is no linux XDK v10 distribution for download on http://otn.oracle.com/tech/xml/xdk/sof

  • Auto Expand Hierarchy

    Hi gurus, Is there any solution how to auto expand hierarchy in OBIEE 11G?So i do not have to click plus(+) sign one by one manually. Thanks Joni

  • Mozilla "unable to detect plug-in version", click "rsearch" and get myriad sies offering stuff I have no hope of understanding. Can you help?

    Want to update plug-ins as I've been getting script errors, usually involving chrome and what may be java script, advisories of virtual memory being too small, etc. Nurse indicates some "Up to date" in green box. Others indicate "unable to detect plu

  • Unable to start Apps after cloning

    Hi, I cloned my VISION instance on linux to "VISION1". The "perl adcfgclone.pl appsTier" command failed to start the apps tier services. I am getting the following error. You are running adfrmctl.sh version 115.33 Cannot reconnect to gateway Cause: A