does anyone know how to remove temporary sites off business catalyst

When I connect to my account everything that appears is my main site (which is the only fully hosted) and when I go to 'My Details' to find my temporary accounts (under the tab drop-down "default site"), he asks me change the default - but I hesitate to do that I don't want to change MY settings from main site and also I do not know if it will give me the option to delete temporary sites.

Thank you

PS - Is not it assumes that a number of tech support to call this when even paid subscription?

Hello

You can delete your test sites using the partner portal,

http://www.BusinessCatalyst.com/Admin/index.aspx?to=PartnerPortal

To see more options, refer to this document

How to cancel or delete a site

Let me know if you have any question.

Tags: Business Catalyst

Similar Questions

  • I accidentally added a Web site to my toolbar as a quick tab somehow. Does anyone know how to remove it on windows xp?

    I accidentally added a Web site to my toolbar as a quick tab somehow. Does anyone know how to remove it on windows xp?

    You can disable the mosaic preview.
    Open Internet Explorer.
    Go to tools and scroll down to Internet Options.
    On the general tab, go to the Section tabs.
    Click on the settings button.
    Uncheck the 'enable quick tabs '.
    Restart Internet Explorer.

    I hope this helps.

  • There is a transparent color to my file in muse whenever I'm editing the file, does anyone know how to remove it?

    Here is a screenshot. I have tried everything to make it disappear, including changing the fill color of the browser, but it just will not change. It doesn't go away when I saw the online site, however. Does anyone know how to remove this color? Thank you in advance!

    Screen Shot 2014-09-10 at 5.51.58 PM.png

    Hi Jessica,.

    Please go to view > click on 'Hide-collection of grid.

    Kind regards

    Aish

  • Does anyone know how to make the site in different languages?

    Does anyone know how to make the web in different languages? and how to make the menu appear on the master page in the target language?

    Hello

    You must create the page content in languages that you want and then bind using the options in the subfolder on root of the hosting platform.

    More details:

    http://forums.Adobe.com/message/6065652#6065652#6065652

    For the menu, you need to create different masters, and then apply on the pages.

    Thank you

    Sanjit

  • Try to delete junk mail in my account hotmail with windows 8 and after having clicked on delete and it comes right off. Does anyone know how to remove it?

    Try to delete junk e-mail with my account hotmail with windows 8, and after clicking on remove the spam is well again. If I go to my email using the icon on the desktop I am able to remove everything. It is only with the icon of mail on the splash screen that I can't remove. Does anyone know hot to delete?

    Hello

    I'm happy to help you with your concern about the removal of junk e-mail.

    Please clarify your statement "it is only with the icon of mail on the splash screen that I can't remove.

    Are you referring to a Mail or Windows Live Mail application?

    We look forward to your response.

    Thank you

  • Does anyone know how to remove icons of the homegroups and libraries from the desktop?

    tried to find a way to do it without having to go into the registry...

    Windows7 Home Premium
    After hours to be annoyed... I can't find any other way.

    1 Homegroup icon:
    Open my computer, Control Panel, system and security, administrative tools, services, and then scroll down to: earphone homeGroup and homeGroup provider, disable both. Close, close the session. the icon should be gone when you log back.

    2. the icon libraries: carefully... Please, if there is no experience in the registry for assistance.

    go to: start, run, type: regedit, select the HKEY_Local_Machine key, navigate to the bottom of conclusion: Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
    You will see several hexadecimal strings, select each in turn, and the right pane will show you which icon is selected. My icon library was the first chain and showed two lines on the right side of the page, the first being: usersLibraries and the second being: delete the message.

    When you find the string to the appropriate library, create a new folder in your my documents named: registry back up, then highlight the chain on the left, go up to the upper-left corner of the page of the registry and click on file and then export. Save the registry file in your new folder location. I also recorded the two files on the right side of the page and call them what they were called on the page, so I would like to know what they were. (not sure I had to but he doesn't)

    After you save the registry files, you can then remove the string that you selected on the left which in turn, displays the name userLibraries (on the right side of the page).

    Poof it's finally gone! and always available in your saved folder

    Hope this helps

  • Does anyone know how to remove orphaned thumbnails of 13 elements?

    I managed to accumulate a very large number of files image duplicated in my db 13 items. It was not practical to remove in E13, so I removed the externally. This left me with a disconnected for each deleted image file thumbnail. If I understand the program, all the tags and other metadata associated with the image file - not the thumbnail. So, I'm looking for a way to either delete orphaned thumbnails sort of batch processing... or maybe rebuild the catalog and generate all new stamps? (if possible)

    Advice or tips would be appreciated.

    Thank you

    David

    DRC8220 wrote:

    If I understand the program, all the tags and other metadata associated with the image file - not the thumbnail

    David

    The catalogue includes the thumbnail cache, which is associated with each element multimedia as well as other metadata.

    Run the command "reconnect missing files" in the file menu of the Organizer. After the search, you will see a list of missing files. There is a small icon on the top of the dialog box to open a dropdown menu with the options:

    -to select all the missing files

    -to remove all the missing files from the catalog.

    Do both, that will remove these entries from the catalog and thumbnail cache.

    ... or perhaps to rebuild the catalog and generate all new stamps? (if possible)

    Yes, it's another solution:

    Photoshop elements (PSE) knowledge base. : how the miniature correct hourglass (generic) in elements Organizer?

    Same solution as the hourglass issue.

  • Does anyone know how to remove all words of 'copy' of the name line HAVE layers?

    I downloaded a script PSD which automatically delete the word "copy" of all layers. Inside of GOT it, I can't do this. Can someone help me? Here's the script jsx PSD file:

    ----------

    ///////////////////////////////////////////////////////////////////////////////
    Script name: RenameLayers.jsx
    Version: 1.0
    Date: 27/02/08
    "Use: Removes ' copy 1, copy 2, etc." in the name of all the layers
    ///////////////////////////////////////////////////////////////////////////////

    #target photoshop
    $.localize = true;
    var displayDialogMode = app.displayDialogs;

    app.bringToFront ();
    app.bringToFront ();
    app.displayDialogs = DialogModes.NO;

    processObjects (app.documents processDocument, function () {alert ("you have no open documents")})
    app.displayDialogs = displayDialogMode;

    ///////////////////////////////////////////////////////////////////////////////
    Function: processObjects
    Use: Work theMainFunction on each object in the list theObjects
    Entry: The list of objects (documents, layers, etc.), function to run on each object, function to run on parent, if there is no object
    Return: value returned by the function used
    ///////////////////////////////////////////////////////////////////////////////
    function processObjects (theObjects, theMainFunction, theAlternateFunction) {}
    var returnValue = null;
    If (theObjects.length == 0) {}
    If (!) () theAlternateFunction == undefined) & &! (theAlternateFunction == null) & &! (theAlternateFunction == "")) {
    returnValue = theAlternateFunction (theObjects.parent);
    }
    } else {}
    If (!) () theMainFunction == undefined) & &! (theMainFunction == null) & &! (theMainFunction == "")) {
    for (var i = theObjects.length - 1; i > - 1; i--) {}
    returnValue = theMainFunction (theObjects [i], i);
    }
    }
    }
    return returnValue;
    }

    ///////////////////////////////////////////////////////////////////////////////
    Function: processDocument
    Use: Treat the layers in the document with the function 'processLayer '.
    Entry: Document subject of Document index object
    Back: no
    ///////////////////////////////////////////////////////////////////////////////
    function-processDocument (objectRef, i) {}
    app.activeDocument = objectRef
    processObjects (objectRef.layers, processLayer, null);
    }

    ///////////////////////////////////////////////////////////////////////////////
    Function: processLayer
    Usage: Delete "copy" of the name of layer (Layer content Set of processes)
    Entry: Object layer Layer object index
    Back: no
    ///////////////////////////////////////////////////////////////////////////////
    function processLayer (objectRef, i) {}
    If (objectRef.typename == 'LayerSet') {}
    var layerCount = processObjects (objectRef.layers, processLayer);
    }
    renameLayer (objectRef)
    Returns 0
    }

    ///////////////////////////////////////////////////////////////////////////////
    Function: renameLayer
    Usage: Delete "copy" of the name of layer (Layer content Set of processes)
    Entry: Object layer Layer object index
    Back: no
    ///////////////////////////////////////////////////////////////////////////////
    function renameLayer (objectRef) {}
    var theRegEx = new RegExp (/ (\s*copy\s*\d*) + $/)

    If (theRegEx.test (objectRef.name)) {}
    Save the State of the layer (visible or invisible)
    var layerVisible = objectRef.visible
    var numero_index = 0
    numero_index = objectRef.name.indexOf ("copy")
    objectRef.name = objectRef.name.substr(0,indexnumber)
    objectRef.visible = layerVisible
    }
    Returns 0
    }


    ----------

    Anyone?

    I wrote the original code you have several years ago, I did a quick check and if you change the first lines of what follows, it should work:

    #target illustrator
    $.localize = true;
    var displayDialogMode = app.displayDialogs;

    app.bringToFront ();
    app.bringToFront ();
    app.displayDialogs = DialogModes.NO;

    processObjects (app.documents processDocument, function () {alert ("you have no open documents")})
    app.displayDialogs = displayDialogMode;

    The code has been mistake out on the lines that changed the displayDialogMode and who brought the application forward, so I have commented out them. I don't have time now to see that needs to be done to ensure that this work (if they can), but it should work for you.

  • Does anyone know how to remove or bypass a password at startup?

    One of my friends I've forgotten the password he used at the start of his computer. Now, it is impossible to get on his computer. I tried to start in safe mode, but it will not allow him, the password always comes to the top, cant get into the bios either, someone knows what to do?

    Thank you, Laura

    [Moved from comments]

    Hello

    Other that the information you have already given, this information for Vista and XP there is little we can do to help you in these Forums.

    If you have problems with BIOS password, you will need to contact their computer manufacturing using BIOS passwords.

    "What to do if you forget your Windows password"

    http://Windows.Microsoft.com/is-is/Windows-Vista/what-to-do-if-you-forget-your-Windows-password

    "If you forget the administrator password, and you do not have a password reset disk or another administrator account, you will not be able to reset the password. If there is no other user account on the computer, you will not be able to log on Windows and you need to reinstall Windows. »

    Microsoft prohibits any help given in these Forums for you help bypass or "crack" passwords lost or forgotten.

    Here's information from Microsoft, explaining that the policy:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    See you soon.

  • I am unable to connect to itunes store, reset the winsock files, but can't seem to be struck from the register. does anyone know how to solve this problem, so I can run itunes?

    Since I updated my version of itunes that I could not connect to the itunes store and itunes was insensitive. I worked for a month with an Apple Advisor on this problem and put us the winsock files, but they are still some how in the register and refuse to be deleted. does anyone know how to remove these registry files you?

    IM losing my mind unable to update my ipod or iPhone... Help!

    Hello

    1. don't you make changes on the computer before the show?
    2. What is the accurate and complete error message that appears on the computer?

    You can try to follow the suggestion contained in the link and check.
    Unable to connect to the iTunes Store
    http://support.Apple.com/kb/ts1368

    You can also view the application in the community of Apple support for further assistance.
    See the links in the help.
    http://www.Apple.com/support/iTunes/
    https://discussions.Apple.com/community/iTunes/itunes_for_windows?view=discussions
     
  • does anyone know how to uninstall web2pdf?

    On the site of FireFox sync, it endorses web2pdf. It does not work, and it prevents my doing a PDF with Adobe. I need to uninstall it, but there is no uninstall, it is not listed as a program and Revo can't see it. Does anyone know how to uninstall this garbage? I have an office of Win8.

    To uninstall a possibly unwanted extension, please proceed as follows:

    1. In the Firefox Firefox window click on the top left and select Add-onsor, if the Firefox button is not displayed, click the Tools menu, and then click Add-ons.
    2. Once the add-on Manager has opened in a new tab, click the Extensions button on the left side of the window.
    3. You should now see a list of your extensions installed on the right side and buttons on the right side of each extension.
    4. To remove an extension of Firefox, simply click on the Remove button. You should see a message that informs you about the deletion of the add-on.
    5. Note that some modules require a restart of Firefox to make it disappear completely. To perform a restart of Firefox after removal of add-on, click restart now in the message.

    You can find more information about uninstalling extensions in the following articles:

    Disable or remove modules

    Remove a toolbar that has supported your Firefox or the homepage search

  • Does anyone know how I could free more space/add more space to my backup drive?

    Original title: save file/disk

    Dear all,

    As usual, I used part of my hard drive to back up files, etc.

    In my last scheduled backup, windows informed me that he could not perform the cause there wasn't enough space in my backup disk.

    Does anyone know how I could free more space/add more space to my backup drive?

    Thanks in advance

    George

    On Tuesday, October 5, 2010 06:46:38 + 0000, GeorgeMachairas wrote:

    As usual, I used part of my hard drive to back up files, etc.

    In my last scheduled backup, windows informed me that he could not perform the cause there wasn't enough space in my backup disk.

    Does anyone know how I could free more space/add more space to my backup drive?

    Please be aware that the second part of your hard drive backup is
    far the lowest form of backup exists. It is only very
    slightly better than no backup at all, because it let you
    sensitive to the simultaneous loss of the original and the backup on many of
    the most common dangers: drive failure, head goes down, severe feeding
    glitches, near lightning, virus attacks, same flight of the
    computer.

    In my view, secure backup must be on a unguarded and removable media
    in the computer. For backup really secure (required, for example, if the)
    the life of your company depends on your data), you should have several
    generations of backup and at least one of these generations must be
    stored off-site.

    You can read this article on the backup that I wrote: 'save '.
    "Your computer regularly and reliably" to
    http://www.computorcompanion.com/LPMArticle.asp?ID=314

    Ken Blake (MS-MVP)

  • I have a virus masquerading as update adobe flash player. Does anyone know how to fix this?

    I have the virus acquireda posing as update of adobe flash player. Does anyone know how to get rid of this adware, malware?

    Hello

    I'm sorry, we do not provide help with malware/adware/malware removal, because it is beyond the scope of these forums.  There are many other sites that will inform you about it.

    Where did you download the update of Flash Player malicious?  Adobe actively malicious sites providing malware installers for Flash Player.  If you provide a direct link to the update file I send to our Department of security/fraud to follow-up on.

    --

    Maria

  • I have a Canon MG6120. When I start it up I get the error code 5050. Does anyone know how to fix this?

    I have a Canon MG6120 all-in-one. When I start it up I get the error code 5050. Does anyone know how to solve this, more power to the wide / power?

    Hello gregg.

    Please, try the following to see if we can solve your problem:

    1. turn off the printer.

    2 disconnect the power from the printer for at least 5-10 minutes.

    3. once unplugged, remove any paper from the device.

    4. check for obstructions in the paths of the unit or the paper.

    5 If no obstacles are, plug the power back in and switch on the device.

    If the problem persists, the unit will require repairs for the correction.  We apologize for the inconvenience.  Please contact our support group using the 'Contact us' below for further assistance.

    It has not responded to your question or problem? Find more help at the Contact Us.

  • my computer is infected by the defense of windows... does anyone know how to get rid of it

    original title: defense of windows

    my computer is infected by the defense of windows... does anyone know how to get rid of it

    my computer is infected by the defense of windows... does anyone know how to get rid of it

    Try this link. It has an automatic removal request.

    Remove Windows defence. Description and removal instructions
    http://www.2-spyware.com/remove-Windows-defence.html

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

Maybe you are looking for