Navigation Link Width Problem

Dear All,
I am created a website wrap (960 px) & table is 960 px, I am set the navigation menu also 960 px. I don’t know 100 px gap come the right side how can I reduce. Gap mention green color. Plz help
weblink

Comment out /* width: 960px; */ as shown below, that should work. No need to set a width on an element which is inside a specific width container as it will stretch the full 100% width anyway. The extra width is most likely coming from some padding you have on the anchor tags which get added to the overall width resulting in an overflow.
.dcjq-mega-menu ul.menu {
    background: #222 url(images/bg_black.png) repeat-x 0 -80px;
    /* width: 960px;*/
    height: 40px;
    border-right: 1px solid #1B1B1B;
    border-left: 1px solid #1B1B1B;
    position: relative; /* Important - required for positioning of mega menu */
    font: normal 13px Arial, sans-serif;
    line-height: 16px;

Similar Messages

  • Problem in filtering when we use navigation link

    Hi all BI Gurus,
    I am having one problem can anyone please help me to come out of it.
    Here is my problem,
    I created two reports. The first one gives you basic idea and the second one give you more detail related to first report.
    e.g.
    First Report is displaying which type of part is manufacturing in which location.
    Like
         Code     -     Location     -     Product Name
         101     -     USA           -           Laptop
         102     -     China           -           Camcorder
         103     -     China           -           Walkman
         102     -     Japan           -           Camcorder
         105     -     Japan           -           Speaker
    Now in this report I am having link to my second report on Code column. For this I am using navigation link which will display my second report which will provide more details regarding the selected product. i.g if I click on first 102 then my second report should display details for Camcorder with location China only not for both China and Japan.
    I prepared both reports, added that navigation link in first report and in my second report I added filter on Code, Location and Product Name as ‘Is Prompted’
    I am running these reports and click on code first 102, my second report is displaying record for both China and Japan. Means it is filtering only code value not other values which are in same row.
    Could any one please help me in my problem?
    Regards,

    hi,
    as we can see here the relation is not unique between code - location
    Code - Location - Product Name
    101 - USA - Laptop
    102 - China - Camcorder
    103 - China - Walkman
    102 - Japan - Camcorder
    105 - Japan - Speaker
    meaning that code 102 is not unique for location(it address China and Usa),so you have 2 solutions....
    So, add a extra column which will be unique describe all the 3 columns,so in order to pass that value to the 2 report.
    Now,either you have one...either you have to make one at your etl(let's say add 2 existing columns code + location).
    Code - Location - Product Name ------CodeLocation
    101 - USA - Laptop------------------------101USA
    102 - China - Camcorder-----------------102China
    103 - China - Walkman--------------------103China
    102 - Japan - Camcorder------------------102Japan
    105 - Japan - Speaker----------------------105Japan
    in this as you can see if you put navigation at the column CodeLocation,you have unique row selected.
    You can also put a sequence in your etl at your table code or location and make a relation between these two...
    Tnink,you select value 'A'.Then 'A' must show only to then ones you want....
    Here you say,give me all the results of 102,but you want 102 + location!
    so in some way you must make Bi to understund.
    As i have mentioned you,there are 2 ways...Db or programming
    Db is better(you can use it and in other situations and is more good in performance)
    Programming is in your hand.(by clicking on something you must assign to 'session' of Bi the values you want to be filteted at the 2.
    This can be done...
    http://oraclebizint.wordpress.com/2009/01/26/integration-of-all-oracle-and-non-oracle-reporting-toolsets-url-parameters-an-introduction/
    http://oraclebizint.wordpress.com/2007/07/30/customizing-obi-ee-%E2%80%93-go-url-parameters/
    http://sureshotstrategies.wordpress.com/2008/12/13/integrating-oracle-obiee-content-using-go-url-syntax-2/
    and this!!!!
    How to use GO URL?
    i hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Picture UNDER Navigation link Problem? now links don't work

    Sorry for the repost need to add a few things
    Hi- I am having a problem with using a background image "under" the navigation links??
    Here is what I did
    (Thanks to James S. who taught me this trick I:
    optimized a full page jpg and dragged it to my web pages only 34K
    2) sized it to fit
    3) sent to to "background"
    and it works fine
    HOWEVER
    when I stretch the bacground image UP under the navigation links the links no longer work?
    what am I doing wrong?
    if I lower the background image to just BELOW the links they work but it looks bad.
    How can I create a full page background that is also under the links without making it a bloated PNG (using the background image fill command in i web)
    Thanks in advance!
    Jim
    I actually had it working fine under most of my pages then when I "uploaded all to.mac it stopped???
    http://web.mac.com/videolounge the Rate Card" page works after lowering image????

    Hi James
    I see you've helped a number of people with iWeb problems so would appreciate your valuable advice please.
    I'm having problems with iWeb links not working so wondered if you could help or point me in the right direction please
    This is my very first web site and all links work fine in iWeb, but some of the links are not working when I publish my site, so I'd really appreciate you having a look at my site please and give me your very valuable advice on how to fix this please.
    Someone suggested emptying the browser's cache which I did, but it's still not working. I have made sure that all the link boxes have been brought to the front and any pictures etc near the links have been sent to the back.
    My temporary site is at http://web.mac/gngraphics and if you were to click on anywhere in the Home page it's fine, but if you were to click on exhibitions/events, once you're in that page none of the links work, and it's the same for most of the others, but not all.
    Please let me know if you need any other information, and thanking you in advance for taking the time and hope you can help me.
    George
    Macintosh G5   Mac OS X (10.4.9)  
    Macintosh G5   Mac OS X (10.4.9)  

  • Problem of PCI express link width and speed

    hello,
    I instantiate the pci express core v1.7 into a pci express endpoint and the core was configured as GEN I x8 or GEN II x4. By using the example design Xilinx offered in the ipcore dir, I could read and write device by PIO mode.
    However, when I check the device’s link width and speed by using lspci –vvvv in Linux, I found that no matter what configurations I set, the device link is always trained as GEN I x1, which means the throughput of device, reduce 8 times. May the most important problem is that all logic in the user layer upon transaction layer are written at 250MHz, and if link width and speed are limited 2.5G/T and x1, I need to change user logic circuit which is a huge work.
    So my question is how to change the PCI express link width and speed in OS side, or I need to change a new motherboard?
    (I guess it related with motherboard, and I check that the PCI express slot in motherboard support GEN II X16. Another issue, when I insert a PCI express GEN II x8 device, the device is also trained as GEN I x1).
    lscpi -vvvv
    01:00.0 RAM memory: Xilinx Corporation Device 6018
    Subsystem: Xilinx Corporation Device 0007
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at dfcff800 (32-bit, non-prefetchable) [size=2K]
    Region 1: Memory at de000000 (32-bit, non-prefetchable) [size=16M]
    Capabilities: [40] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    Capabilities: [60] Express (v2) Endpoint, MSI 01
    DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
    ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
    RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x8, ASPM L0s, Latency L0 unlimited, L1 unlimited
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
    DevCap2: Completion Timeout: Range B, TimeoutDis-
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
    LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
    Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
    Compliance De-emphasis: -6dB
    LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
    EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
    Capabilities: [100 v1] Device Serial Number 00-00-00-01-01-00-0a-35
    Kernel driver in use: card

    I also have this issue of the user_link_up is high and everything looks good but the LnkSta widht is 1x. did you ever get any guidance about this?
     

  • Neo4-Fi PCI-e VGA Link width x8 problem

    motherboard: K8N Neo4-FI
    processor: AMD Athlon64 3200+
    ram: 2 x 1GB
    power supply: Antec True Power Quattro 850
    vga: Sapphire HD2600 XT 256MB PCI-e
    sound: Creative Audigy 2 Platinum
    raid: Highpoint RocketRAID 133
    hdd: 9 pcs (5 ata, 4 sata)
    case: Chieftec BA-02B-B-B
    fdd: ?
    fans: 2 x 12cm, 5 x 8cm
    DVD-rom: ?
    DVD+-RW: Pioneer DVR109
    Here is my problem. I had Vga Sapphire x1300. Link width was x16 and everything worked fine. Now I have bought new vga card Sapphire HD2600 XT 256MB and now the PCI-e vga link width is x8. The motherboard is not SLI and there is only one PCI-e x16 slot. The graphic card works and the card itself is x16. PCI-e is x16. So PCI-e vga link width should say x16 as it has with my old card, but it says x8. I have updated BIOS to the latest version. I have searched the manual but I didn't find anything about setting up the graphic card bus. BIOS has setting for PCIE Spread Spectrum which can be set to "Down Spread" or "Disabled". The second setting for PCIE is PCIE Clock which can be in range from 100-145MHz. I didn't changed these settings because with an old card everything worked fine, and I don't know what these settings mean. Are one of this two settings related to my problem?  I haven't overclock any of my components.
    Can someone please help me or suggest what to do?
    Thanks in advance!
    Daniel

    Quote from: daniel66 on 19-March-08, 03:05:03
    I did what you said and it worked. I pulled the card out and inserted it again. Pushed it a little bit harder in the slot and now it says x16 like it use to.
    Thanks again!
    Daniel
    That's why is good to have hammer around just in case

  • Navigation Link failes : _layouts/15/AreaNavigationSettings.aspx fails to load on subsites

    PROBLEM: The navigation link in Site Settings will only works on the root site. Any sub site I get the notorious "Sorry, something went wrong An unexpected error has occurred." 
    When I look at the logs I see the following that relate to the correlation ID below.  Any ideas on how to get Navigation working?
    This was caused when I migrated sites from one farm to another and only if I created a new site collection and replaced the root site with one from the other farm.  
    What I've Tried:
    I've done this on other site collections where I moved the sites but made them subsites and did not overwrite the root site and the navigation feature works fine.  Even sites where I
    didn't do a migration it worked great.
    I've tried the following found at this link which seems to be the most popular solution but I've had no luck.
    https://praveenix.wordpress.com/2014/03/16/sharepoint-2013-left-navigation-and-top-navigation-bar-does-not-render-links-and-shows-error-an-error-occurred-while-rendering-navigation-for-requested-url/
    Anyone have any ideas on how to get Navigation working?
    LOGS:
    Application error when access /_layouts/15/AreaNavigationSettings.aspx, Error=Object reference not set to an instance of an object.  
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    System.NullReferenceException: Object reference not set to an instance of an object.   
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not
    set to an instance of an object.     at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.GetInheritedNavigationCaption(StandardNavigationSettings settings)    
    at Microsoft.SharePoint.Publishing.Internal.CodeBehind.AreaNavigationSettingsPage.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.HandleError(Exception e)    
    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
    This also appear in the logs:
    UserAgent not available, file operations may not be optimized.    at Microsoft.SharePoint.SPFileStreamManager.CreateCobaltStreamContainer(SPFileStreamStore spfs, ILockBytes ilb,
    Boolean copyOnFirstWrite, Boolean disposeIlb)     at Microsoft.SharePoint.SPFileStreamManager.SetInputLockBytes(SPFileInfo& fileInfo, SqlSession session, PrefetchResult prefetchResult)     at Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedStreamBufferFactory.CreateFromDocumentRowset(Guid
    databaseId, SqlSession session, SPFileStreamManager spfstm, Object[] metadataRow, SPRowset contentRowset, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.SPSqlClient.GetDocumentContentRow(Int32
    rowOrd, Object ospFileStmMgr, SPDocumentBindRequest& dbreq, SPDocumentBindResults& dbres)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet,
    String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean&
    pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String&
    pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies,
    Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequestInternalClass.GetFileAndMetaInfo(String bstrUrl, Byte bPageView, Byte
    bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean& pbGhostedDocument,
    Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object& pvarMetaData, Object&
    pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel, UInt64& ppermMask, Object&
    pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.Library.SPRequest.GetFileAndMetaInfo(String
    bstrUrl, Byte bPageView, Byte bPageMode, Byte bGetBuildDependencySet, String bstrCurrentFolderUrl, Int32 iRequestVersion, Byte bMainFileRequest, Boolean& pbCanCustomizePages, Boolean& pbCanPersonalizeWebParts, Boolean& pbCanAddDeleteWebParts, Boolean&
    pbGhostedDocument, Boolean& pbDefaultToPersonal, Boolean& pbIsWebWelcomePage, String& pbstrSiteRoot, Guid& pgSiteId, UInt32& pdwVersion, String& pbstrTimeLastModified, String& pbstrContent, UInt32& pdwPartCount, Object&
    pvarMetaData, Object& pvarMultipleMeetingDoclibRootFolders, String& pbstrRedirectUrl, Boolean& pbObjectIsList, Guid& pgListId, UInt32& pdwItemId, Int64& pllListFlags, Boolean& pbAccessDenied, Guid& pgDocid, Byte& piLevel,
    UInt64& ppermMask, Object& pvarBuildDependencySet, UInt32& pdwNumBuildDependencies, Object& pvarBuildDependencies, String& pbstrFolderUrl, String& pbstrContentTypeOrder, Guid& pgDocScopeId)     at Microsoft.SharePoint.SPWeb.GetWebPartPageContent(Uri
    pageUrl, Int32 pageVersion, PageView requestedView, HttpContext context, Boolean forRender, Boolean includeHidden, Boolean mainFileRequest, Boolean fetchDependencyInformation, Boolean& ghostedPage, String& siteRoot, Guid& siteId, Int64& bytes,
    Guid& docId, UInt32& docVersion, String& timeLastModified, Byte& level, Object& buildDependencySetData, UInt32& dependencyCount, Object& buildDependencies, SPWebPartCollectionInitialState& initialState, Object& oMultipleMeetingDoclibRootFolders,
    String& redirectUrl, Boolean& ObjectIsList, Guid& listId)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.FetchWebPartPageInformationForInit(HttpContext context, SPWeb spweb, Boolean mainFileRequest, String
    path, Boolean impersonate, Boolean& isAppWeb, Boolean& fGhostedPage, Guid& docId, UInt32& docVersion, String& timeLastModified, SPFileLevel& spLevel, String& masterPageUrl, String& customMasterPageUrl, String& webUrl, String&
    siteUrl, Guid& siteId, Object& buildDependencySetData, SPWebPartCollectionInitialState& initialState, String& siteRoot, String& redirectUrl, Object& oMultipleMeetingDoclibRootFolders, Boolean& objectIsList, Guid& listId, Int64&
    bytes)     at Microsoft.SharePoint.ApplicationRuntime.SPRequestModuleData.GetWebPartPageData(HttpContext context, String path, Boolean throwIfFileNotFound)     at Microsoft.SharePoint.ApplicationRuntime.SPVirtualPathProvider.GetCacheKey(String
    virtualPath)     at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath
    virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)     at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath,
    Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)     at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)    
    at System.Web.UI.Page.ApplyMasterPage()     at System.Web.UI.Page.PerformPreInit()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)     at
    System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)     at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)     at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest
    wr, HttpContext context)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr
    rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)    
    at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr
    nativeRequestContext, IntPtr moduleData, Int32 flags)     at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)

    Hi Craig,
    I understand you encountered the issue with navigation link in the sites after migrated to another one.
    The issue might be caused by
    Navigation links that were added by site owners as relative links in the old site continued to work, and links that were added and managed automatically by SharePoint continued to work as well.
    Please try the script in the article below and see if it fix the link:
    http://sharepointtaproom.com/2014/11/12/how-to-fix-broken-navigation-links-after-sharepoint-upgrade-or-migration/
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • BI Report in Web UI - Cross Navigational Link

    HI Gurus,
    I made the neccessary customizing settings in CRMC_UI_NBLINKS to display my BI reports in the CRM Web-UI.
    Now I want to use the 'Cross Navigational links for InfoObjects' to be able to navigate from a BI report to a CRM UI component.
    I am using a report about activity partners (0BP_ACTIVIT/0BPARTNER).
    My settings in CRMC_UI_NBLINKS for this report:
    InfoObject: 0BP_ACTIVIT
    Navigational Link ID: Z_XXX
    Seq.: 1
    Object Type: BP_ACCOUNT
    Object Action: B Display
    Text: BP Link
    However in the context menu on the report I do not see any 'BP link'. I tried 3.x and 7.x web templates and 3.x and 7.x queries, no luck.
    What am I missing?
    Regards,
    Michael

    Hi,
    We are facing the same problem.
    Can you tell us how you solved it, if you did.
    Thank you,
    A.Morais & I.Llopis

  • How to Open a Navigation Link in a new Window?

    Hi guys,
       I am trying to add a link to one of my team site. And i have activated the SharePoint server publishing infrastructure service. In the navigation link i am sure the clicked the check box open in new window. But i not getting the new window.
    The link still open in the same tab. How to open it in new tab ?!!
    I am using SharePoint 2013. I am using free trail pack.

    Hi
    one way is to code.
    open the page using Deisgner, goto that hlink, and insert inside it target="_blank"
    like
    <a href="the_URL" taget="_blank">you text or a xslt tag</a>
    Alose check this article
    http://www.w3schools.com/HTML/html_links.asp
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Navigation links are visible to all groups even after applying specific target audience group in to links at sharepoint 2010 publishing site

    Hi ,
       Any one please help me on why the global navigation links are visible to all group users  even after applying a specific target audience group to the link. I Checked , User profile service  and User profile synchronizing services
    and they are running fine. Test environment is running fine even both the services are not running. Please let me know is any relation should be there between target audience and User profile services?
       I am wondering that the Target Audience is not working in global navigation suddenly in production server and the same is working in test server.
    Thanks & Regards,
    NareshRaju YV,
    Infosys.

    Hi NareshRaju,
    Did you add SharePoint Groups to Target Audience ? if yes please refer http://social.technet.microsoft.com/Forums/sharepoint/en-US/7862f182-c6a2-4d2e-9025-b11514575ac3/audience-targeting-for-navigation-link-issue?forum=sharepointgenerallegacy and
    you will get solution
    Let us now if this helps, thanks
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Flash Navigation & Links Source File Issue

    Hello Everyone,
    I am using a flash template for my site's navigation. I have edited it myself. With it, a URLS.txt file must be used to provide the links for the flash buttons. I have edited this file, and placed it all on my site.
    The problem? The links are recognized in IE6.0 and Firefox on a computer running Vista. As well, my computer (an Apple MacBook with Leopard) allows the links to click through with Firefox. HOWEVER, when I try to navigate with my Safari 3.0 I get a pop up programmed in to the flash file that no URL was specified.
    How the heck can this work on some browsers and not others? I obviously set it up correctly... but something is off.
    Anyway, please see for yourself;
    http://www.caseit.net   
    Thank you in advance!

    My mistake Rob! I just checked, and I do have Safari 4.0.2 on a Mac. For me, when I click on the first navigation link "About CaseIT" I get a nasty javascript popup explaining that I didn't provide a link.
    I wonder why *my* Safari doesn't allow it to work, but yours does... as well as other browsers sometimes do. (My coworker can't get the links to work on IE6.0 at her work computer)    but it works on MY IE6.0 on my desktop. Strange.

  • Create View without inbound, outbound and navigation link

    Please look at this picture:
    There are:
    + PanelView
    + View 01
    + View 02
    + EmptyView
    In the PanelView, there are two buttons,  button01 and button02. When press on button01, it shows View01; when press on button02, it shows View02.
    Problem is:
    How to do above things without creating inbound, outbound and navigation link.
    Thank u a lot.

    Dear Mr.         Raghunandan Madarikuruva ,
    Everything is very easy if there are inbound, outbound, and navigation link.
    What happen if there isn't inbound, outbound, and navigation link.
    My problem is how to open each childview without  inbound, outbound, and navigation link.
    How can I do that
    Thank you for answer my question.
    Thank you again
    This is yahoo ID: [email protected]
    and Skype ID: doleminhtriet
    May I talk to you?
    Edited by: krisscage krisscage on Sep 26, 2008 10:53 AM

  • Anchor point not working with pinned page navigation link

    Anchor point at top of page, named top, does not function when clicking on pinned navigation link text.  Correct link has been made in the Links menu.  What procedure might overcome this functional problem?
    I have the same type of anchor point named 'top' on other pages and the pinned navigation link works fine on those pages.  For some reason only one page shows this problem.
    Thanks,
    Tim

    Try moving the 'top' anchor down a little bit. I have run into a few issues when the anchor was to close to the top of the canvas for example JS not smooth scrolling, it would just jump to the top or it would not do a thing like what you are experiencing.

  • Areca Link Width seems low

    I have an Areca 1231ML in my Early 2008 MacPro under 10.6.7. The card is supposedly PCIe 8x. I have the card in Slot-2 and System Profiler reports the card is running at 2x. Any ideas how I could get this running at the specified 8x?
    Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.8 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per processor):          12 MB
      Memory:          16 GB
      Bus Speed:          1.6 GHz
      Boot ROM Version:          MP31.006C.B05
      SMC Version (system):          1.25f4
    pci17d3,1280:
      Type:          RAID Controller
      Driver Installed:          Yes
      Bus:          PCI
      Slot:          Slot-2
      Vendor ID:          0x17d3
      Device ID:          0x1280
      Subsystem Vendor ID:          0x17d3
      Subsystem ID:          0x1231
      Revision ID:          0x0000
      Link Width:          x2
      Link Speed:          2.5 GT/s
    -Charlie

    I solved the problem by reseting the PRAM. Back to 8x .

  • Why my navigational link is not working?

    Hello
    I am a newbie and in the process of creating my first website.  My problem is navigation links.
    I created a horizontal navigational link using Spry.  I've already written the link address for each tab navigation.  But when I view my web page using "Live View" and or press F12 or Ctrl F12 (IE and Firefox)
    the link will only work on the first clicked tab.  Clicking the subsequent tabs would not work.
    I tried to test a simple link by typing 5 words and linking them to 5 files accordingly.  The same result, that it will only work on the first clicked word and would not work subsequently.
    Please help and thank you in advance.

    If you haven't already, you'll need to procure space on a remote web server from a commercial hosting company.  When you've got the log-in details from your host, plug that info into Dreamweaver.
    See Setting Up Local & Remote site folders (CS5 & CS5.5)
    http://help.adobe.com/en_US/dreamweaver/cs/using/WS753df6af718a350a60097e0f131686fa2b4-7ff e.html
    Upload your test page & dependant files to your remote server. 
    Come back here and post the URL to your problem page. 
    When your question is answered, you may remove the files from your remote server.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Outbound plug, confusing error message: no navigational link attached

    Hello,
    I just finished the WebDynpro Quiz tutorial and deployed the application. Unfortunately when pressing the start button the application dumps and I get a stack trace
       com.sap.tc.webdynpro.services.exceptions.WDRuntimeException:
    Cannot navigate via outbound plug StartQuizOut of view WelcomeView
    because there is no navigational link attached to it
        at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:349)
    indicating that there was no navigational link attached to my plug StartQuizOut. However the link is definitly there.
    As sources are not provided I cannot debug into the class named in the trace.
    Could someone please give me a hint. I think I did everything according to the tutorial, but I am stuck now.
    Regards,
    Sebastian Kamp
    P.S. I searched this forum for "no navigational link attached"; there are some threads with a similar problem description, but no solution is provided.

    Hi Zita,
    thanks for your answer. I kind of solved the problem. When following the Tutorial I ended up for some reason with two versions of/references on (?) the WelcomeView - one was embedded in the QuizViewSet, the other directly in the Quiz-Window - don't ask me how that happend. Anyway, both were identical except the navigation links. The embedded view had all the navigation links required, the other didn't. So eventually in despair I deleted this view.. and now it works fine.
    Regards,
    Sebastian

