Active States Not Working on Anchor Links?

Since updating to the newest version of Muse today, it seems that my parallax site's navigation button aren't displaying the "active" state once you scroll to an anchored position. This was working earlier today, it seems to be an issue with the newest version of Muse (v7.2, Build 230). Anyone else having this issue?
Here's a link to the site. http://www.hillcreative.net

I think this bug is back. I am using the latest Muse build.
When I go to add a menu (manual) from the widget menu, I can add in the names of the buttons without issue.
If I want to link out to other sites, no issue.
However, if I add anchor links, things fall apart.
It seems the first few links work without issue and with a fixed menu at the top, the page scrolls nicely to the area. However, I am noticing that the 4th and 5th button in a manual menu do not respond to active states and even the scrolling page navigation is wonky. The "team" and "contact" buttons never highlight, even when selected, nor do they navigate properly to the corresponidng anchor link.
I have moved the anchor links deeper down the page to see if this makes a difference and it doesn't. It is as if the menu can't pick up the anchor points.
I addition, when viewed on iOS devices (although not optimized) I get 2 active states selected in the menu.
I think the script for this widget needs revisiting. Please advise.
Here is a link to my temporary example:
http://jbrubaker.fatcow.com/warwick/index.html
The active state only shows up for the first 3 buttons...weird.
(Windows 7 / All latest browers)
Thanks!
J.

