Can I remove the skip links piece from a WebCenter Portal Application?

We have a better skip links implementation we would like to use. How can I turn off the default? Not simply hide it, but rather not render it at all period.  This goes the same for the noscript piece that says JavaScript is required to run the Application.  I also have a better solution I would like to use so I would also ask how do I disable the noscript piece. Do I need to edit some xml file or something? I search my application for "noscript" and "af:skipLinkTarget" and I can't find either one. How can I remove/disable these features. They are just not appropriate for this particular application. Any help would be greatly appreciated.

Hi.
Are you using Portal or Framework Portal?.
In case of <noscript> is generated by JAVA internal classes and the unique way to change the message is with a Non supported workaround overriding a CoreBundle class.
About the af:skipLinkTarget usually is in the Page Template. The default templates has it in next snippet:
<f:facet name="center">
    <af:skipLinkTarget>
    <af:facetref facetname="content">
    </af:facetref>
  </af:skipLinkTarget>
</f:facet>
If you're using default Templates then copy them and remove the af:skipLinkTarget tag from the copied one and assign it to the Portal.
I hope it helps.
Regards.

Similar Messages

  • How can I remove the old apple id from my ipod 4rth gen to log in my new apple id ? (my old apple id keeps showing automatic I can't put my prefer new apple id)

    How can I remove the old apple id from my ipod 4rth gen to log in my new apple id ? (my old apple id keeps showing automatic I can't put my prefer new apple id)

    - Note that apps are locked to the account that purchased them.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.

  • How can i remove the previous icloud acount from my iphone4?

    I recently purchased a second hand iphone4 not jailbroken and i already restored it to factory settings but i can't log in to icloud using my account because it states that  "The maximum number of free accounts have been activated on this iPhone". How can i remove the previous icloud acount from my iphone4? Hope someone could help me on this. Cheers! :)

    Hi,
    My dad gave me his old iphone as he got an upgrade. I can't seem to change his icloud account to mine. I'm getting his updated calender and his mail - and there seems to be some confusion between both our accounts. He seems to be acquiring some of my contacts - some of which have names which have led to some probing questions... So basically this needs to be sorted out! How can i delete his account from the iphone but not his whole icloud account? he would not be happy if i did this...
    Sophie

  • How can I remove the authorize 5 computer from my iTunes?

    How can I remove the authorize 5 computer from my iTunes?

    Deauthorize one computer
    Open iTunes on the computer you want to deauthorize.
    Choose Store > Deauthorize This Computer.
    You might need to show the menu bar to see this option in Windows. In earlier versions of iTunes, you can access this option from the Advanced menu.
    Enter your Apple ID.
    Click Deauthorize.
    If need to deauthorize your computer but you can't access it, you need to deauthorize all computers. After you authorize 2 computers, you'll have the option to deauthorize all computers for your Apple ID. You can deauthorize all computers once per year.
    Deauthorize your computer using iTunes - Apple Support

  • How can I remove the Emergency Call button from the lock screen Xperia Z2

    How can I remove the Emergency Call button from the lock screen on my Z2 phone

    Alecuk wrote:
     It's like the stupid bold font on the hours or the lock screen clock - i've never seen anything so stupid in all my life.
    it's things like this that make a good phone c.r.a.p.
    Hi, well if you do a little bit of research on the forum you will be able to see that you can & very easily able to change the font on the clock 

  • How can i remove the terms and conditions from my app store on iphone 5s ?

    How can i remove the terms and conditions from my app store icon on iphone 5s

    Hello mrh1962,
    Thank you for providing the details of the issue you are experiencing with accepting Terms & Conditions on your iPhone 5s.
    First, I recommend restarting your phone and then resetting if it's still not working:
    Restarting your device
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider.
    Press and hold the Sleep/Wake button until the Apple logo appears.
    Note: Reset your device only if you are unable to restart it.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    You can find the full article here:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If you can access your home screen, I also recommend verifying that cookies are not blocked and private browsing is turned off in Settings>Safari:
    iPhone User Guide - Safari settings
    http://help.apple.com/iphone/7/#/iph3d7aa74dc
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How Can I Remove the Home Link on the Main Page

    I am using PT 8.49 and I am creating a custom page where the only options I'd like to show on the page are my custom menu option and "Sign out" at the top right. I'd like to remove the "Home" link on the top right menu because I am doing the selection for them. I don't want them to be able to go back to the Home menu once they've entered my custom page. I have everything working the way I'd like except that I cannot get rid of the "Home" link. Can anyone help with that?
    I am also using a template in portal called HOMEPAGE_DESIGNER_TEMPLATE as this causes the page to display without the left menu, as I want it to be.
    Thanks for your help!

    Restore the default home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_restore-the-default-home-page
    Now, set a single web site as your home page
    * https://support.mozilla.com/en-US/kb/How%20to%20set%20the%20home%20page#w_set-a-single-web-site-as-your-home-page
    Check and tell if its working.

  • How can i remove the end pice/pin from my headphones out of my computer?

    how can i remove the end pice/pin of my headphones out of my computer?

    IF you cannot pull it out with your finger tips, you need to take the machine in for service to an Apple Store or AASP. Doing this type of work yourself could seriously damage the computer so it's best left to professionals.

  • Calling Oracle Ebusiness Forms from a Webcenter Portal application

    Hello All,
    Would there be any known/standard procedure of calling Oracle EBusiness Forms from a Custom WebCenter Portal Application. The issue we are facing currently is that we are successfully able to call an Oracle EBS Forms as a GO Link from the application. The problem is when there are multiple links to open different EBS Forms. Multiple instances of the Forms sessions are created. We would like to have only one. We are trying to mimic the Oracle EBusiness Home Page / Landing Page.
    Any pointers are much appreciated.
    Thanks,
    Nachi

    Hi.
    Are you using Portal or Framework Portal?.
    In case of <noscript> is generated by JAVA internal classes and the unique way to change the message is with a Non supported workaround overriding a CoreBundle class.
    About the af:skipLinkTarget usually is in the Page Template. The default templates has it in next snippet:
    <f:facet name="center">
        <af:skipLinkTarget>
        <af:facetref facetname="content">
        </af:facetref>
      </af:skipLinkTarget>
    </f:facet>
    If you're using default Templates then copy them and remove the af:skipLinkTarget tag from the copied one and assign it to the Portal.
    I hope it helps.
    Regards.

  • How can we remove the "Attack Site" warning from our webpage?

    We host several domains with Dreamhost. (1st mistake)
    Our account was hacked and is being resolved.
    We have taken our site down.
    When searching our url, our prospective customers will see an Explorer message which reads a Dreamhost message stating this website has been "voluntarily parked". Site coming soon.
    In Firefox, the Attack Site message in red is still showing. Can you please remove the message as our website is not available for public viewing?
    Thank you.
    RJ

    I get a status 200 with a message from the site that it is under construction. If I am using the correct URL (www.usana2013.co.za) maybe you need to clear your Firefox cache.
    The database of attack & phishing sites is not directly maintained by Firefox.
    See also
    *http://www.mozilla.org/en-US/firefox/phishing-protection/firefox2/
    *http://www.mozilla.org/en-US/firefox/features/#advancedsecurity
    *http://en.wikipedia.org/wiki/Google_Safe_Browsing
    ** http://www.google.com/tools/firefox/safebrowsing/
    **http://safebrowsing.clients.google.com/safebrowsing/diagnostic?client=Firefox&hl=en-US&site=http://www.usana2013.co.za

  • How can I remove the junk mail folder from appearing in my macbook mail program?

    Hi all
    Can someone please tell me how I can remove the "junk" mailbox from showing in my mail program on my macbook? It wasn't there before and I would like it removed. I've attached a screen shot to be clearer in my request.
    Thank you!

    Hey PrincessJasmine,
    I see that you wish to get rid of the Junk Mail folder from your sidebar in Mail on OS X. I have an article for you that will explain how to do this:
    Choose Mail > Preferences, then click Junk Mail. Make sure “Enable junk mail filtering” and “Mark as junk mail, but leave it in my Inbox” are selected.
    Mail (Yosemite): If junk mail filters aren’t working correctly
    https://support.apple.com/kb/PH19190
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • How can I remove the Quick Launch area from a SharePoint site

    We have a SharePoint site that includes a Quick Launch area by default.  We know how to add and delete items from the Quick Launch area but how can we delete the Quick Launch space (this would shift the main body portion over to the left and taking
    over the space once occupied by the Quick Launch area)?

    Hi,
    You can refer the below urls.
    http://sharepointpolice.com/blog/2010/04/07/hiding-the-quick-launch-in-sharepoint-2010/
    http://chrisstahl.wordpress.com/2010/03/15/hide-the-quick-launch-in-sharepoint-2010/
    http://sharepointpromag.com/sharepoint/four-ways-add-or-remove-quick-launch-menu-control
    Please remember to mark your question as answered & Vote helpful,if this solves/helps your problem.
    s p kumar

  • How can I REMOVE the Yahoo! tab from the menu bar? Each time I open Firefox, I get the gialogue box asking if I want to make yahoo the default and each time I respond no and check the do not ask this question again.

    I am tempted to remove Ff4 and revert to 3.X if I cannot fix this problem. The question (statement) has all pertinent details already included

    '''Hello peacefultrev,'''
    I believe from your question you wish to remove the window title-bar, while keeping the menu bar available.
    I have two solutions for you to try. One requires no plugin and the other requires the installation of a plugin.
    '''No plugin option:'''
    This option hides the the window title while also removing the menu bar. The menu bar can then be reactivated and viewed simply by pressing "Alt" which shows the menu bar until you click away from it. To do this:
    # Right click on the tab bar and disable "Menu Bar".
    # Whenever you which to use the menu bar, tap "Alt" on your keyboard.
    # When you click away from the menu bar the windows title will disappear until you tap "Alt" again.
    '''Plugin Option:'''
    You can download this plugin called [https://addons.mozilla.org/en-US/firefox/addon/hide-caption-titlebar-plus-sma/ Hide Caption Titlebar Plus] which can be customized to suit your needs. I cannot provide support on this plugin as I have not used it myself.
    I hope one of these solutions will suit your needs.
    Mattlem

  • How can I remove the forced U2 songs from my iphone without synchronizing?

    Hello. I have about 100 songs merely on my iPhone, nowhere else. Apple moved somehow these U2 songs on my iPhone without permission. Now it is like having an undesired cupboard standing in the middle of my living room and I cannot remove it. A synchronizing would also delete my 100 songs. What can I do? Please help!

    Hello Pammander,
    Thank you for using Apple Support Communities. 
    The following article provides information on how to remove the U2 gift album:
    Remove iTunes gift album "Songs of Innocence" from your iTunes music library and purchases - Apple Support
    Regards,
    Jeff D. 

  • Can I remove the date and time from an image taken on my Powershot SX510 HS for printing?

    Natalie1, Once the photo is processed in the camera with the date stamp, it's permanent to the photo. The camera will not have that as a layer to turn off and on at will. It's much easier to add the date/time stamp to a shot for printing then it is to remove it. You will need some editing software such as Photoshop Elements, or Gimp (free), to remove the date/stamp. These software's can do a pretty reasonable job to remove any unwanted elements from the photo. Canon also has their Digital Photo Professional software that comes free with the camera, but it's not as easy to get the nice results of the Photoshop Elements. The change you make with these software's will remove the date/time stamp unless you only mask (layer) it. Steve M.

    Natalie1, Once the photo is processed in the camera with the date stamp, it's permanent to the photo. The camera will not have that as a layer to turn off and on at will. It's much easier to add the date/time stamp to a shot for printing then it is to remove it. You will need some editing software such as Photoshop Elements, or Gimp (free), to remove the date/stamp. These software's can do a pretty reasonable job to remove any unwanted elements from the photo. Canon also has their Digital Photo Professional software that comes free with the camera, but it's not as easy to get the nice results of the Photoshop Elements. The change you make with these software's will remove the date/time stamp unless you only mask (layer) it. Steve M.

Maybe you are looking for

  • Oracle Enterprise Manager issues

    We are experiencing difficulties connecting to http://localhost:1158/em and also the ISQL link from the EM page when and if the EM console does manage to load. Problem 1 -: New Oralce 10G database installed ok no errors. Data imported from old Oralce

  • Can a graphic span two (facing) pages?

    Can a graphic span two (facing) pages? As far as I can tell, it's limited to being on one page or the other, and gets cut off at the margin/edge of page. I'm pretty sure InDesign does this. Yes, I recognize theirs no comparing the two. I mention it o

  • PE9 get confused about displaying images

    Been using PE9 for a few weeks and within the past couple of days it seems to get confused about which image should be displayed within the timeline. Have a medium size project with 30-40 jpg's in it and when shown in the timeline (or in the monitor

  • HELP!!!! GoLive CS2 to Dreamweaver CS4

    I've been using Go Live for sometime I've just purchased a new computer and upgraded all of my softwarre. Go Live won't work on the new computer so I'm having to work out how to use Dreamweaver which is a pain! As a priority I'd like to convert all s

  • Joint Stereo suppo

    Hi everyone, I was wondering if any of you have used Joint Stereo encoded mp3 with your players. I am particularly interessed in the Zen Micro but I would like to get an idea as to whether Creative players support it or not. My doubts come form the f