Maybe you are looking for

  • Error 500--Internal Server Error.PLEASE   HELP .

    hi, I am using BEA weblogic server 9.0.i created a new domain named myproject.I have created directory mywebapp under applications dir. i.e C:\bea\user_projects\domains\myproject\applications\mywebapp I have placed my servlet class in : C:\bea\user_p

  • Downloading and Installing 'Additional' Content

    Hi There, So I managed to download the 'additional content' - I entered my password to install it and the window popped up saying installing... Then I swiped to a different 'desktop' - I was in full screen mode in Lion - when I returned the installin

  • ICloud contacts do not sync under ML

    I have 697 contacts in 11 groups stored in iCloud and all appear on my iPhone and iPad. They were also visible in the contacts app on my MacBook Air so far. After the installation of ML yesterday, there are only 490 contacts and no groups and changes

  • Change to Audio CD File Format?

    Has there been a recent change in the way Leopard presents files when a normal audio CD is simply mounted in Finder? I could swear they used to be presented as WAV files as recently as, say, October 2008. They're currently showing as AIFF. Is there a

  • Logging change in a specific field in a sap table

    Hi, i would know if it's possible to log the change only one a field in a table like AUFK. I create a new field and i want to know who and when a change is make. Thanks a lot. Edited by: draconagi on Mar 9, 2011 3:14 PM Edited by: draconagi on Mar 9,