I want to remove the roll over effect from my promoted link.

Hi,
I want to remove the hover effect of tiles. I don't want the tittle to slide up when I mouse over the tiles. What will be the way to achieve this?

Hi,
There are two events fired, one is mouseenter and another one is mouseleave on the tiles. 
You can achieve this by removing the mouse enter event with the following script. 
$(".ms-tileview-tile-content").off('mouseenter');
Please mark it answered, if your problem resolved.

Similar Messages

  • I want to REMOVE the 4th & 5th line (from the top) of the home page

    The following information, in the page header area, is as follows:
    Line 4: Most Visited…..Getting Started…..Latest Headlines…..Lufthansa….Buses – Mexico….My Mexico Vacation…..Travel
    Line 5: AVG……Type your search here!.......Search…..Identity Guard
    Without these 2 lines, I will gain more open space on the screen. Thanks Bill

    The first (#4) is the Bookmarks Toolbar
    If you do not want the AVG toolbar then disable or uninstall that extension.
    See:
    * http://kb.mozillazine.org/Uninstalling_add-ons
    * http://kb.mozillazine.org/Uninstalling_toolbars
    * [[Troubleshooting extensions and themes]]

  • I want to remove the yahoo search bar from Firefox and use the google search bar.

    I did go to about:config and made the keyword.URL to default (Google). It is not getting affected. Please help me to know how can I set it in Firefox.
    I need to remove yahoo search from my Firefox and use the Google search. I did the following steps for the same.
    about:config, searched keyword:URL and reset to default.
    But the change is not getting affected. Pls help

    Work around that I have used (my machine is running Windows XP SP3 might work on other systems as well):
    1) Ensure Firefox is closed, if necessary read this in another browser
    2. Open the Firefox directory on the hard drive (typically: C:\Program Files\Mozilla Firefox)
    3. Go into the 'searchplugins' folder
    4. Delete the file named 'yahoo.xml'
    5. Immediately restart your machine

  • Slicing and roll over effects

    I am trying to create a roll over image effect that is giving
    me a hard time. I have a picture of apple pie, with 6 slices. I
    wanted to have a pop up window display with the ingredients for
    each slice a person rolled the mouse over.
    (6 different slices making one whole pie apple, blueberry,
    cherry, etc you get the idea). When I tried this in image ready, I
    had the slices cut up, but the pop up window was larger than the
    actual slice, so only a portion of the info displayed. Is there a
    way I can create a slice and have the roll over effect or pop up
    window display larger than the hotspot slice? Its kinda hard to
    describe, but I think you can understand what Im trying to do. The
    ingredients list is much larger then the pie slice hotspot.
    I cannot get my brain around how to make this happen. I know
    theres a way, I just dont know how.
    Thanks for any advice on this.

    A rollover replaces one image with another. You can do a
    standard rollover, replacing the image your mouse rolls over or a
    disjoint rollover, where you replace a different image.
    A pop-up generally requires a click and is done in
    JavaScript. In the pop-up window, you can specify whether or not
    you have scroll bars.
    You might also check into setting overlapping divs and
    changing the visibility of the layers depending on mouse movement,
    but...that's probably going to require you to code the JavaScript
    by hand.
    Anyway, what is it you want? A rollover image or a pop-up
    window?

  • Having problems with swap image (roll over effect)

    I am trying to do a roll over state (swap image) for a linked item on my mock up. I've done this for other pages in the same file, but for some reason on another page, when I build the second state, insert the slice, and  create the swap image on the first state, it previews in the browser with just a white screen and the section that I sliced. How come it is showing a white page in lieu of my entire mock up with the roll over effect?

    I am trying to do a roll over state (swap image) for a linked item on my mock up. I've done this for other pages in the same file, but for some reason on another page, when I build the second state, insert the slice, and  create the swap image on the first state, it previews in the browser with just a white screen and the section that I sliced. How come it is showing a white page in lieu of my entire mock up with the roll over effect?

  • Remove the newsfeed, skydrive, sites from master page

    hi,
    i want to remove the newsfeed, skydrive, sites from the  top of the sharepoint site: [[ as shown below ]]
    is this possible?
    pls help

    you can just replace the delegate
    SuiteLinksDelegate Delegate Control with empty new delegate control with lower sequence check the post below 
    http://zimmergren.net/technical/sp-2013-some-new-delegatecontrol-additions-to-the-sharepoint-2013-master-pages
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • How to remove the DATA Provider(Query) from the WAD 3.5

    Hi,
         I want to remove the unused dataprovider(query) from the WAD 3.5,
         How to delete the dataprovider.
    Please suggest here

    Go to HTML tab. You will see all the data providers on top. You can delete the unused ones there.

  • I have an original iPhone running version 2.2.1.  I wish to get rid of the phone, but before discarding it I want to remove the email records, phone book information, and photos.  I would like to leave the other apps in place.  Any suggestions?

    I have an original iPhone running version 2.2.1.  I wish to get rid of the phone, but before discarding it I want to remove the email records, phone book information, and photos.  I would like to leave the other apps in place.  Any suggestions?

    Delete you mail account on the phone and disable to sync your mail account in the info pane in iTunes with your phone connected, same for contacts. Also deselect photo syncing in the photo pane. After the following sync, your mail, contact and photos should be gone.
    Photos inside the camera roll have to be deleted on the phone.
    Remember, that apps only can be used with the account they were bought with. If the phone will be set up with a different iTunes account, all of your apps will be removed.
    Message was edited by: Ingo2711

  • I cleared a playlist on my iPhone 4 because I wanted to remove the songs from my phone's storage (I had previously downloaded them) because I wanted to clear storage space. I now want to access the playlist via iCloud and can't. Thoughts?

    I cleared a playlist on my iPhone 4 because I wanted to remove the songs from my phone's storage (I had previously downloaded them) because I wanted to clear storage space. I now want to access the playlist via iCloud and can't. In other words, I want it to sync with the playlist as it exists in iTunes Match. Thoughts?

    Export Photos and Videos from Camera Roll to your computer.
    Empty Camera Roll.
    Make a Folder/Album with all photos and videos you want to have in your iPhone and sync them through iTunes.
    This will free up space in your iPhone and your iCloud.
    The backup of Camera Roll in iCloud is only to restore your iPhone. You can't access them directly.

  • Removing the JButton press effect

    Hi,
    How can I remove the button press effect of JButton. I tried removing the borders and making the contentAreafilled property false; but nothing worked. Can anyone help me out.? I want to render this button in JTable
    Regards
    Clefies D S'ouza

    If you're talking about disabling a button's ability to respond to mouse clicks:
    The safest way to prevent a button from working would be to disable it like so:
        myButton.setEnabled(false);There are other ways to make a button not respond to the mouse but yet not change the appearance. One way (and I'm not sure how "safe" this is) would be to override the button's processMouseEvent method, for example:
            JButton myButton = new JButton("My Button")
                @Override
                protected void processMouseEvent(MouseEvent e)
                    if (allowMouseClick)  // a boolean variable in the program that turns button on and off
                        super.processMouseEvent(e);
            };Again, I'm not sure if the latter is kosher, but when I've tried it, it works. Also, this does not prevent the button from getting focus, nor does it disable the space bar from "pressing" the button.
    Message was edited by:
    petes1234

  • How do i wipe my mac? i sold it and now want to remove all of my details from it. Do i have to wipe it or can i just reformat the hardrive????

    how do i wipe my mac? i sold it and now want to remove all of my details from it. Do i have to wipe it or can i just reformat the hardrive????

    aha yes - Lion has changed you harddrive setup and added a "recover partition" Now it gets - not technical - but time consuming.
    try:
    insert your Snow Leopard installer DVD.
    Reboot
    Immediately After startup sound, hold down ALT.
    You'll be presented with several options. Select your install DVD and continue.
    If it doesn't fail:
    Once the installer has started, go t the top menu and select "disc utility"
    go to the "partition" screen and erase all partitions back to one single partition
    return to the installer and install that older OS X version
    give to buyer minus the price of a Lion upgrade
    If it fails, go to step 1 and boot from your "recovery drive".
    once the installer has sarted, go to the top menu and select "disk utility"
    erase the drive partition that used to contain OSX Lion - this will remove your private data, all apps and OSX Lion.
    Restart, hold own "eject" and remove the DVD, and shut down again.
    You'll have to hand it over to the new buyer in this state. Tell him the machine will boot into the Lion installer but he'll have to create an App Store account to download and install OS X Lion. One again, give him a reduced price equal to the price of the Lion upgrade. Way I see it, no other options remain.

  • I want to remove the COnlineBank, OnlineBank and csample applications from my application and web server.

    How can I safely do this on Solaris? I've tried "iasdeploy removeapp" and "iasdeploy removemodule" with no luck. I want to clear all of this demo stuff out to make both the web and app server look more production like.
    Thanks
    Eric

    Eric,
    these applications are applogics which are not controlled by the
    iasdeploy tool. Unfortunately, there is no tool available to remove
    these applications for you. What you can do is to manually remove all
    their entries, but be careful if you do that. If you remove the wrong
    keys you might break your ias installation, so be warned and make sure
    you backup the whole ias registry before attempting to remove anything.
    Eric Coleman wrote:
    >
    I want to remove the COnlineBank, OnlineBank and csample applications
    from my application and web server.
    How can I safely do this on Solaris? I've tried "iasdeploy removeapp"
    and "iasdeploy removemodule" with no luck. I want to clear all of
    this demo stuff out to make both the web and app server look more
    production like.
    Thanks
    Eric
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!--
    Han-Dat Luc ([email protected])
    Senior Consultant
    SUN Professional Services (iPlanet)
    o .
    o .
    O _ ____ _ _
    (_) _ \| | __ _ _ __ ___| |_ TM
    | | |_) | |/ _` | '_ \ / _ \ __|
    | | __/| | (_| | | | | __/ |_
    |_|_| |_|\__,_|_| |_|\___|\__|
    e-commerce solutions
    Sun Microsystems Australia Pty Ltd

  • I want to remove the monitor from my 17" Macbook Pro 2008 to use as an external for my Macbook Pro 15" 2012. How can I convert lvds to Thunderbolt and power the monitor?

    I want to remove the monitor from my 17" Macbook Pro 2008 to use as an external for my Macbook Pro 15" 2012. How can I convert lvds to Thunderbolt and power the monitor?

    It's almost impossible.  The new iMacs have a Target Display Mode, but it's built to do that.  Without ripping your screen out, finding an acceptable power supply, frame, and whatever electronics to convert a Thunderbolt signal to the screen, the cost will be much larger than buying a cheaper HiDef monitor that runs with an HDMI to Thunderbolt cable to your MacBook 15.  In fact, you can sell your 17" MBP for a lot of money, unless it's broken or something, buying you a really sweet monitor.
    By the way, I found your answer by searching this forum.  I would suggest using the search function here in the futuere.

  • One more nugget: Chart zoom with the "Mouse Over" effect

    Hello all.
    Just read my signature first, it might explain a lot. I do not intend to compete with Darren and I don't think this "nugget" (at least it supposed to be one) will amaze any of the LV veterans and this forum is rich of them. But maybe it will bring some new ideas to some of you or maybe it will be useful for some LV beginners (like me). It is very likely, my code will have some lapses, but please be gentle pointing that out to me. If you feel a need, you can always optimize the code and develope it further. Just don't forget to share!
    So back to the point.
    I am developing a project using LV. In my program there is a waveform chart which has to show 4 plots. Depending on the length of the X Scale, it sometimes gets hard to see the plots clearly because of their density.So I decided that I need a tool, which would zoom the chart in. And this is what I have came up with after a few "Google" searches to check which part of the bike is already invented and also a bit of programming by myself. 
    Maybe you guys (at least the veterans) know the BetterVIEW Consulting LV example where they have implemented the Mouse Over effect. So a part of their example has been used in this tool and part of the credit must go to them. I thank them a lot
    This tool uses a cluster and its property of visibility to show/hide the cluster depending on if the current position of the mouse cursor is in the desired range or not. The program also gets the image of the chart and returns the subset of the image. The subset is taken for the area arounf the mouse cursor. So if you move the mouse, the zoomed in area will also chage in response. After that, the subset of the image is zoomed in for better view. 
    The user might chage the zoom factor during the execution. Also it is possible to turn the zoom option On or Off if you don't wish to see it for the moment. 
    This is how the front panel looks like:
    And this is the image of the block diagram (see the attached files for the vi, the VI Snippet tool distorts the code too much, so I haven't added it):
    I haven't found anything the same in the forum. Yet I'm a newbie here and I don't have that much experience surfing it. If it wouldn't be something new (in the forum, not necessarily to some of you personally), just ignore the thread. I hope this was worth your time and your attention. 
    Good coding
    Message Edited by Giedrius.S on 02-11-2010 12:46 PM
    While evaluating my code please have in mind that I am a LV novice. Therefore sometimes my code might violate some coding rules that I have to learn about myself. But how else could I do that...
    Chart zoom with "Mouse Over" effect
    Attachments:
    Zoom.vi ‏198 KB
    Mouse_pos.vi ‏20 KB
    Check_pos.vi ‏18 KB

    Very nice Giedrius.
    It takes guts to "step up to the chalk board" so I will do what i can to give you some ideas to think about. This is similar to the type of feedback I offer durring our in-house code reviews.
    1) The floating property nodes outside the loop are not sequenced by wires so they could execute after the loop starts. Sometimes this could cause weird errors. Seq with the error cluster.
    2) Property nodes can be re-sized so you can apply more than one property setting in the same call. Property node have to execute in the UI thread (which is single threaded) so using a single nodes will force a single context switch rather than one for each.
    3) Setting the same property repeatedly in a loop just burns CPU. THe Scale min for both X an Y can be moved outside the loop ?
    4) THe Wait Until Next ms" function does not get used in any of my code. It is not a way to get a fixed wait but rather a random wait. If you code completes 1 ms after the next multiple, the delay is double less 1 ms. If you have multiple loops using them and it f the delay for each are not unique prime numbers, then the "Wait until next ms multiple" is a good (cough cough) way of getting them all to wake up at the same time and fight for the CPU.
    5)An Event Struture to monitor mouse enter/leave and mouse move (this would have to be a sepearte loop) is easier on the CPU than polling.
    6) Is that math in the case to handle the Chart position on the FP? If so then using the property nodes for the chart to find its postion will let you code adapt to GUI changes.
    7) Right to left wires are not well recieved.
    8) A Bundle by Name is prefered over a "Bundle" since it is self documenting. I know the Picture function so I can see that is the rectangle you are specifying but reader not famliar with that function would not be able to "READ" the code without poking at it.
    9) THe event structure would also help with setting the Zoom factor. Only poke it when you have to.
    That is all that comes to mind at the moment.
    Again thank you!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • I have some content in my library that I do not want to sync with my ipod touch. The content has previously been synced and I want to remove it without deleting it from my itunes library. Is this possible?

    I have some music content in my itunes library that I do not want to sync with my ipod touch. The content has previously been synced and I want to remove it without deleting it from my itunes library. Is this possible?

    Hi Pez,
    iTunes in the Cloud is not iCloud. Any songs that you have purchased but have not downloaded (or have deleted), go to iTunes in the cloud. The setting I mentioned will show all of your purchases in the various views in the Music app, whether they are on your device or not. If you turn that setting off, you will only see items that are actually on your device.
    Glad to hear the second sync worked! But if they all start appearing again, make sure that setting is turned off
    Cheers,
    GB

Maybe you are looking for

  • Need help in writing the control file for SQLLOADER

    Is it possible to error out the Sqlloader in case the data fields in the data file for a row are more than the fields stated in the control file? i.e. My data file is something like aaa,bbb,cc dd,eee And my ctl file has just 2 columns in it. Is it po

  • G5 will not boot

    Hi, I'm an ok Mac user and I have a G5, dual 2.0 Processors, with 2.5gb memory. If it helps, this is an 8 memory slot machine. Today, I finished the latest system updates and then the machine started to act very funny. It was making this constant bee

  • How to reduce spotlight screen size

    I have  an issue with my IPhone 4S in that the Spotlight window takes up my whole screen.  I've tried everything I can think of to reduce the size, including the three digit punch.  I'm ready to use the 3 hammer throw, but thought I'd try the communi

  • "G/L Account is missing" "Good Receips PO - Rows - Warehouse  Code]131-46

    I don't understand that error.  My Warehouse has many associates accounts.  On the row lineI see the account number and it is somewhere in the Warehous G/L Account code. I have no problems to do a purchase order, but I got that problems with Good rec

  • Display Colors In CS5 Not Same as CS4

    I have a LARGE number of photos that previously looked great in PS CS4. Now when I bring them up in PS CS5. all the colors are off, as if there is a yellowish cast to them. They look great in Bridge or any number of other apps or on another system, b