Menus hidden when moving home page

Hey all,.

Since the last few updates I had some problems master of my Web site with the page format when it is published on BC's MUSE.

I corrected a couple, but since the last update, I have been unable to solve the current problem.

The question is on the menu drop down.  I created using compositions - drop downs on some of the menu etc.  Currently, when you first open the home page, the menu and everything works (except the style of link doesn't seem to be applied correctly, but is not a major problem at this time).  However, as soon as you click on one of the menu items and go to another page, some menu items are hidden.

The problem with the hidden menu items appears as a color change, because you can see the text when scrolling.  It passes from white to black during the movement of the homepage.

Any ideas on what is happening here?

Site is: www.intov8.com.au

Thank you

D

To resolve this problem, I deleted the menus I had there and recreated by using a different method.  He corrected the problems.

I also noticed others have the same problem - solving the current problem without going through the process of recreation is listed here: https://forums.adobe.com/thread/2113049

Tags: Adobe Muse

Similar Questions

  • Want to just clear the values in the command prompt when moving between pages

    Hello

    I wanted to know if its possible.

    I want to erase the prompt value when moving a page to another page in the dashboard is
    should show the way it was when displaying arriving first to the page. Is this possible?
    The problem is that I have a guest of the region as well as a few other guests of column in page 1
    Still in page2, I have even invited to the region and another message from page2 column.
    I think that since the same tablename.colname when I select the APAC region is mentioned guest in page1
    in page 2 also APAC is selected by default

    I want to avoid this?

    I use obiee 11g

    Thank you

    Jin

    have you checked the scope of your prompt? Make a prompt page and it should solve your problem.

  • The drop down menus lost when I selectedfull-page display.

    Original title: dro in the drop-down menus

    I lost the drop down menus when I display the page selectedfull. How to make them return >

    I am pleased to have been of assistance.

    Tricky

  • Request OA region shows the previous search results when moving between pages

    Hi all

    I have a custom Page of OA, which is a query based on a LOV region to search for names of devices. The problem I am facing is once the device name is searched and I'm going to another page through quick links and back on the same page Search Device, it shows the previous search results. I am does not keep AM for all navigation page.

    I already tried things:
    4 K I tried refreshing VO using clearcache and reset methods on the VO.
    2 get, click on the OK button of the query in ProcessFormRequest region and the Go button I use forwardImmediatelyToCurrentPage. And in the process request method that I question the results manually when will click on a button. Otherwise I do it manually where clause condition 1 = 2 and ensure that the VO returns no rows.

    But still, I am not able to get rid of the issue.

    The used code is pasted below for your reference. It is urgent. Can you please provide pointers.


    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processRequest (pageContext, webBean);
    Try
    {
    Am = (VpaAdminAMImpl) pageContext.getApplicationModule (webBean) VpaAdminAMImpl;
    TkvpaDeviceSearchVOImpl deviceAll = am.getTkvpaDeviceSearchVO1 ();

    deviceAll.clearCache ();
    deviceAll.reset ();
    deviceAll.setWhereClause ("1 = 2");
    deviceAll.setWhereClauseParams (null);
    String query = deviceAll.getQuery ();
    System.out.println ("request getSearchResult: =" + query);
    deviceAll.executeQuery ();

    OAQueryBean queryBean = (OAQueryBean) webBean.findChildRecursive ("region1");
    String goAction = queryBean.getGoButtonName ();
    If (PageContext.GetParameter (goAction)! = null)
    {
    getSearchResult (pageContext, am, webBean);
    }
    }
    catch (Exception ex)
    {
    throwException ("SearchDeviceCO.processRequest", ex);
    }
    }


    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processFormRequest (pageContext, webBean);
    Action string = pageContext.getParameter (EVENT_PARAM);
    OAQueryBean queryBean = (OAQueryBean) webBean.findChildRecursive ("region1");
    String Go = queryBean.getGoButtonName ();
    System.out.println (PageContext.GetParameter (Go));

    If (PageContext.GetParameter (GB)! = null)
    {
    pageContext.forwardImmediatelyToCurrentPage (null, false, "N");
    }
    }

    Public Sub (VpaAdminAMImpl am, pageContext, OAWebBean webBean OAPageContext) getSearchResult
    {
    Try
    {
    String device = pageContext.getParameter ("deviceSearch");

    StringBuffer sb = new StringBuffer();
    If (device! = null & & device! = "")
    {
    SB. Append ("nom_peripherique =" "");
    SB. Append (Device);
    SB. Append("'");
    }

    String sql = sb.toString ();
    TkvpaDeviceSearchVOImpl deviceAll = am.getTkvpaDeviceSearchVO1 ();
    deviceAll.setWhereClause (sql);
    deviceAll.setWhereClauseParams (null);
    String query = deviceAll.getQuery ();
    System.out.println ("request getSearchResult: =" + query);
    deviceAll.executeQuery ();
    } catch (System.Exception e)
    {
    e.printStackTrace ();
    }
    }


    Thanks in advance,
    Abhishek Mishra

    Hi Abhishek,

    Please try the code below in your controller ProcessRequest
    This will clear the previous search from the cache.
    Example of
    OAQueryBean queryBean = (OAQueryBean) webBean.findChildRecursive ("QueryRegionName");
    queryBean.clearSearchPersistenceCache (pageContext);

    Hope that helps :-)

    Kind regards
    Chaouki

  • Value of the parameter is not displayed when moving from page of the dialog box

    Hello

    The question I face, is that I have a backup button with the logic in the PFR in which I call a page of dialogue that has an OK button. I give the floor to press ok another page. I need to capture a XXParty parameter that I put in the CO LIC key but is not displayed in the central of the PR of the other page that is called when you press the OK button. Probably I'm missing something very small. Any help would be greatly appreciated. Thank you


    SAVE BUTTON controller LIC... (Call the dialog box and the parameter)
    =============================================
    If (SaveButton! = null)
    {am.invokeMethod ("addNotes", params);  Transaction record.
    System.out.println ("save backwards");
    Try to build your own Page of dialogue here...
    String MainUrl = "OA.jsp?page=xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG & retainAM = Y;
    OAException descMesg = new OAException ("XXTSA", "XX_KSMS_SAVED_NOTES");
    OAException instrMesg = new OAException ("FND", "FND_CANCEL_ALERT");

    DialogPage OADialogPage = new OADialogPage (OAException.INFORMATION, descMesg, null, MainUrl, null);
    OK button to send back the values of the PartyID for CO of the ShipperOverview Page.
    System.out.println ("The party ID is" + left); It is displayed.
    dialogPage.setPostToCallingPage (true);
    java.util.Hashtable formParams = new java.util.Hashtable (1);
    formParams.put ("XXParty", out); Part definition ID in XXParty.
    dialogPage.setFormParameters (formParams);
    pageContext.redirectToDialogPage (dialogPage);


    Partial code in the process asks in the called ShipperOverview Page of the dialog box's OK button
    ====================================================
    super.processRequest (pageContext, webBean);
    Am = (OAApplicationModule) pageContext.getApplicationModule (webBean) OAApplicationModule;
    String XXId = pageContext.getParameter ("XXParty"); Try to recover part ID here of page of the dialog box.
    System.out.println ("The PartyID is" + XXId);

    Salvation;

    Try one of these two options.

    1. pass the value of the part directly in the URL & get it 2nd co:
    String MainUrl = 'OA.jsp?page=xxksms/oracle/apps/imc/ksms/webui/ShipperOverviewPG&retainAM=Y&XXParty="+Party;

    2. After selecting the button ok in the dialog box get the parameters in CO 1 himself then using URL forward, send them to CO 2

    If (SaveButton! = null)
    *{*
    * //Your code... *.
    *//..............*
    *//............*

    Default OAException = new OAException ("XXABCD", "XXABCD_GNO_DELETE_WARNING");
    DialogPage OADialogPage = new OADialogPage (OAException.WARNING, default, null, "","");
    dialogPage.setOkButtonItemName ("DeleteYesButton");
    dialogPage.setOkButtonToPost (true);
    dialogPage.setPostToCallingPage (true);
    String lineId = pageContext.getParameter ("lineId");
    Hashtable ht = new Hashtable();
    HT.put ("lineId", lineId);
    HT.put ('actor', actor);
    HT.put ("empId", empId);
    dialogPage.setFormParameters (ht);
    pageContext.redirectToDialogPage (dialogPage);

    *}*

    * combination else if (pageContext.getParameter ("DeleteYesButton")! = null) {*}
    String lineId = pageContext.getParameter ("lineId");
    String = pageContext.getParameter ("actor") actor;
    Var empId = pageContext.getParameter("empId");
    HashMap formParams = new HashMap (1);
    formParams.put ("lineId", lineId);
    formParams.put ('actor', actor);
    formParams.put ("empId", empId);
    pageContext.forwardImmediately ("OA.jsp?page=/xxx/oracle/apps/xxabcd/appraisal/webui/DrillDownPG",
    NULL, KEEP_MENU_CONTEXT,
    NULL, formParams, true,
    ADD_BREAD_CRUMB_NO);
    *}*

    --
    GsrC

  • I have version 9.0.1 and I wish the days when the Home Page button on the left side of the page that is open, as well as the refresh/Cancel button. I even tried to install older versions of Firefox just to have this option.

    Read the 'question' that contains the details.

    Move the Home button to where you want.

    https://support.Mozilla.com/en-us/KB/how+to+customize+the+toolbar

    http://KB.mozillazine.org/Toolbar_customization

  • When my home page (iGoogle) opens Firefox left loading several pages like the New York Times, etc. on the page of Google. Why is this? It can be corrected? Thank you

    The question preceding pretty well explains the issue. The entire page just does not load, no matter how long wait. He seems to cling to the csi.gstatic.com

    Reload Web pages, and ignore the cache.

    • Hold SHIFT and click reload.
    • Press 'Ctrl + F5' or 'Ctrl + Shift + R' (Windows, Linux)
    • Press 'Cmd + Shift + R' (MAC)

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • ProgressBar needed when Application Home Page is loaded screen shot attached

    PostThis.jpeg

    Hello

    When I have the homepage of my site, I want to show a progress bar on the progress of the loading.


    Please tell me how to implement this?

    I don't want to use the default ProgressBar avialable with the Application installation.

    Please find this requirement sample screenshot is attached.


    Thnaks in advnace.

    Hello

    You must customize your preloader

    http://flashhub.NET/ezflex/testloader/

    Source is included, if you look at pl.as which is the preloader class, you can change this option to suit your purpose.

    in the main application, you declare the preloader class

    http://ns.Adobe.com/MXML/2009.

    xmlns:s = "library://ns.adobe.com/flex/spark".

    xmlns:MX = "library://ns.adobe.com/flex/halo".

    minWidth = minHeight = "955" "600" preloader = "pl" >

    Don't forget a rule of preloader, that they can use the components of the sdk of flex that everything must be pure flash.

    David.

  • Whenever I connect. When my home page or any site I'll is big for the screen. could if it you please let me know how I can get it back to normal size. Thank you

    the sites are great for my screen. should he return to normal.

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    If the above does not fix it:

    Go to the Web site of the manufacturer of your laptop computer-graphics/computer card > drivers and downloads Section > key in your model number > look for the latest Vista drivers > download/install them.

    Then:

    http://Windows.Microsoft.com/en-AU/Windows-Vista/change-screen-resolution

    Change the screen resolution

    Screen resolution refers to the clarity of the text and images on your screen. At higher resolutions, items appear sharper. They appear also smaller, so more items adapted to the screen. At lower resolutions, fewer items adapted to the screen, but they are larger and easier to see. At very low resolutions, however, images may have serrated edges.

    See you soon.

    Mick Murphy - Microsoft partner

  • My home page is extremely small and difficult to read without a magnifying glass.

    When my home page is displayed, it is extremely small and difficult to read. How to enlarge or expand this page?

    Reset the page zoom on pages that cause problems: view > Zoom > reset (Ctrl + 0 (zero); Cmd + 0 on Mac)

    • Press F10, or press the Alt key to bring up the 'Menu Bar' temporarily if the menu bar is hidden.

    You can use an extension to set a page zoom and the size of the default font on the web pages.

  • "box to remove 'being a hero of the web' make your mark ' on the home page

    using FF5.01. WinXP sp3 when opening home page has my google image search in the Center, but under another box with different adds for FF for example: be a hero of the web or make your mark how to remove what I changed my homepage to "open with white but then my google search went which I use. any info just to stop the box appearing on the home page FF

    You're better off use the Chromedit Plus had extension to play with 3 user folders, such as Firefox 4 and later versions do not even have the required folder \chrome\ and the example - files of this version of Firefox. The user must create this folder itself, as well as files, too - Chromedit Plus takes care of this for you and gives you an interface in the window of Firefox to edit these files, so that a reset button in order to test your changes more conveniently-close Firefox, change the user to a remote folder file and save it, then open Firefox to check change the work - and when it is not the process all over again.

    http://webdesigns.MS11.NET/chromeditp.html

    The best way to get rid of these "extracts" should change you your homepage back to what Firefox used before Firefox 4.0.

    http://www.Google.com/Firefox

    But, you will see the "snippets" that Google decides to show you instead of Mozilla. But those who are not too obnoxious to research on this page, and you will get the Google Web return to top menu to access to various Google services on your homepage.

  • When I download firefox and bring it up it flashes 5 or 6 times before going to the home page

    get a file off several times to go to other locations on my desk, for example, my photo file. When I try to put firefox back up it flashes 5, 6, or even 7 times before moving my home page. It is of is there, but it is annoying and should not happen.

    even if I do an output file I had too many things open. a friend fixed it for me. Thanks anyway.

  • When I m I look at an image or another document, after a time (short term) the screen go to the home page, how can I change the time if I don't have this problem?

    When I m I look at an image or another document, after a time (short term) the screen go to the home page, how can I change the time if I don't have this problem

    Hi, Romulo,

    This question should be validated in the Internet Explorer Forum.  Note the drop-down menus.

    http://answers.Microsoft.com/en-us/IE/Forum

    What sites you encounter the problem with?

    Make sure flash player is the current version

    http://www.Adobe.com/software/Flash/about/

    Check Shockwave player is the current version

    http://www.Adobe.com/Shockwave/welcome/

    Check the Java version

    http://Java.com/en/download/installed.jsp

    You check the internet connection

    If you are experiencing network connectivity problems in Internet Explorer, the first thing to do is to make sure that all cables are connected. Then open Network Diagnostics by right-clicking the network icon in the notification area, and then click diagnose and repair (if you use Windows Vista) or solve problems (if you use Windows 7).

    If the problem persists, see the following articles:

  • How to create a photo album, where I have a picture on my home page, and when you click it, it op

    I am trying to create albums on my web page where the cover image is displayed on the home page. When someone clicks on the images I want to open a gallery that opens with all the images in this series. I want the images to display one by one with the viewer moving to the next image by pressing the arrow next to the picture, or by a sequence of numbers at the bottom that the viewer can click on. I use mac and Dreamweaver cs5.

    Thank you

    57 + photo library solutions you could use.

    http://www.1stWebDesigner.com/CSS/57-free-image-gallery-slideshow-and-lightbox-solutions/

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB

  • How can I remove the page options for my home pages when I use several home pages?

    I used several pages to my homepage with FireFox for a long time. I've recently updated my homepage as always - "use current pages" - now the firefox open the options page and which ones I want. It is not listed in the list of pages to open as home pages, but it nevertheless opens. I can't get rid of it because I have to open the options page to set the home pages.

    When you used the "use current pages" he adds all the tabs in the window that you were. Just remove the subject: preferences list in the box.

Maybe you are looking for