Adding Menu Items that are not pages.

I want to add menu items that are not pages that I will create in Muse. They are linking to Wordpress pages that I have. How do I do this with a menu widget?

Just look here:
How can I create a hyperlink to a thirth party WEB site from Muse?

Similar Messages

  • How do I delete items from menu bar  that are not part of the OS

    How do I delete items from menu bar  that are not part of the OS

    Perhaps you could be more specific, as it is a little difficult to answer your question without any details.  I can give you some general ideas though.
    On my machine there are a few applications that have installed items into the menu bar - I'm assuming you are talking about the icons on the right hand side of the top bar. To remove those items, I would generally need to uninstall the program that created them. To do this varies a little from application to application.
    Also, sometimes an application will have preferences that allow you choose if you want to display the item in the menu bar.
    So, my general advice would be that you need to identify the application that placed the item there, and remove it from your computer.  If there is an uninstall program for that application, I would run that in the first instance.
    If you don't actually wish to uninstall the application, you may need to click on the item or run the application and see if there is a setting to not show the menu bar item.
    Hope that helps.
    Ivan

  • HT1349 I'll be able to store and share different files that are not page,numbers or keynote, like I'd with idisk?

    I'll be able to store and share different files that are not page,numbers or keynote, like I'd with idisk?

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • HT204406 One of my playlists is "ineligible" because it supposedly contains items that are not songs.  I unchecked the boxes for those songs, and it's STILL unavailable.  Is there a fix for this?

    One of my playlists is marked "ineligible" because it supposedly contains items that are not music.  I went through the playlist and unchecked anything of the sort, and it still says it's ineligible.  Is there another way to fix this?

    I have tried all those things I even updated the software to the new iOS system and it still did fix my problem.
    What happened is that my garage band looks like it will open then it shuts down.
    I have lot of important things on my garage band and I'm afraid that if I uninstall it deleting it then reinstalling it all my work on it will be gone and I can't have that happen.
    Everyday I am hoping that when i go to open the app that is will work but it doesn't it gets ready to turn on then it shuts off , the app doesn't even open all the way and turns off.
    I really hope I don't have to erase it.
    It'll say it's ,lading my songs then it shuts down .
    If I waited for the App Store to come up with an update for garage band should I wait till then to update my app so it doesn't get damaged . I don't want to erase it and all my data get erased . I figured if I wait for an update then my garage band will reset itself but won't delete my data. I'm not sure if that will help. Is there anything you or anyone else might know that can help me with this matter ?
    Thank you
    Simachyahi

  • This column cannot enforce unique values because this list or document library may contain items that are not viewable by all users.

    The above error occurs when I place unique constraint on a column in a custom list. This error only occurs because the custom list has been configured to only allow creaters to view and edit their own list items.
    I just can't see why that should prevent SP from placing a unique value constraint though.
    One easy workaround would be to place the unique constraint on the SQL Server table that represents this list. However, in a hosted environment, it is not always possible to gain access to the backend server. What is more, I am uncomfortable with this
    approach as it may break other parts of SP 2010.
    Is there any other approach?

    Hi,
    If SharePoint were to enforce uniqueness on a column in a list where users are only allowed to see and edit list items that have created, then you could have a scenario where -
    a. user1 tries to add a new item to the list which violates the uniqueness constraint
    b. SharePoint reports an error
    c. user1 gets to know that there is another item containing the same value in this list
    d. this violates the security settings that you configured (each user should be allowed to only see the items that they have created). Now if you change the permissions settings to allow users to SEE all items, but only
    edit items that they have created, this error disappears (obviously).
    Now getting to the workaround you mentioned (creating a unique constraint on the SQL Server table). This is not going to be possible for numerous reasons -
    a. Modifying (or for that matter, even performing SELECT operations on) the SQL Server tables is an unsupported operation and it will definetely break other things in SharePoint, not
    to mention that you will lose all support options from Microsoft. However if you don't care about this, then it will still not be technically possible because...
    1. SharePoint does not create a new SQL Server table for every list/library. 
    2. If you did get around to enforcing a unique constraint in the one single table that SharePoint uses for all lists, then you will be enforcing this constraint on each and every list in all the sites and in all the site
    collections that are assigned to that content database.
    Please "Mark as Answer" if a post has answered your question or "Vote as Helpful" if it was helpful in some way. Here's
    why

  • EC-CS - FS Items that are not assigned to Consol Chart of Accounts

    There are many redundant FS Items that not assigned to Consol Chart of Accounts. Instead of identifying and deleting one by one, what is the fastest and best way to clean up?
    Thanks and Regards,
    B Lim

    Hi
    when you are in the beginning of the of the project you can generate the EC-CS FS Items out of the consolidation chart of accounts finance Financial statement.
    This saved for me a lot of work and i had to do it anyway because i take over from the periodic extract.
    Cheers
    Tim

  • Query for items on hold and items that are inactive for past 18 months.

    Hi Experts,
    We are on the process of initializing a new database due to database size, our client requested that we extract items from the current live database but only those items that are not On Hold and has been active for past 18 months. Those items that does not have transaction for the past 18months and currently on hold will be dropped. What will be the query to extract based on this filter? Please help. Thank you.
    Regards

    Hi,
    You may try this first:
    Select  t0.itemcode, t0.itemname, t0.onhand
    from dbo.oitm t0
    where t0.itemcode not in
    (select distinct itemcode from dbo.oinm  where DateDiff(DD,DocDate,GetDate()) < 548 group by itemcode)
    and t0.InvntItem = 'Y' and t0.Frozenfor = 'Y'
    Thanks,
    Gordon

  • Item translations are not saved for copied page

    Hello,
    item translations are not saved for copied page. Is it expected?

    Hello,
    >> item translations are not saved for copied page. Is it expected?
    I’m not sure what you mean by not saved, but if you expect to copy a current translated page into a new page, and inherent the translation in the new page, the answer is NO, it’s not saved.
    Adding a new page to your application, even by copying an existing page, is a major change in your primary language application, which create multiple new independent elements in your application (after the page has been copied, there isn’t any link between it and the original page). You need to re-seed the primary application, export a new XLIFF file, and translate the new <trans-unit> that were added to it.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • The phone could not synced beacuse this computer is no longer authorised for purchasing item that are in this item.. this problem occured on my iphone

    the phone could not synced beacuse this computer is no longer authorised for purchasing item that are in this item
    this problem is faced on synced new songs, videos or picture.. plz say the solution about this topic

    Hey nani91191,
    Thanks for the question. It sounds like you may simply need to authorize your computer with your Apple ID:
    iTunes 11 for Mac: Authorize a computer to play iTunes Store purchases
    http://support.apple.com/kb/PH12303
    iTunes 11 for Windows: Authorize a computer to play iTunes Store purchases
    http://support.apple.com/kb/PH12511
    Authorize a computer to play iTunes Store purchases: Choose Store > Authorize This Computer.
    If you are using a Windows PC, you may need to turn on the menu bar to access the "Store" menu:
    iTunes: Turning on iTunes menus in Windows 8 and 7
    http://support.apple.com/kb/HT5610
    Thanks,
    Matt M.

  • The ipad could not be synced because this computer is no longer authorized for purchase items that are on this ipad.

    the ipad could not be synced because this computer is no longer authorized for purchase items that are on this ipad.

    Dear Friend,
    Open itunes. On the upper left corner of itunes (Menu Bar), Choose Store > Authorize This Computer.
    iTunes Store: About authorization and deauthorization
    http://support.apple.com/kb/HT1420
    Hope it helps

  • Template / generic page that holds items that are common to all pages

    Hello,
    I have to create around 50 pages which contain different items such as text boxes, check boxes, select lists etc. The pages also have some items that are the same on each page, for example the the 'previous', 'next' and 'save' button as well as a report region that is common to each of the 50 pages.
    Is there a way to separate the unique items and the common items of a page? For example I tried to do it with a modified version of Carl’s report pull (http://apex.oracle.com/pls/otn/f?p=11933:48) that inserts (via AJAX) a page into the current page (like iframe). So I in the end I would have 51 pages; 50 pages with unique items and one page which would contain the common items and embed the others. But I would have problems with storing the values of the embedded page by clicking ‘save’ on my master page, since the values are not available on two different pages…
    Or is it maybe possible to create a template page which I could assign to my 50 pages that would contain all the common items?
    The easy reason why I would appreciate such a solution is that if I wanted to change a common element, I wouldn’t have to go on each single page but to change it just once for all pages. This would make the 50 pages much easier to maintain.
    Any ideas or suggestions?
    Thanks and regards,
    tomtom

    Hi Scott,
    page zero is a great suggestion. However, we don't need the items on each page. We could maybe exclude those few pages from page zero...
    Also we are looking into PL/SQL Server Pages: http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_psp.htm
    Do they work in APEX-- could we include items (buttons etc) in the common code?
    Thanks,
    tomtom

  • The iPod could not be synced because this computer is no longer authorized for purchased items that are on this iPod.

    Full message that pops up
    "The iPod could not be synced because this computer is no longer authorized for purchased items that are on this iPod.
    To authorize this computer for items purchased from iTunes Store, choose Store > Authorize This Computer."
    I am unable to sync my music, applications, movies, etc. to my iPod touch. The only way I am able to bypass the message that pops out when I try to sync (the one in the title) is by clicking "Apply" instead of "Sync". To do this, I make changes to Apps, Music, or Movies (...) and the buttons "Revert" and "Apply" will replace the button "Sync".
    My problem is most likely not due to using many accounts because I only have one and it is the only one that I use. I do not share accounts with my family members. Still, I have tried everything here, nothing has worked for me. Since I don't often listen to Podcasts, I have deleted them from my iPod. I have no idea why I am unable to sync and no one seems to have the same problem as me.
    Thank you for your help in advance.
    Details
    iPod touch, 5th generation
    iOS 8.1.2
    iTunes 12.0.1.26
    Windows 8
    Purchases
    Pre-ordered album "Froot" purchased from the account that is authorized to my computer
    Podcast "Not Too Deep with Grace Helbig" also purchased from the account that is authorized to my computer

    Try backing up to iTunes and restoring from that backup

  • IPad could not be Synced because it is no longer authorized for purchased items that are on iPad

    I recently purchased an IPAD AIR and synced ir with my comuter. 14 days later I try and SYNC it and I get a message " The IPAD could not be synced because this computer is no longe authorized for purchased items that are on this IPAD. The apple id's are the same and only 2 devices authorized. Meessage states to go to STORE and Authorize Computer. When I do I get a Message it is already authorized

    The problem appeared to be a Pending Request on the IPAD for the new ICLOUD option to share Keychain. I cleared that up and it appears that fixed the issue. Thanks for your help

  • How do you select and move more than one bookmark at a time? Shift+Click does not select multiple items that are next to one another in a list because the item

    How do you select and move more than one bookmark at a time?
    Shift+Click does not select multiple items that are next to one another in a list because the items open in firefox before this happens.

    Use the bookmarks library. You may use Shift +Click, and Ctrl + Click to create groupings of selected bookmarks to drag and drop.
    * one method of opening the bookmarks library is keyboard shortcut <br /> Ctrl+Shift+B (Windows)
    *see also [[How to use bookmarks to save and organize your favorite websites]]
    *and [[Use bookmark folders to organize your bookmarks]]

  • "one or more of the items in your selection contains Aperture albums that are not supported in iphoto".

    I have some folders in iPhoto called 'Recovered Folder'. When I try to delete them I get this message: "one or more of the items in your selection contains Aperture albums that are not supported in iphoto".
    I don't use Aperture (did install it to try it out), and have deleted Aperture App from my Mac.
    How can I get rid of these fodlers?

    i finally figured this out:
    fyi, iphoto and aperture can now share (i.e., access) the same library. apple details it here:
    http://support.apple.com/kb/HT5260?viewlocale=en_US&locale=en_US
    i use both iphoto and aperture, and i suspect something went amiss, at some point, while aperture was accessing my iphoto library.
    this is how i fixed the problem:
    i launched aperture, then (per the instructions linked above) switched to (i.e., accessed) my iphoto library. i was then able to delete the "recovered folder" and the album it contained. i then quit aperture and relaunched iphoto.
    NOTE: at that time, although i expected the "recovered folder" to be gone, it was still present. but this time, i was able to delete the folder from within iphoto without the "contains aperture items" error message.
    (Sparky030405, i realize you've since deleted aperture. while i can't say my method is the *only* way to solve this problem, it's the way i was able to solve it. so, you might consider reinstalling aperture in order to delete the folder, then uninstalling aperture, once again.)

Maybe you are looking for