How can I get rid of the playlist bar in the music player?

Hello everyone! I want to know if I can get rid of the transparent playlist bar which shows over the cover artwork in the music player (ios 6) or Lagu. When I play one song alone, the artwork shows fully and that's how I would like it to be when playing playlists. Is there a way? In the ios 7 the artwork this does not happen, but the artwork is smaller and on a white background, which I don't like either. Thank you.

Sounds like you installed a Yahoo optimized version of Firefox.
You can download the official version of Firefox from here. <br />
http://www.mozilla.com/en-US/firefox/all.html

Similar Messages

  • How can I get rid of "myV9" that suddenly appeared the other day when I started Firefox?

    Suddenly there was a portal site named "myv9" or "V9" on the screen when I started Firefox the other day. It contains a lot of icons for programs like Facebook, Google and so on. Until now I have had only Google as start page from Firefox. Of course I can click on the Google icon to get there, but it is the only site that I want to use of all these. Nearly all the other icons (except Facebook and some others) lead to specific US sites that I never visit (for example the weather forecast for North America) , because I live in Sweden. How can I get rid of "myv9"?
    Even if it doesn´t harm my computer, I am afraid that it will slow it down, and, besides, it needs an extra click to get to Google.
    Vidar Ferm, Sweden

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    You can also do a check for a rootkit infection with TDSSKiller.
    *http://support.kaspersky.com/viruses/solutions?qid=208280684
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • How can I get rid of desktop icon without deleting the actual item?

    Installed Seagate as time capsule. Icon on desktop. How can I get rid of icon from desktop without deleting the Seagate?

    In Finder -> Preferences you can tell it not to display mounted devices.

  • How can I get rid of Japanese tokens/signs in the tabnames?

    On top of the tab-sitenames are strange Japanese tokens on the righthand-side. I can't get rid of them, even restart does not work.
    It's only visible in Firefox, not in my other browsers!

    hello, this is a displaying flaw caused the mcafee site advisor extension - please try to disable or remove that in case you have it present until there is an update by mcafee that can fix the problem.
    http://service.mcafee.com/faqdocument.aspx?id=TS100162
    https://community.mcafee.com/thread/76071

  • How do i get rid of a scroll bar in the middle of everything?

    I have what "it" calls a black Scroll Bar in the middle of the screen.  How do I get rid of it?

    Can you take a screen shot and post t?
    Also, it is very hard for people to help when we don't know which of the many iMac variatnts you have was what version of the Mac operating system you are running. Also let us know if this is limited to a specific program or happens no matter what you are doing with the computer.
    A good place to start is with "About this Mac" from your Apple menu:

  • How can i get rid of a black speck behind the screen?

    Brand new, quad 2.8 GHZ Intel iMac. Beautiful. But has a black speck in the screen. How on earth would i get rid of this? I'm quite positive it's not on the screen. i've wiped it very firmly w/ the cloth provided. the thing is simply on the other side. Ideas?

    Hi Peter,
    If you can take it back to the Apple store (assuming you bought it from one). I had similar with a 24" iMac last year and they just replaced it there and then no questions, no arguing. They even transferred all my Data to the new machine. It was hassle free and I walked out of the store with a brand new replacement iMac set up like my original machine.
    Don't try doing anything to it yourself if it is brand new, it will void your warranty.
    Paul

  • How can I get rid of a small "thread" in the lower right corner of my new 27" Cinema Display?

    I recently acquired a new 27" Cinema display.  Yesterday I noticed a small thread like piece of debris under the glass on the lower right side of the display.  Any suggestions as to how I can get rid of it?  Take it to the Apple Store?  Return it for a replacement (which might have the same issue).

    Windows stuck in top left hand corner of screen

  • How can I get rid of Apple Maps and Put the Google Maps back?

    I wanted to know how to remove the Apple Maps and reinstall the Google Maps. The Apple Maps is a very inferior programme and not worth the space on the. Computer. It can't find anything. It's a complete waste of time.
    So my original question is, how to get rid of it, and put the Google Maps back?

    CHances are google maps are never coming back as part of the bundled OS. Apple and Google seem to have parted ways (possibly has something to do with Google having their apps on other devices from other manufacturers but no one knows for sure)
    Since preinstalled apps cannot be deleted, the most you can do is ignore the icon, shove it back on a back menu page (I have a 4th menu page on my iPad containing nothing but the bundled apps I consider worthless. I just ignore that page and never go there) and then put a shortcut to google maps on your iPad or find a third party map app you like better.

  • How can I get rid of a type generated by the Data/Services return type wizard?

    Hi All,
    I have a JSON service that returns an object called "error".  The Data/Services "Configure Return Type" wizard automatically turned this into a class "Error".
    However, this caused over a hundred errors to show up inside the generated classes, "Call to a possibly undefined method Error."  That's because of lines like this:
    throw new Error(propertyName + " is not a data property of entity Agreements"); 
    It's trying to throw a regular "Error" object, but now that there's an "Error" class in the same package, that is taking precedence--and that Error object doesn't have a constructor with a single parameter.  At least, that's what I think is going on.
    I tried to fix it by deleting _ErrorEntityMetadata.as, _Super_Error.as, and Error.as from the valueObjects package.  I then opened the FML file and deleted the definition for the entity "Error" and every reference to the Error entity (class) in my FML file.
    I then changed my JSON service so that it returns an object called "serviceError" instead of just "error".
    But, whenever I re-run the "Configure Return Type" wizard, it regenerates the Error class, even though I've deleted it from everywhere I can find it.  That breaks my project completely!  How can I end this and get Flash Builder to *stop* generating this type!
    In the "Configure Return Type" wizard I very carefully inspected the type of every bit of data coming back to make sure none of them show up as type "Error."  And they don't (as expected, since I changed the object's name to serviceError--now the type of that object is ServiceError.
      -Josh

    I think you are facing this known issue https://bugs.adobe.com/jira/browse/FB-29770
    Please vote it.
    Thanks for the link--I just voted for it.
    To avoid this, in the last page of "Configure Return Type", edit return type name to something else (You can also edit subnodes's name too in the wizard).
    Actually, that's exactly what I saw doing; I apologize if that wasn't clear in my post.
    I closed and restarted Flash Builder, and once I did that Flash Builder stopped generating the Error class.  My guess is that the FML file, even though I had updated it (by deleting all references to the Error class), was cached in some fashion by Flash Builder, and restarting Flash Builder forced it to reread the FML file?
    Additional point of clarification: my understanding is that the FML file stores all the metadata about the services that Flash Builder has been able to figure out so far, and when you run the Configure Return Type wizard, it will regenerate *every* type in the FML file, even if that type is not mentioned anywhere in the particular return value that you are working with.
    Edited to provide additional thoughts on FML file.

  • HT1920 I was recently asked for account info on an account that used an email address that had been hacked. how can I get rid of this account record or the account itself.

    I was recently asked for a password for an email on the App store. The email was very old and was one that was hacked so I removed it from my email list. Now I have no record of the account, its password or security questions, and obviously I can't receive email on the account. How can I eliminate this account. I may have already divulged ninfo to this address that could get into the hands of a hacker.

    Email size limits are imposed by mail providers, not the operating system.  They usually vary in the 20-25 MB range.
    The limit is for an individual email plus any attachments it may have.  The only way to release that email message is to reduce the size of the attachment if you can do so.  The limitation itself is from your email provider so there isn't anything you can do to change the limit.

  • How can I get rid of those annoying icons on the side of each Safari page for 'sharing' to Facebook, etc?

    When I open a page in Safari, there is a bar to the left side that obscures some of the text on the page. It contains icons for different ways of sharing a page, such as Facebook, tweet etc. I would like to make them go away. But they seem stuck there.

    I couldn't agree with you more!  I just reposted the question, hoping someone will know how to say "adios" to them!
    Larry

  • How can I get rid of startnow tool bar- it just appeared and I cant get rid of it

    startnow tool bar with bing just appeared on my foxfire tool bar. i tried deleting it from programs- it deleted from programs, but still appears in the tool bar! can you help?

    I also used superantispyware to remove what was left after I used the add and remove that's in the control panel and after that I had to use the repair utility in superantispyware to be able to log back on.

  • How can I get rid of a side bar called "browse pulse"?

    when I reach a desired site the 'browse pulse' bar appears on the left side of the screen and takes up almost one fourth of the screen

    Hi, I'm afraid it's pretty long, but try working through [http://malwaretips.com/blogs/ads-by-browse-pulse-removal/ this article.]
    If your question is resolved by this or another answer, please take a minute to let us know.

  • How do I get rid of a blank bar between the Title Toolbar and the Navigation Toolbar?

    It's taking up a lot of space!

    Are there any toolbars listed that might cause this?
    *Firefox menu button > Customize > Show/Hide Toolbars
    *View > Toolbars (press F10 to show the Menu bar)
    *Right-click empty toolbar area
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How can I get rid of these grey lines in the background of my pages documents?

    I bought an app out of the store that game me new templates to use in pages. I used one of the templates in making invitations for my little cousins birthday party but now there are these grey lines in the background that I cant get to go away. any suggestiions?
    thanks!

    "the store", "these grey lines"? You realise we can't see what you see. Could you describe the problem and the templates better? If you bought the templates from the MAS, which ones are they?
    Perhaps they are just locked objects.
    Can you click on them?
    Menu > Arrange > Unlock
    They may also be master objects:
    Menu > Format > Advanced > Make Master Objects selectable
    Peter

  • How can I get rid of (404) screen and browse the web

    This morning I foundthat I was able to log on to mozilla, get my e mail, bring up the yahoo home page, but I could not browse the web. I am getting an error screen that says (404). I have never had this before and my tech support was unable to help me.

    CHances are google maps are never coming back as part of the bundled OS. Apple and Google seem to have parted ways (possibly has something to do with Google having their apps on other devices from other manufacturers but no one knows for sure)
    Since preinstalled apps cannot be deleted, the most you can do is ignore the icon, shove it back on a back menu page (I have a 4th menu page on my iPad containing nothing but the bundled apps I consider worthless. I just ignore that page and never go there) and then put a shortcut to google maps on your iPad or find a third party map app you like better.

Maybe you are looking for

  • Eventing in Visual Composer 7.1 Enhancement Package 1

    We are running Enhancment Package 1 on 7.1 and the release note says that client side event is supported.  However I build 2 iViews one with Data Entry text iput and and a signal out and the the sencond one with a signal in and a text field.  I canno

  • Is it OK to buy a used OSX from say ebay and install them on my machine??

    I need to upgrade to Mountain Lion from OSX 10.5, so understand I need to purchase Snow Leapord first. Is it OK (from a licensing and working point of view) to install a second hand version??

  • Screen flickers, occasionally goes black

    Hello all, iBook g4 bought refurb - 2-3 years ago... Occasionally the screen is flickering and I have had two occasions where the screen just went black but I could still see the desktop. Had to force restart. I have had 2 times where it was looking

  • Windows Live Messenger for 5800 problem

    Hi,  I installed the new FW 40.0.005 for Nokia 5800 and then Windows Live Mesenger and Hotmail disappeared. I went to Ovi Store to download it again (Ovi Store) but now it says "Sorry, this item is not available for the Nokia 5800 XpressMusic.Browse

  • No sound or video on iPad 2 with iOS 6.0.1

    Since upgrading our iPad2 to iOS6, we have no sound and QuickTime movies will not play.  We can scroll to individual frames in a downloaded file, but pressing Play immediately toggles into Pause.  The same thing happens on YouTube both in their apps