Remove anchor from the first level in Breadcrumb

Hi All,
I am trying to display the selected navigation path in the breadcrumb.
The requirement is to disable hyperlink in the first level of the breadcrumb.
For ex:  Home > News> Local News, here  Home should be displayed without hyperlink
I used the below code.
      <nav:iterateNavNodesInSelectedPath>               
     <nav:navNodeAnchor navigationMethod="byURL" />                         
     </nav:iterateNavNodesInSelectedPath>
Please suggest me on this
Thanks
Muthu

Hi, Barry. I don't know why this solution didn't work for me :-\ Does it matter that my page numbers are in the footer and not the header? When I follow your direction, the pages do get numbered differently. My problem occurs with the last step.
1. Open the Inspector. (Check!)
2. Click the Layout button (second from left). (Check!)
3. Click Section. (Check!)
4. Make the two settings shown: (Check!)
5. Go to Page 1 and delete the contents of the Header. (When I do this, the content for all footers is deleted...)
I really appreciate your insight.

Similar Messages

  • How can I remove the page number from the first page of the document that is the cover page?

    How can I remove the page number from the first page of the document that is the cover page?

    If you open the Pages panel, (Window>Pages) you will see thumbnails of your master pages and your document pages. In new documents, there is usually a master called A-Master and one called None. If you drag the thumbnail of the None master onto the thumbnail of a document page, it will apply that master to that page. Presumably, you have made your page numbers on A-Master, so this will usually do the trick. If you have elements on A-Master that you need on the first page, but just not the page number, you can duplicate A-Master (which, by default will give you B-Master, but you can change the names if you like) and remove the page number on the duplicate and apply that to the document page.
    It might also be worth noting that you can apply master pages in the fly-out of the Pages panel. Go to the fly-out triangle and go down to Apply Master to Pages…, then select a master to apply and the range of pages (1-8 will give you all 8, 1, 3, 5, 7 will be the odds, 1-3, 4, 6-8 if you want continuous ranges and individual pages).

  • HT1386 The first time I synced my iphone with my mac, I didn't realize that all of my photos from iphoto would transfer over to the phone.   Now, I need to remove some, as they are taking up too much space.  I cannot figure out how to remove them from the

    The first time I synced my iphone 4 with my mac, I didn't realize that all of my photos from the iphoto library would transfer over to the phone (more than 3,000).   Now, I need to remove some, as they are taking up too much space.  I cannot figure out how to remove them from the phone.  I tried to uncheck boxes and sync again, but I get a message that there is no room on the iphone.  I've read as many articles as I can find, but still cannot manage this.  Thanks for any help.

    Open itunes, connect iphone, select what you want, sync

  • Background noise removal takes about 3 seconds into each clip in timeline to kick in, so each clip has noise in the first few seconds.  How do you get this to remove noise from the very start of the clip?

    Background noise removal takes about 3 seconds into each clip in timeline to kick in, so each clip has noise in the first few seconds.  How do you get this to remove noise from the very start of the clip?

    insert a 5 second gap in the beginning of the timeline.

  • How to remove the worksets from the Top level navigation for the ESS role.

    Hi All,
    I am working on enabling and disabling certain services in the ESS worksets.
    we are using EP 7.0, ECC 6.0 (NW2004s).
    When I login as a user with ESS role, I can view the changes in the overview pages. However, the worksets are still visible in the TOP Level navigation of th poral. can anyone please explain me how to remove the workset from the Top level navigation.
    Thanks for your help
    Regards
    SM

    Hi,
    Go to the ESS role via Content Admin, then double click the workset (or page or iview) and in the drop down select navigation. Then click the <i>Yes</i> radio button of the "<i>Invisible in Navigation</i>" property.

  • Grand total level of the percentage column giving value from the first row of column

    Hi Guys,
    I have a requirement like to show the percentage value which the calculation of two columns , in the grand total level .
    I think it can be achievaable by giving the aggregation rule for that column as Server complex Aggregate .
    eg.
    Fiscal Year  Department  subdepartment   Total cost     Sub Department cost     % cost
    2011           Edu             Books                 500              50                               10
    2011           Edu             Note Book           200            100                                50
    2011           Edu             Furniture             300             30                                 10
    2011            Edu                                      1000           180                              18
    Grand Total
    Ideally it should come like as above ..but the problem with me that ,it showing correct value for  all the rows ,but at the grand total level it's taking the value of % cost from the first row . like below..
    2011           Edu                                   1000                  180                         10
    Grand Total  
    I have calculated the % cost column in the answer itself  as (Sub Department cost /Total Cost )
    where the
    Aggregation rule for the columns given are
    Total Cost - Sum  ,Sub Dep Cost -  Sum, % Cost - Server Complex Aggregate
    So plz suggest me any Idea to achieve this ..Thanks in advance.

    Give the agg. as avg for % field.
    Best of Luck,
    Kashi

  • How do I remove apps from the "open with" menu in Mountain Lion?

    If I right-click a document in Finder, I get a contextual menu offering all of the potential applications with which I might open that document.  My problem is that some of those applications are no longer operational and I want them to be removed from the menu.  How can I do that?

    I'm not sure how the order is determined. Clearly, the first level sort is ascending by application name these days (since Lion, I think), but it seems to be random after that. It's not by version, though that would be convenient.
    Also, I notice that on my relatively clean Mountain Lion system I sometimes get duplicate entries in the "open with" list that cannot be explained by duplicate copies of the application. On a text file, I get two each of Microsoft Word, Microsoft Excel, Equation Editor, Evernote, and Xcode; none of these is duplicated on this system. I get only one entry each for the Notepad stub application, a few Adobe apps, TextWrangler, Safari, Numbers, Pages, and several others.
    Where there are duplicated entries, it doesn't seem to matter which one I select; I get the same instance of the program no matter which I select. I take this to mean that one is an alias for the other.
    That's my mystery and not necessarily yours. Are your "unhelpful but working stub applications" also duplicates?

  • How do I loop back from the first frame to the last frame?

    Hi there,
    I'm currently working on the framework for a product viewer.
    I have:
    a movie clip called 'viewer_mc' which contains the images take from different angles of the product. The actionscript generates a script on the last frame of this that returns it to frame 1.
    a button instance called 'autoplay_btn' which plays through the movie clip from whatever the current frame is, and stops on frame 1.
    a left and right button which serve to move the movie clip frame, to give the appearance that the product is rotating.
    I have succeeded in getting it to:
    have the movie clip play through once, return to frame 1 and stop.
    have the buttons return functions when held down, that move the frame in the movie clip using nextFrame and prevFrame commands. The right button successfully loops round to frame 1 and continues functioning to give the appearance of continual rotation.
    The last problem I am experiencing is getting the left button to act in the corresponding manner, going from the first frame to the last and continuing to function.
    Here is my actionscript so far:
    import flash.events.MouseEvent;
    var lastFrame:Number = viewer_mc.totalFrames;
    var thisFrame:Number = viewer_mc.currentFrame;
    var backFrame:Number = viewer_mc.currentFrame-1;
    1. This is the part that gets it to play through once before returning to the first frame. I think perhaps the problem I am experiencing is because of the 'viewer_mc.addFrameScript(lastFrame-1, toStart)' part i.e. although I'm holding the left button, its returning to this script and therefor getting bounced back immediately to the first frame. However, there is no flicker on the screen which you might expect if this were the case
    Note - as this is a generic product viewer which I can use as a template I am using lastFrame etc. as opposed to typing the value in
    function toStart (){
              viewer_mc.gotoAndStop(1);
    viewer_mc.addFrameScript(lastFrame-1, toStart);
    2. This is the functionality for the autoplay_btn that will play through a rotation / return the viewer to the initial (frontal) view of the product (frame 1).
    autoplay_btn.addEventListener(MouseEvent.MOUSE_DOWN, autoplay);
    function autoplay (ev:MouseEvent):void{
              var startFrame:Number = viewer_mc.currentFrame;
              viewer_mc.gotoAndPlay(startFrame);
    3. This is the functionality of the right button, which when held, moves the movie clip to the next frame via the 'rotateRight' function based on the 'nextFrame' command. It loops back round to the first frame due to the 'viewer_mc.addFrameScript(lastFrame-1, toStart)' script generated on the last frame of the movie clip, as is desired.
    right_btn.addEventListener(MouseEvent.MOUSE_DOWN, rightDown);
    function rightDown(e:Event){
        stage.addEventListener(MouseEvent.MOUSE_UP,stoprightDown); //listen for mouse up on the stage, in case the finger/mouse moved off of the button accidentally when they release.
        addEventListener(Event.ENTER_FRAME,rotateRight); //while the mouse is down, run the tick function once every frame as per the project frame rate
    function stoprightDown(e:Event):void {
        removeEventListener(Event.ENTER_FRAME,rotateRight);  //stop running the tick function every frame now that the mouse is up
        stage.removeEventListener(MouseEvent.MOUSE_UP,stoprightDown); //remove the listener for mouse up
    function rotateRight(e:Event):void {
        viewer_mc.nextFrame();
    4. This is the functionality of the left button, which when held, moves the movie clip to the prev frame via the 'rotateRight' function based on the 'prevFrame' command. And this is where the problem lies, as although it works for getting the movieclip back to frame 1, it does not loop round to the last frame and continue functioning, as is wanted.
    left_btn.addEventListener(MouseEvent.MOUSE_DOWN, leftDown);
    function leftDown(e:Event){
        stage.addEventListener(MouseEvent.MOUSE_UP,stopleftDown); //listen for mouse up on the stage, in case the finger/mouse moved off of the button accidentally when they release.
        addEventListener(Event.ENTER_FRAME,rotateLeft); //while the mouse is down, run the tick function once every frame as per the project frame rate
    function stopleftDown(e:Event):void {
        removeEventListener(Event.ENTER_FRAME,rotateLeft);  //stop running the tick function every frame now that the mouse is up
        stage.removeEventListener(MouseEvent.MOUSE_UP,stopleftDown); //remove the listener for mouse up
    I'd imagine it is probably my logic for this part that is really letting me down - I can do a similar function in actionscript 2, but am trying to learn actionscript 3 just to move with the times as it were, and struggling a bit. Still this is only a few days in!
    function rotateLeft(e:Event):void{
              if(thisFrame==1){
                        gotoAndStop(viewer_mc.totalFrames-1);
              } else{
              viewer_mc.prevFrame();
    Any help you can give me would be gratefully received. For an example of the effect I am trying to achieve with the autoplay button etc. I recommend:
    http://www.fender.com/basses/precision-bass/american-standard-precision-bass

    Thanks for getting back to me.
    Here's the code without my comments / explanations:
    import flash.events.MouseEvent;
    import flash.events.Event;
    var lastFrame:Number = viewer_mc.totalFrames;
    var thisFrame:Number = viewer_mc.currentFrame;
    var backFrame:Number = viewer_mc.currentFrame-1;
    function toStart (){
              viewer_mc.gotoAndStop(1);
    viewer_mc.addFrameScript(lastFrame-1, toStart);
    //last image of viewer_mc = first image of viewer_mc
    autoplay_btn.addEventListener(MouseEvent.MOUSE_DOWN, autoplay);
    function autoplay (ev:MouseEvent):void{
              var startFrame:Number = viewer_mc.currentFrame;
              viewer_mc.gotoAndPlay(startFrame);
    right_btn.addEventListener(MouseEvent.MOUSE_DOWN, rightDown);
    function rightDown(e:Event){
        stage.addEventListener(MouseEvent.MOUSE_UP,stoprightDown); //listen for mouse up on the stage, in case the finger/mouse moved off of the button accidentally when they release.
        addEventListener(Event.ENTER_FRAME,rotateRight); //while the mouse is down, run the tick function once every frame as per the project frame rate
    function stoprightDown(e:Event):void {
        removeEventListener(Event.ENTER_FRAME,rotateRight);  //stop running the tick function every frame now that the mouse is up
        stage.removeEventListener(MouseEvent.MOUSE_UP,stoprightDown); //remove the listener for mouse up
    function rotateRight(e:Event):void {
        viewer_mc.nextFrame();
    left_btn.addEventListener(MouseEvent.MOUSE_DOWN, leftDown);
    function leftDown(e:Event){
        stage.addEventListener(MouseEvent.MOUSE_UP,stopleftDown); //listen for mouse up on the stage, in case the finger/mouse moved off of the button accidentally when they release.
        addEventListener(Event.ENTER_FRAME,rotateLeft);//while the mouse is down, run the tick function once every frame as per the project frame rate
    function stopleftDown(e:Event):void {
        removeEventListener(Event.ENTER_FRAME,rotateLeft);  //stop running the tick function every frame now that the mouse is up
        stage.removeEventListener(MouseEvent.MOUSE_UP,stopleftDown); //remove the listener for mouse up
    function rotateLeft(e:Event):void{
              viewer_mc.prevFrame();
    The definition of the rotateLeft function is where the problem lies I think - I've taken out my poor attempts at doing the logic from the previous post. If I were to write it out long-hand the statement I want to write is: 'If you get to frame 1 and function rotateLeft is called go to the end of the movie clip'.
    The reason I have to use the viewer_mc.totalFrames-1 definition in the addFrameScript call is the addFrameScript function is 0 based i.e. if you want to call frame 1 of the movieclip you have to return a value of 0 in the addFrameScript (or such is my understanding of it anyway). As such, the last image in the movie clip will need to be the view obtained at 360 degree rotation, which is of course the same view as at 0 degree rotation. As a consequence, the last frame in the movie clip is superfluous for the user, but necessary for the overall effect to be achieved. And, in addition, to keep up the effect of a 360 degree view when the rotateLeft function is called it needs to skip that last frame to go to the lastFrame-1 (or totalframes-1), or in other words, the view of the image prior to completing the full 360 rotation.
    the variables thisFrame and lastFrame are defined at the very top of the script. Like you said they might need to be defined or called on again elsewhere.

  • Just bought an iPhone 5 in second hand and it seems that i need to have the Apple ID from the first owner to use it- Any advice?

    I bought an iphone 5 in second hand and therefore performed a factory hard resert. When I tryed to turn it on again, after going trough all the steps, I was asked to fill in the Apple ID and password from the first owner who now doesnt pick up the phone… So now there's no way I can turn it on because I always get stuck in that part where I need to fill in the Apple ID and Password! Does anyone know how can I solve this problem?? Because I'm pretty sure the guy who sold it to me is not going to pick up the phone ever again...

    So you are explaining a situation where a legitimate user needs help from Apple. Why wont Apple help? Apple knows everything about the iOS devices  that are on its network.  If the iOS device is attached to an Apple account then Apple knows about it and the owner. I have an Apple account so Apple also knows about me and the iOS devices that i own already. Apple even has my credit card info on file.
    I dont expect you to know if an iOS  device that i bought was stolen or not. But surely Apple knows cause they can send an email to the seller  who has the iPhone still attached to their account and tell them that i have their phone. Then Apple can tell that seller they have a certain amount of time to respond or the iOS device will be removed from their account. Thats the best that Apple can do for their customers to protect their devices. Apple does the same whenever i buy something on the App Store or change anything with my iOS devices on iCloud. They send me an email telling me what happened and what i can do if that info is not correct. Why cant they do it with these second hand buyer activation issues?

  • Regarding the first level navigation par file customization

    Hi
    i require the help on the first level navigation par file customization.
    i downloaded the rthe required par file from the server for changes.
    the name of the par file is <b>com.sap.portal.navigation.toplevelsingle.</b>.
    my requirement on this par file is i want to add an image file (.gif) to the first level navigaton at the end of the header.
    can u guide me how to do the chages to add an image in the top level navigation
    header file for this in the par file.
    reply ASAP
    Regards
    sunil

    Hi Sunil,
    Do you really want to place the image at the right side of the TLN - or at the header (which is different)?
    In the first case, there is a mixture of JavaScript and JSPs (containing JS) which build up the TLN, and this is quite complicated to understand (at least too complicate for a SDN thread). You would have to work through the code and try to modify it carefully.
    In the secondd case, you are touching the wrong PAR, but you would know the right one (as you opened a different thread about such a modification).
    Alternatively, you could try to use the light framework page, using the navigation tag library. This way, it is more easy to design your own UI, including the nav functionality.
    Hope it helps
    Detlev

  • Swagbucks keeps showing up even after I removed it from the Add-Ons.

    I installed the Swagbucks Toolbar & it took over my iGoogle search engine for FireFox. Iwent to the Add-Ons & Extensions & removed the Swagbucks/Conduit Add-Ons BUT it is not really gone. Everytime I try to go to Goolge the Swagbucks web-site pops up. I NEED to know how to COMPLETELY remove Swagbucks from my FIreFox..??..
    I would like to add that my iGoogle web-page will not show my Gadgets since the Swagbucks ha taken over.

    I just figured this one out and it worked for Firefox 5.0. First, I removed everything from the extensions/add-ons that had to do with Swagbucks. Then, in the toolbar search bar itself, I used the drop down menu next to the Swagbucks logo and selected managed search engines; swagbucks; then selected remove. It seems to have worked, since I've restarted and it has not come back yet.

  • CProjects - PS - elements on the first level in reversed order

    Hello,
    I am using the hierarchical Accounting with PS and facing a problem with the order of the created elements.
    The project definition and the second level are in the correct order. Somehow the first level (-> the level with the phases in cProjects) are in reversed order.
    Can someone tell possible reasons for this?
    Thx, Max

    Hi Max,
    It is a known problem, but there is no solution so far . The purpose of the replication is for the controlling, and from the controlling point of view. It does not care, which wbs is on the left or on the right.  There is even a note to indicate this system behaviour.
    Kind regards,
    Zhenbo

  • Remove RDSH from the collection

    Hi,
    Deployment:RDS 2012 R2 provides RemoteApp...
    HA is not configured but round robin is created for the FARM_name of 2 brokers
    Currently only one RDSH provides Remote App.
    Yesterday, I added CALs to Licensing server. AND added second RDSH into collection for providing CALs from License server.
    This morning I got a trouble call... Clients could not connect to Remote App.
    1. first thing I checked licensing server. I found issued Licenses.
    2. then I connected to RDSH1 (that currently has all roles) by RDP and received the Message (didn't save a message)t: but it was like this: connections are redirected to RDSH2 ... for connection use the FARM NAME.
    To remind : HA was not touched yet.
    As a QUICK solution I shut down RDSH2 and everything works. Couldn't think that adding second RDSH to collection will create this kind of problem...
    My question:
    would you recommend to remove RDSH2 from the collection until starting HA configuration ?
    Could it create some problems when I will need to add it to collection?
    Thx.
    --- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis

    Hi Miles,
    As per my research, if simply you would add the RDSH server then it would face this issue as redirection of server take place and it would find for user\App on other server. So now after adding RDSH server, you need to point the RD License server to RDSH server
    (Specify a License Server for an RD Session Host Server to Use) so that it can identify the License and user and can provide access to the server by your users.
    You can do this thing by following below group policy setting.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Licensing
    Use the specified Remote Desktop license servers:
    Enable it and add the FQDN name of server. 
    You can also configure through deployment properties and below powershell command.
    To configure the license server on RDSH/RDVH:
    $obj = gwmi -namespace "Root/CIMV2/TerminalServices" Win32_TerminalServiceSetting
    $obj.SetSpecifiedLicenseServerList("License.contoso.com")
    More information.
    RD Licensing Configuration on Windows Server 2012
    http://blogs.technet.com/b/askperf/archive/2013/09/20/rd-licensing-configuration-on-windows-server-2012.aspx
    Please check below article for reference.
    http://technet.microsoft.com/en-in/library/cc770585.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • HT1414 My iPhone 4s turns off when i remove it from the charger, but its 100% fully charged. What is the problem?

    I am on version 6.1.2 and I have replaced my battery already a couple of weeks ago, so it shouldnt be a battery problem (I guess). this happened 2 days ago at first it wouldnt charge or turn on at all and today it turned on but it turns off as soon as I remove it from the charger. At the moment its on the charger but keeps on randomly turning on and off.

    One thing to try is a updating, either via iTunes or OTA, to 6.1.3 to see if that cures the problem. Also, once you've updated it set it up as a new iPhone and see how it performs then. If it's fine after that try restoring from your backup to see if the problem comes back. It could be an issue with your firmware that's currently on the phone and it might be residing in your backup

  • How can we remove items from the VF04 list?

    We have a long list of items in VF04 that, for various reasons (some process related, some due to errors), are not to be billed. We have looked at applying filters to the list but there is nothing really suitable to hide these individual documents e.g. we could filter out some dates where none of the items on that date are to be billed but other dates have a mix of items we want to bill and others we don't.
    I have done a search of this forum but didn't find a previous topic with a quick and simple method to remove items from the list .
    Is there a method, other than billing them or sorting each issue individually, to permanently remove individual documents from the VF04 list?
    Thanks in advance for any help.
    David

    Hi,
    David,
    Download a list of Pending delivers doc form VF04.
    Paste the list in T.Code : VL09 (Delivery reversal) and reverse the delivery.
    Then go to T.Code: VL06G Select the list of deliveries that has been reversed, select/delete all un- wanted deliveries.
    This way you can remove all unwanted pending deliveries forn Billing due list (VF04).
    Thanks & Regards,
    R.Janakiraman

Maybe you are looking for

  • Is it possible to have two Apple IDs  for one account?

    I would like to set up one account with two Apple IDs so I could have one restricted to only free apps and the other unrestricted.  My daughter has an iPod Touch and I want to restrict what she can purchase but also make it so if we agree that purcha

  • A tms issue

    hello experts, this is rahul , Iam facing a problem in tms 1) I have send a request with no DREK904242 from client 008 to client 009  in development system through T_CODE SCC1 and it is been copied ,and it is showing as released request, but I want t

  • Multi-Lingual Assessment Scripts

    Hi Folks, Am I correct in thinking that Assessments Scripts (e.g, questions & answers) can be in different languages but only if created in that language? e.g. for every differnet language a new script is required? Thanks Oli @ Innoveer

  • Installation Error of Project Pro Trial - Error 25004

    Good day everyone. I have tried installing the Project Pro trial version and I get the error 25004 and it indicates I have a previous trial version of some 2013 software installed. Here is the setup: Have Windows 8.1 professional (all up to date and

  • Good way to start

    Hi all, I am a new java programmer to web services. I am reading a book on it, but the code and the software used by it is a bit old. Could anyone tell me where to start learning web services? Any help and direction will be appreciated. Ta, /md.