Similar Messages

  • Active state not working in scrolling site (with anchor links)

    I'm design a scrolling site with anchor links and an horizontal menu on the top.
    when i publish the site and click on the menu buttons the site scrolling to the place of the anchor but the active state in the menu is not working.
    now... when i leave the main page (were the scrolling site is) and then return back to it all active states are working perfectly
    anyone have this bug? or any one know how to fix it ?

    Hmmm...I've just been playing around, and I think I got the Active State to work correctly.  I think my problem was not understand what Active State means.
    To answer your question, I was changing the Font Color and Box Fill Color of the Active State.
    I did not understand that Active State means the look of the Menu Item when the PAGE is active.  I thought it meant the look of the Menu item when the cursor is scrolling down the Menu (i.e. when the MENU is Active, not the page).
    Look at this page for an example of what I'm trying to achieve...
    http://www.pgavdestinations.com
    When you hover over the "Work" menu item, and move the cursor down the menu, the state of "Work" remains changed until you move the cursor off of that menu column. It does NOT return back to it's Normal state until you are off of that menu column.
    Is there a way to achieve this with the menu states in Muse?
    Thanks for the replies!
    Dave.

  • Active State not working in Horizontal Menu Bar

    I have a Horizontal Menu Bar.
    I've set the Top Level Item with Normal, Rollover, Mouse Down and Active States to be different. 
    All three work on the Top Level Item, EXCEPT for Active State. When the menu is Active, and I move the mouse down the items, the Top Level Item defualts to the Normal State, NOT the Active State.
    I've tried trashing the Active State and rebuilding it.  That did not work.
    I can't figure out how to get the Top Level Item in the Menu Bar to display the Active State.
    Hope someone has some suggestions, or knows if this is a bug.
    Thanks.
    Dave Coop.

    Hmmm...I've just been playing around, and I think I got the Active State to work correctly.  I think my problem was not understand what Active State means.
    To answer your question, I was changing the Font Color and Box Fill Color of the Active State.
    I did not understand that Active State means the look of the Menu Item when the PAGE is active.  I thought it meant the look of the Menu item when the cursor is scrolling down the Menu (i.e. when the MENU is Active, not the page).
    Look at this page for an example of what I'm trying to achieve...
    http://www.pgavdestinations.com
    When you hover over the "Work" menu item, and move the cursor down the menu, the state of "Work" remains changed until you move the cursor off of that menu column. It does NOT return back to it's Normal state until you are off of that menu column.
    Is there a way to achieve this with the menu states in Muse?
    Thanks for the replies!
    Dave.

  • Merge statement not working over db link

    I have a merge statement that works fine when it's run against a local table, but when I try to run it against a table over a database link, I get the following error.
    ERROR at line 1:
    ORA-01008: not all variables bound
    ORA-02063: preceding line from REPOS
    ORA-06512: at "DBADMIN.PING_DB", line 6
    ORA-06512: at line 1
    Here is the code:
    create or replace procedure ping_db
    as
    begin
    merge into availability@repos A
    using (select trunc(sysdate) from dual)
    on (trunc(A.day) = trunc(sysdate))
    when matched then update set A.uptime = A.uptime + 1
    when not matched then insert (hostname,dbname,day,uptime) values
    (utl_inaddr.get_host_name,sys.database_name,trunc(sysdate),1);
    commit;
    end;
    /Code compiles fine, but gets the error when it's executed. Any help would be appreciated.

    9.2.0.x is the version (9.2.0.4,.5 and .6)

  • Why would menu button's active state not work? Regardless if I import PSD button or use menu widget from the widget library.

    I am using Adobe Muse CC (up-to-date) and tried to troubleshoot the following: Menu button's active state is not working, both on preview and after publishing. I tried many ways to place menu-designed buttons myself using photoshop and used widgets library (buttons, compositions, menus,etc.). Lastly, in regards to buttons, one of my menu buttons appear clear and crisp (psd button) and all others are blurry (though designed,saved and imported the same way);what could be the problem? Can anyone help?Thanks.

    That line is for pop up message?You would typically use a tool tip for that.
    The "Accessibility" features are different and I believe you need additional software to take advantage of them:
    http://java.sun.com/j2se/1.5.0/docs/guide/access/index.html

  • Rollover states not working when published online. Suggestions?

    I have created rollover states for image navigation. Works great in preview. Works great when published to desktop. I have uploaded to FTP site. Some of the rollovers work, others do not.? I have replaced and re-uploaded, still not working. The normal and active states all work, but the rollover state vanishes. The images are in the image folder. The css pages do have the code to swap the images. Same issue in Chrome, Safari, Firefox, and on ipad.
    What am I missing? Thank you for your help!

    What's the URL?

  • Pick activity is not working properly while creating two or more file adapt

    Hi,
    pick activity is not working properly while creating two or more file adapter for bpel process.
    bpel process compiled and deployed succesfully but while observing the wsdl file of deployed process you can find only one file adapter. so it polls only from that location.
    can anybody help on over this? or it's limitation of jdev to use only one file adapter at time while using Pick.
    Thanks
    sagar

    Does anybody tried this?
    Thanks
    sagar

  • Select statement not working

    hi to all,
    I am trying to write use inner joining . here is code
    DATA:tabname LIKE dd02L-tabname,
         table_disc LIKE dd02t-ddtext.
      SELECT  dd02ltabname dd02tddtext INTO (tabname,table_disc)
        FROM dd02l INNER JOIN dd02t on dd02ltabname = dd02ttabname
              WHERE dd02tddlanguage = 'E' AND dd02ltabclass = 'TRANSP'
                                AND dd02L~tabname = 'ZANKI*'.
        endselect.
          write : tabname.
    I also checked in tables dd02t and dd02l for the table zanki* and data available in both table . but here select statement not working .do u have any idea about this. thank you

    Hi,
    I executed the ur inner join conditin by commenting 'z*' it's working fine.
    I think  where condition is not getting satisfied so u r not getting any data.
    Please conform in where condition you need * 'AND'* or OR
    I change decalration as below.
    DATA:tabname    type TABNAME,
          table_disc type AS4TEXT.
    SELECT dd02l~tabname
           dd02t~ddtext  INTO (tabname, table_disc)
    FROM dd02l  INNER JOIN dd02t on dd02l~tabname = dd02t~tabname
    WHERE dd02t~ddlanguage = 'E' AND
          dd02l~tabclass = 'TRANSP'AND
        dd02L~tabname = 'ZANKI*'.
    endselect.
    write : tabname.
    Regards,
    Pravin

  • Hierarchical Tree: When-Tree-Node-Activated is not working

    I'm working Forms 10G rel.2.1 and also using application server 10G 2.
    my problem is in Hierarchical Tree [When-Tree-Node-Activated] is not working in Enter this is working in Enter+Tab
    I want to this trigger is working in only Enter.
    I'm waiting quick response

    node_value is only item which have transfer the form or report name
    Trigger Name : WHEN-TREE-NODE-ACTIVATED
    Declare      
         htree                Item ;
    Begin
         --clear_values;
    --           htree := Find_Item('tree.htree');
    -- Find the value of the node clicked on.
    :node_value := ftree.Get_Tree_Node_Property(htree, :SYSTEM.trigger_NODE, Ftree.NODE_VALUE);
    ----Above node value transfer the procedure and call the form with node_value(Form Name)
         Execute_CMD_PROC;
    Exception
         When Others Then Null;
    End ;
    when i enter then no value but when i enter+tab then show the form

  • Multi-Row insert/update/delete not working via db-link

    App. Version: 2.0.0.00.49
    DB: Oracle 9i, not sure about the build
    Problem: Multirow Update/Insert/Delete doesn't work via db-link.
    Error received: ....ORA-1460: unimplemented or unreasonable conversion requested....
    Where: Tabular Form generated via Wizard
    Side note: It's working properly when local table(s) is/are used, it's not working via db-link or view.
    I've encountered this error with single update/insert/delete operations before, but was able to fix it via using temp-variables (v_xyz := :Px_xyz; as the proposed v('Px_xyz') was really slow with my scripts)...but with the automated DML-action I don't see a way to edit it accordingly.
    Workaround found:
    1a) Use local* collection on HTML-DB-Server, then write single row updates/deletes/inserts to the remote DB via DB-Link
    1b) Use local* table on HTML-DB-Server, then write single row updates/deletes/inserts to the remote DB via DB-Link
    * Local = on the same server that HTML-DB is running on...
    So,...to my questions:
    1. Can someone confirm that this is a "known feature" (aka bug)?
    2. Can someone tell me if this "known feature" has been eliminated in the newer version of HTML-DB/APEX (> 2.0.0.00.49)?
    Thanks.
    Ingo

    Hi,
    Do you have a small test case program that demonstrates this? A JDeveloper project showing what exactly is the problem when trying to use the BDB SQL JDBC driver to insert data into the BDB SQL database? What do you mean by "not working", do you get any errors, you do not get errors but you do not see the data in the database etc?
    What are the versions of Java, JDeveloper, ADF and BDB SQL you are using, and on what OS?
    Regards,
    Andrei

  • Mysites Activity feed not working

    Hi,
    I have restored Mysite Content database.After restoring it, Profile pictures coming correctly but activity feed and trending tags not working(coming blank).
    After restore db i did following:
    IIS reset
    Server reboot
    Mysite setup settings(activity feed enabled)
    Alernate access mapping.
    Still activity feed not working.Please suggest.

    Hello
    Have you checked the timer job ?
    http://technet.microsoft.com/en-us/library/hh344225(v=office.15).aspx
    Best regards, Christopher.
    Blog |
    Mail
    Please remember to click "Mark As Answer" if a post solves your problem or
    "Vote As Helpful" if it was useful.
    Why mark as answer?

  • HT2188 iPad 1 requested activation after being low on power. Activation does not work.

    Hi
    My iPad 1 requested activation after being low on power. Activation does not work so I have tried to restore it from iTunes.  this progresses but after rebooting, it gets to the activation process for a few minutes and re-boots again - in a loop now. on ios6, not 7. help please?
    I also looked at trying to do a manual install of firmware via iTunes but I do not know the version of firmware or how to find it out - so really stuck!
    Thanks

    I pulled my unit out of the dock - powered up and the display goes blank (if you look carefully you can see the bios boot screen, then black, then you can see the backlight turn off.
    I plugged in the USB monitor and boom - I could log in.
    Once Logged in I could see that windows still thinks it has some of the monitors from the dock, and the internal display is set to disable.
    So the issue is the detection / setup of monitors in/out of the dock.
    I've done about all I can do for dubugging, I hope lenovo can pick up from here. if not I'll have to call lenovo support.

  • Active Sync not working

    I am having an issue with active sync not working. I am looking for updates from my resource every 5 minutes for changes. My enviornment is such:
    IdM Version 5
    App server: Weblogic 8.1.6
    IdM is looking at AD (2003) for changes.
    My log files look like such:
    2007-02-06T13:20:07.794-0500: Started, paused until Tue Feb 06 13:25:00 EST 2007
    2007-02-06T13:25:00.049-0500: Pause completed
    2007-02-06T13:25:00.095-0500: Polling
    2007-02-06T13:25:00.111-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)
    2007-02-06T13:25:01.064-0500: Looking for deletes with filter: (uSNChanged>=33117487)
    2007-02-06T13:25:07.767-0500: Poll complete.
    2007-02-06T13:25:07.767-0500: SARunner: loop 263
    2007-02-06T13:25:07.814-0500: Started, paused until Tue Feb 06 13:30:00 EST 2007
    2007-02-06T13:30:00.053-0500: Pause completed
    2007-02-06T13:30:00.068-0500: Polling
    2007-02-06T13:30:00.084-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)
    2007-02-06T13:30:01.240-0500: Looking for deletes with filter: (uSNChanged>=33117487)
    2007-02-06T13:30:08.021-0500: Poll complete.
    2007-02-06T13:30:08.021-0500: SARunner: loop 264
    2007-02-06T13:30:08.084-0500: Started, paused until Tue Feb 06 13:35:00 EST 2007
    2007-02-06T13:35:00.057-0500: Pause completed
    2007-02-06T13:35:00.088-0500: Polling
    2007-02-06T13:35:00.104-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)
    2007-02-06T13:35:01.229-0500: Looking for deletes with filter: (uSNChanged>=33117487)
    2007-02-06T13:35:08.166-0500: Poll complete.
    2007-02-06T13:35:08.166-0500: SARunner: loop 265
    2007-02-06T13:35:08.197-0500: Started, paused until Tue Feb 06 13:40:00 EST 2007
    2007-02-06T13:40:00.030-0500: Pause completed
    2007-02-06T13:40:00.030-0500: Polling
    2007-02-06T13:40:00.045-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)
    2007-02-06T13:40:01.014-0500: Looking for deletes with filter: (uSNChanged>=33117487)
    2007-02-06T13:40:07.795-0500: Poll complete.
    When I run these search filters I get results from my AD. When IdM runs the search they are coming back blank. Any ideas?
    Thanks,
    Chris

    If you have changed environments... or for some other reason, your USN number on the AD resource could be lower than the number passed in the query.
    Manually edit a user in AD, and then check the USN number of the object. See if it is lower then the query is passing. If so, you can manually edit the IAPI_ResourceName configuration object and alter the USN number passed in the query.

  • Rollover state not working on active state

    Hi, I have a problem with menu states. When a menu item is in its active state the rollover state isn't working. Is this supposed to happen or is there a solution to this?
    Thanks.

    Hello,
    This is working as designed. Active state suppresses changing to any other state on mouse interaction and other states only work on links that are currently in Normal state.
    Also refer: https://forums.adobe.com/thread/1136562
    Cheers,
    Vikas

  • Balance Sheet Statements not working

    Hello,
    I have deployed the standard scenario for the Balance Sheet statement, but unfortunately when I execute the query, the balance dependencies in the FS hierarchy are not working. They don't appear in the hierarchy nodes. I have a difference in my balance sheet due to these missing financial statements.
    I have activated 0figl_vc1, 0figl_c01 and the flow before the cubes.
    Any idea about what is happening?
    Best regards
    Sérgio

    Hello Sérgio,
    In that program are you using in the "Financial statement version" parameter the same one that you're using in BW?
    Be sure of that.
    Also compare with others "Financial statement version" (but always comparing the same between systems) to see if the result is ok.
    You should be comparing the totals and not the subtree. If the totals are ok, the hierarchy is constructed different between systems. Compare the hierarchy.
    Also for the most detailed difference you'll find compare with the data in cube 0FIGL_C01 and not the 0FIGL_VC1 to see if there the data is ok.
    Diogo.

