No http in my address bar?

Is there any way to prevent safari from automatically entering http:// in the address bar when you type something?
I'm trying to access a local network address by typing it straight in.
Thanks

HI Brad,
Try here for Safari.
http://yubnub.org/documentation/describe_installation
Carolyn

Similar Messages

  • Why can't I see the "http" on my address bar when I access a website anymore ?

    In previous version I can see the "http" when I access a website (ex: yahoo.com) Now I can't see it anymore. I want to see it on my address bar. How can I figure it out ?

    Users can revert to the old behavior by setting '''browser.urlbar.trimURLs''' to '''false''' in '''about:config'''.<br>
    <br>
    <br>
    To change this preference:<br>
    <br>
    type about:config in the Location/URL bar and press Enter.<br>
    if you see a warning, accept (promise to be careful)<br>
    Filter: browser.urlbar.trimURLs<br>
    in lower panel, double-click that item to toggle value to false<br>

  • After updating to firefox 6.0.1 I no longer can access websites with "https" in the address bar.

    I am running Avast internet security. I have tried removing firefox from the allowed websites section and re entering it into the list and I still cannot access facebook, email, bank, etc. Same effect in google chrome but Internet explorer works normally. Not sure what settings were adjusted after the update and where to go to bring them back to the way they were.

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • Address Bar

    How do I put and image in front of HTTP in the address bar.
    And can it be done by CSS? Thanks

    It is called a favicon:
    http://en.wikipedia.org/wiki/Favicon
    Easy way to make one:
    http://tools.dynamicdrive.com/favicon/
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "Niteweb2006" <[email protected]> wrote in
    message news:f056tt$l1d$[email protected]..
    > How do I put and image in front of HTTP in the address
    bar. And can it be done by CSS? Thanks

  • How can I get Firefox to include the http when copying and pasting from the address bar?

    I know you can use "browser.urlbar.trimURLs" in about:config to re-enable the display of "http://" on URLs in the address bar, but I think there's an actual bug with hiding them in the address bar that should be corrected:
    When I click and drag in the address bar to select part of an address, including the beginning of the address, then use CTRL+C to copy it, and CTRL+V to paste it into something else, the pasted URL does not include "http://"; this is often inconvenient and will break in certain forms and so on.
    In Chrome--where I guess the http-hiding feature was copied from--if you click and drag to select part of the URL including the beginning, then copy, when you paste, the "http://," hidden in their address bar, *is* included. That's how it *should* work. Firefox's implementation is incomplete and frustrating.

    This is a known problem and should be fixed in Firefox 8.<br>
    See https://bugzilla.mozilla.org/show_bug.cgi?id=668019<br>

  • When I add a https link to quicklinks, when I click on it, the (:) after https does not go to the address bar and thus the link is not connected. This is happening for all quicklink bookmarks with https:

    Question
    When I add a https link to quicklinks, when I click on it, the (:) after https does not go to the address bar and thus the link is not connected. This is happening for all quicklink bookmarks with https: Is there a solution?

    Try some basic troubleshooting.
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings, disables most add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • My address bar has https with a lock on it.... don't know what I did? to put this on...need help

    I was changing things on my computer and I am not a real wiz at this stuff.  My safari when I open it now shows https with a lock on it.  I need help on removing this and also my google is missing from the address bar.  Anyone know what I have done?

    Safari 6
    URL address bar and Google search bar are combined into one bar now.
    Apple calls it Smart Search Field.
    There is no more a separate Google search bar.
    https with lock icon means that information entered in the bar is encrypted for the purpose of security.
    For details:  http://support.apple.com/kb/PH11893

  • Http redirects not changing url in address bar

    I'm going crazy trying to fix a major bug in our application. Http
    redirects are not changing the url in the address bar of the latest versions of internet explorer. But this only happens if the redirected page is an xml page with an xslt reference for the browser to do the transformation. Mozilla seems to work fine, but I seem to have encountered a major bug in Internet Explorer. If anybody can help or at least point me in a direction I'd be SO grateful. This doesn't seem to be a java servlet specific issue, but that's what we're using so I thought I'd ask the question here too.
    We have an MVC type framework we developed. For example, if you were to add something to a shopping cart, the url might be:
    http://ecommerce.com/cart/add?sku=54321. In the add servlet, we would add the sku to your shopping cart and then redirect to, let's say,
    http://ecommerce.com/displaycart. I think this is how most MVC frameworks work. And it works great for us.
    The problem began when we started sending XML to the browser with an XSLT stylesheet. So now the browser does the transformations (if the browser is capable of doing them, which we check) instead of the server. This is a major part of our project. One of the reasons we started this.
    The problem is that Internet Explorer no longer updates the url in the
    address bar after a redirect. Mozilla works great though. We haven't
    tested on other xslt capable browsers yet. In the example above, what would happen is after adding something to your shopping cart, the "displaycart" page would be shown but the http://ecommerce.com/cart/add?sku=54321 url would be shown in the address bar. It wouldn't seem to be too big of a deal since everything works. But now all the relative links are messed up. They start from the "cart" directory. So we need absolute links. But that introduces many other problems. We then need to know the host and the parent directories (not as easy as it seems).
    So is there a solution? Is this a big bug that nobody has realized yet (or maybe they have, but my searches don't see it) in internet explorer? Is there a way for the redirected url to appear in the address bar from a browser-based xslt transformation in internet explorer? By the way, I'm testing with the latest version of IE6.0 as of July 7, 2003.
    When testing, redirects work perfect if I do the xslt transformation on the server side and just send plain html to internet explorer. And it works perfect with either serverside or browserside xslt transformations in mozilla.
    Scott Mueller
    AccelerateBiz Incorporated

    As I've been reading in the specs, microsoft, etc, it seems that it's not what's supposed to happen. But the specs are not very specific about this. However, internet explorer DOES always replace the url in the address bar with the redirected url if HTML is being returned from the redirected servlet. As is the case with all other browsers. So, at least, this behavior is the de-facto standard.
    BUT when the redirected to page is an xml page which references an xslt stylesheet.. then, ONLY in internet explorer, the original url is what's shown in the address bar (and, more importantly, what's used as the base url). Regardless of what the links look like or how they're manipulated in the transformed HTML that ends up being shown, I can't seem to make the url in the address bar the redirected url..

  • Personalized Icon in http address bar

    Several companies put an icon in the browser address bar, just like Apple does. How can I get my logo in my address bar?
    Floyd Wiebe
    TJ's Gift Foundation
    www.tjsgift.com

    Thanx guys I will have a look see I kinda tried already by dropping the icon that was generated into the main folder for the site as I have 7 sites.. and it's not working.. it looks something like this... as far as putting the code in the head, what did I do wrong ( I'm not html savvy..)
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head link rel="shortcut icon" href="/favicon.ico" ><link rel="shortcut icon" href="/favicon.ico" ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />>
    <meta name="Generator" content="iWeb 2.0.2" />
    <meta name="iWeb-Build" content="local-build-20071016" />
    and thanx cedric but I really don't have time for crashing puters.. ; ) so I'll try the quickkirk route.... thanx again... ps. could it be that the icon is .ico instead of a .jpg should I change all the .jpg and upload a .jpg file instead ?
    Message was edited by: kiapet.com

  • I can no longer access websites through the location bar (address bar).

    A few days ago, my location bar (address bar) suddenly stopped working. When I typed in an address and clicked on Enter, nothing happened - and I mean nothing. The cursor at the end of what I had just typed into the location bar just sat there, blinking at me. Clicking on the arrow at the right end of the location bar didn’t work either. On the other hand, if I clicked on a link in a website or e-mail, I would be taken right to the website at the other end of the link. And when I clicked on a bookmark, I was taken to the bookmarked site. It is only when I type or paste something into the location bar that I am unable to reach the sought after website. Exiting and then re-entering Firefox did not help, nor did rebooting my computer. I was using version 6.0.2 at the time. I upgraded to version 7.0.1; that didn’t help either. Help!!!

    That is a signature symptom of the "AVG Safe" extension in the Link Scanner component of AVG Free, but you don't have that extension on the computer you posted from, see http://kb.mozillazine.org/Problematic_extensions
    There is also these which you don't have either
    Top of Firefox window non-responsive, toolbars non responsive -- also see [http://kb.mozillazine.org/Problematic_extensions Problematic extensions]
    *caused by Yahoo Toolbar -- https://support.mozilla.com/questions/890908
    *caused by Babylon Toolbar -- https://support.mozilla.com/questions/890670
    Try disabling the Foxit PDF creator as it has an ask.com authorship signature.
    If that doesn't work see if Firefox works in Safe Mode. If it does it is probably an extension problem.
    # Restart in (Firefox) Safe Mode with Help ("Alt+H") > "Restart with Add-ons disabled" to restart immediately (one-time) in safe mode. Do not check-mark any of the items (they are certainly not safe as they make those changes permanent).

  • If you view Firefox in full screen can you get favourite toolbar to appear with the address bar?

    When you put Firefox in full screen all the toolbars disappear. When you hover over the top of the screen the address bar and 'open tabs' bar appear. Is it possible to get the favourites toolbar to appear as well?
    If not is there any other way to access favourites without having to close Firefox?

    You can also toggle that setting if you hover the mouse to the top and right click a toolbar to open the toolbar context menu: Hide Toolbars.
    That won't show the bookmarks toolbar AFAIK even if it is selected. You can access the bookmarks via the Bookmarks menu button if you place that button on a visible Navigation Toolbar or Tab bar.
    Add code to userChrome.css below the @namespace line to make the Bookmarks toolbar visible in full screen mode.
    * http://kb.mozillazine.org/userChrome.css
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #PersonalToolbar[moz-collapsed="true"] { visibility: visible !important; }</nowiki></pre>
    * http://kb.mozillazine.org/Editing_configuration
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html

  • ATTENTION MOZILLA DEVELOPERS!!!! I have had numerous issues all occuring within 24-48 hours,The latest is location/address bar not working completely! Who has solutions and fixes that actually work???

    Windows 7 32bit Firefox 3.6.1.1 .... I really liked Firefox until recently!!!!
    I'm not even going to explain all the problems I have had in the last 2 days, but i will tell you i have read so many forums and have done A LOT of fixing, 8 hours worth!! So before someone suggests for me to try a common fix I have done almost all things like. <br />
    Disable extensions<br />
    Disabled/Remove add ons<br />
    Tried all in safe mode<br />
    Deleted files in Firefox Profile<br />
    Renamed files in Firefox Profile<br />
    I have done almost everything except remove Firefox and use a different browser. <br />
    What gets me most is this site (Mozilla support) is the least helpful!! i have found solutions that worked off of Non Mozilla forums!!<br />
    Ok here goes...... <br /> 1. Auto complete works in location/address bar, when I click ENTER on keyboard or click the blue arrow in address bar NOTHING HAPPENS!!! I can go to bookmarks click on one and it will go right to the page! It's like the address bar is dead! <br />2. I have NO search engines in the search bar located right next to address bar, the only solution I found for that called for typing commands in the address bar, which i can do but it wont do anything!!!<br />
    Please keep in mind I did a full Google search on these problems and have found that a lot of people have the same issues regardless of Firefox versions or Operating systems!! <br />
    This is my last attempt to get accurate and proven solutions/fixes to these problems before I wash my hands of Mozilla, I'm sure someone will tell me to just do it!!!<br />
    I am hoping to get knowledgeable responses to this post!!
    THANKS,
    Robert
    I just found out this: Posted November 3, 2010 8:12:18 PM PDT:
    When I go to Firefox profiles folder i have 3 different profiles all with default at the end!!! Which one do i rename and wgich do I delete? See issues just keep getting stickier a more complicated!!!
    Thanks,
    Robert

    You can locate the current [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] this way:
    *Help > Troubleshooting Information > Profile Directory > Open Containing folder
    If the 11.01 & 11.02 are empty backups then make sure that create a backup of the other .json backups elsewhere as soon as possible to avoid losing backups that may still work.
    The other profiles appear to have older bookmarks. You can check the file compatibility.ini in a profile to see which version of Firefox last used that profile.
    A possibility is to create a fourth profile to test each of the JSON backups and check which bookmarks they store. If you open that profile with the -no-remote switch then you can copy and paste bookmarks from one profile (instance) to another profile. Both profiles need to be open at the same time to do that.
    See http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
    http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • I want name on address bar goes to home page, not search engine

    Just today I hooked up a new modem/router that I purchased at a WIndstream store. I have been browsing the internet for years with Firefox. I have changed the keyword.url setting in my Firefox configuration (see https://support.mozilla.com/en-US/questions/833252#answer-197476) so that the new version would act like the old version and go directly to the webpage when the name was typed in the address bar. For example: when I type in "windstream" (no ".net" or".com") I would go directly to windstream' home page.
    However, when I hooked up my new modem/router I my browser is hijacked and goes to a Windstream search page. I have tried everything from re-installing Firefox, re-changing the "keyword.url" setting, I even tried the Firefox ad-on here (https://addons.mozilla.org/en-us/firefox/addon/browse-by-name/).
    All to no avail......there is something that has changed by adding Windstream's hardware and connecting to their network that will not allow me to use this function of Firefox.
    Nothing else changed, but a new piece of hardware.....
    Changed keyword.url to : http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
    Re-installed Firefox after cleaning all history and cookies.
    Tried the add-on "Browse by name"
    Wasted my time calling Windstream tech support.
    Changed to openDNS
    Tried to disable the feature through Windstream's web page, but then it just happens with the new search engine.

    Opt-out of Windstream's search service: Type in something to get their sneaky web search page to come up, then click the tiny link at the bottom right "about this page". That sends you to a page where you can opt-out of their service.
    To opt-out from their "valuable" sneaky service, you have to choose to opt-in to another search service.
    You have to do this with each browser. And it still sends you to your search engine's results page, not to your URL the way you might want it to.
    I would rather the default be to allow me to opt-in if I choose to, not have to jump through hoops to find out how to opt-out. It's taken me weeks to discover this. Annoying!

  • Reset the "awesome bar" (address bar) search engine

    I had to install some crapware, and it made me install snap.do. This was a mistake. I have completely removed snap.do, so I think, but it has injected itself somehow within firefox. I have removed it entirely, cept for when i type anything in the address bar for a search, it currently only searches http://search.snapdo.com/?st=ds&q= its driving me quite batty. Please read my things I have done before you post.
    Things I have done..
    - Switched the "search box" search engine.
    I've tried to switch it to something else like yahoo, and then switch back to google, then type in the ADDRESS BAR, still defaults to snap.do. I've also tried all sorts of things, as I believe since firefox 23 whatever you have selected in the search box, will default for the address bar, in my case.. no.
    - keyworld.url or any about:config search for snap or snapdo or snap.do or *
    Listen, this has been gone since firefox 23. I'm running version 27.0.1, ITS NOT THERE DONT SUGGEST THISSS FKJALSDFLKAJSD. I've also tried the keyworld.url hack. First time I tried there was a snap.do keyword and i was like "EFFFIN AAAA!". But after a restart, snapdo still took over.
    - Firefox>help>troubleshoot>reset
    I'll punch you in the face if you even remotely suggest this, i've done it 329049320 times ;)
    - Malware/antivirus/dafjkdsj tool.
    Unless it directly removes snap.do dont even tempt me.
    - uninstall/reinstall
    Ok.. c'mon, you think I havent tried this?
    -add/remove programs
    rly?
    Ok so you see my frustration here? One more list..
    Things I will not do..
    - Delete my firefox profile.
    I'd just really rather not, as history is how I browse some stuff. and well other things as well, I mean in the end, if i must i must.
    But if anyone has any other ideas on how i can force firefox to a search engine please let me know, and i will be your friend ;D

    Cor-el has suggested to create a new profile, and as I can see in your initial question posting, it was stated that if you had to, you would do it. So, if you could please do - it would be appreciated.
    Something I suggest is a clean reinstall, however that is something you would not like obviously but I will enter those instructions here anyways so you can look over it.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    More information about reinstalling Firefox can be found [https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=troubleshooting&r=3&as=s#w_5-reinstall-firefox here].
    <b>WARNING:</b> Do not run Firefox's uninstaller or use a third party remover as part of this process, because that could permanently delete your Firefox data, including but not limited to, extensions, cache, cookies, bookmarks, personal settings and saved passwords. <u>These cannot be recovered unless they have been backed up to an external device!</u>
    Please report back to see if this helped you!
    Thank you.

  • Address Bar Not Working

    The address bar in my version of Firefox 28 does not seem to be working at all. The address bar seems to work perfectly, however when you press enter nothing happens. It can detect your bookmarks and history but when you click on those nothing happens as well. So the address bar is completely useless.
    I tried reinstalling but that didn't work, I then tried a factory reset and that worked for a while, however just a day later the problem has resurfaced. I started firefox with all addons disabled but that didn't make a difference either, I then disabled every addon one by one while reopening firefox multiple times to try and see of there was a troublesome addon but that didn't make a difference either.
    I am running the Linux version of firefox under OpenSUSE 13.1, the exact version from the about screen is 28.0, "Firefox for OpenSUSE OpenSUSE - 13.1" is also displayed on the about screen.
    I am sorry if I have not included enough information, If you need more I will be happy to add it.
    Further Troubleshooting Information:
    Application Basics
    Name: Firefox
    Version: 28.0
    User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Adblock Plus
    Version: 2.5.1
    Enabled: true
    ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Name: Adblock Plus Pop-up Addon
    Version: 0.9.1
    Enabled: true
    ID: [email protected]
    Name: Ghostery
    Version: 5.2.0
    Enabled: true
    ID: [email protected]
    Name: NationStates++
    Version: 2.4.3.1
    Enabled: true
    ID: [email protected]
    Name: openSUSE Firefox Extensions
    Version: 1.0.2
    Enabled: true
    ID: [email protected]
    Name: WOT
    Version: 20131118
    Enabled: true
    ID: {a0d7ccb3-214d-498b-b4aa-0e8fda9a7bf7}
    Important Modified Preferences
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.places.smartBookmarksVersion: 6
    browser.sessionstore.upgradeBackup.latestBuildID: 2014031500
    browser.startup.homepage_override.buildID: 2014031500
    browser.startup.homepage_override.mstone: 28.0
    dom.mozApps.used: true
    extensions.lastAppVersion: 28.0
    network.cookie.prefsMigrated: true
    places.history.expiration.transient_current_max_pages: 98343
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    privacy.donottrackheader.enabled: true
    privacy.sanitize.migrateFx3Prefs: true
    Graphics
    Adapter Description: Intel Open Source Technology Center -- Mesa DRI Intel(R) Ironlake Mobile
    Device ID: Mesa DRI Intel(R) Ironlake Mobile
    Driver Version: 2.1 Mesa 9.2.3
    GPU Accelerated Windows: 0/1 Basic
    Vendor ID: Intel Open Source Technology Center
    WebGL Renderer: Intel Open Source Technology Center -- Mesa DRI Intel(R) Ironlake Mobile
    windowLayerManagerRemote: false
    AzureCanvasBackend: cairo
    AzureContentBackend: cairo
    AzureFallbackCanvasBackend: none
    AzureSkiaAccelerated: 0
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.4
    Version in use: 4.10.4
    NSS
    Expected minimum version: 3.15.5 Basic ECC
    Version in use: 3.15.5 Basic ECC
    NSSSMIME
    Expected minimum version: 3.15.5 Basic ECC
    Version in use: 3.15.5 Basic ECC
    NSSSSL
    Expected minimum version: 3.15.5 Basic ECC
    Version in use: 3.15.5 Basic ECC
    NSSUTIL
    Expected minimum version: 3.15.5
    Version in use: 3.15.5

    Hi,
    Try
    Help -> Troubleshooting information -> reset firefox (right hand side)
    or
    uninstall and clean firefox folder , then try install.
    http://www.mozilla.org/en-US/firefox/new/
    Regards
    '''Deepak Krishnan P.R'''

Maybe you are looking for

  • Acrobat 9 Standard - snapshot

    I have 3 users, two using Acrobat 8, one with Acrobat 9. The one with Acrobat 9 can use the snapshot tool to copy an image, and can paste it into Word, Paint, or anything else, but not into a different PDF. The two with 8 can do the same, but they CA

  • Missing Dynamic as an option.

    It seems I have deleted my dynamic wallpaper on my iphone5 as "dynamic" is no longer an option under wallpapers and brightness. Is it possible to restore those from somewhere? Nevermind.  Have to click on a screen first before that option is availabl

  • No print after changing cartrage

    Hi, Printer was working perfect. When me black was empty I replaced it with another (original). And no I cannot print. Any tips? (on and off does not work)

  • How can i chat with someone from adobe creative cloud?

    I am a student & "rent" the adobe creative suite 6 from the cloud for $19.99 per month. I was told I could download a second copy of the programs I use on a second computer (my laptop). However, the download function doesn't work to do so. Any sugges

  • Error in 'Maintain PFCG' step when adding authorzation in ERM (AC 5.3_SP7_2

    Hi Alpesh and Zaher, Thanks a lot for all your help and support. After applying the note 1279722 my error got resolved, but after that when I am going to the next step to maintain PFCG it is giving me the error as: "Unhandled error; Function template