Maybe you are looking for

  • A new hard drive for my old 430CDS

    Hi all, though a similar question has already been asked here before several times, I couldn't find any relevant thread for my combination:  laptop: Toshiba 430CDS Satellite Pro (model no: 1230EYV-GRDI)  old HD: Toshiba MK2103MAV (2.1 Gb ATA-3?)  new

  • Open a JSP from an ScreenFlow in a new window

    Hi all, a have a proccess in wich I get user input with a Screen Flow. The ScreenFlow has some JSP to collect user data (User Information, Economical data, Provider, ....). Some of the fields in the JSP needs to be filled with information that is in

  • ITunes ask me to restore from a old backup all the time when I connect my iPhone5.

    Hi! My iTunes ask me to restore from a backup when I connect my new iPhone 5. I have done the backup process but it still ask me to do it. How do I get iTunes to understand that this is done? I connected my iPhone and restore it from a backup from my

  • Help on using busses as subgroups

    Hi forum, If I'm routing several track outputs to a bus - that is, using the bus as a subgroup - then how to I apply reverb to the mix? Conceivably I could use a second bus for reverb, but there's no send option on busses. I'd like to avoid having to

  • Camera Raw Default Tone Curve Function / Coordinates

    Hi, I would like to know where I can find the function / coordinates for the Lightroom / ACR default tone curve that is applied to any image. I think it's the red one in that image, or it's very very close: I want to generate a lookup table to match