Where did my design go?  I created 4 pages for web design and I was finishing up the home page, all the other 3 pages have simply disappeared, the layers are empty? I spent 4 days design that... How to make that back?

Adobe Muse: Web design.

Where did my design go?  I created 4 pages for Web design and I was finishing up the home page, all the other 3 pages have simply disappeared, the layers are empty? I spent 4 days design that... How to make that back?

I restarted the laptop,

creates a new document and quickly made 3 new pages... and yet once... These pages have disappeared?

Please provide a quick solution for me because I have to present my work to the customer.

Did you remove all traces of high level in the layers (i.e. "layer-1") Panel?

When something like you describe is reported, most often the user does not understand the layers of high level exist across all pages and updates on the page of your site. If you delete "Layer 1" you may remove the content of all pages of your site.

Tags: Adobe Muse

Similar Questions

  • T-Shirt Designing (1): how to make wider white box (using the model of t-shirt)?

    CS6 using

    T-Shirt Designing (1): how to make the white box more wide inside the shirt (using the model of t-shirt)?

    Well, I learned that I can go to file > new from the template > blank template > T-shirt to start to create a design for my t-shirt.

    It shows a small picture of the t-shirt with a rectangle in the middle that also represents the large rectangle (where I create my design).

    Question, am I suppose to create the right design in the large rectangle?

    2nd... I figured out how to adjust the length and width of the largest rectangle (through the corners, then clicking on it to open the section length/width at the top of the screen). However, when I adjust the height and width, is not the same for the rectangle inside the shirt.

    What I'm trying to do, is ensure that my design takes more than forward of the sweater by expanding the width.

    How to make the small rectangle in the large t-shirt too?

    Hello

    The small rectangle in the t-shirt line drawing is a guide. So, what you need to do is unlock guides, remove the small rectangle and create a new.

    (1) go to the view > Guides > release Guides. You will now be able to edit the guides, which are light blue in my document.

    (2) just so that you know what I'm talking specifically, open the Layers panel and place you on the Guides layer. Click the arrow next to reveal the guides within the layer. I locked all the other layers in the document to make it easy for me.

    (3) select the small rectangle, and delete.

    (4) use the Rectangle tool to draw a new in size.

    5) option click on the new rectangle to open a launcher. Select make Guides.

    You now have a guide again, larger rectangle! Let me know if you have any other questions.

  • I left several tabs that Firefox sent the warning prompt. As I click on save and leave I pressed accidentally the "save these settings. Now I'm just wondering, how do I disable it, so that Fireox sends the prompt whenever I try to close multiple tabs?

    This may sound silly, but once when I was about to leave Firefox, I got the warning prompt if I wanted to close many tabs... As I click on save and leave I pressed accidentally the "save these settings. Now I'm just wondering, how do I disable it, so that Fireox sends the prompt whenever I try to close multiple tabs? I'm under 3.6.6 with OS X Snow Leopard.

    You can reset the preferences to warn on the topic: config page via the context menu.
    browser.tabs.warnOnClose, see http://kb.mozillazine.org/About%3Aconfig_entries
    browser.warnOnQuit, see http://kb.mozillazine.org/browser.warnOnQuit
    browser.warnOnRestart, see http://kb.mozillazine.org/browser.warnOnRestart

    To open the topic: config page, type Subject: config in the address bar (address) and press the Enter key, as you type the url of a Web site to open a Web site.
    If you see a warning then you can confirm that you want to access this page.

    In Firefox 3, you don't get the dialog "Save and exit" pop - up if you choose Firefox > Preferences > General > startup: "When Firefox starts": "show my windows and tabs from last time '.
    Get the dialog "Save and exit" pop - up, to select one of the other options (display my home page, display a blank page).

  • HOW can I FIND THE CARTRIDGES ARE EMPTY AND that it FAULT REPLACE HP printer fax C309 using windows 7

    HOW can I FIND THE CARTRIDGES ARE EMPTY AND that it FAULT REPLACE HP printer fax C309 using windows 7

    Hello

    Please use one of the following methods:

    http://support.HP.com/us-en/document/c00257147

    Kind regards.

  • I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    Mr President.

    I create a form based on two tables that have sequences also. When I create insert only row is inserted in the fields in table first and second fields of the table are empty. Why?

    formdoubletables.png

    the page source is

    <?xml version='1.0' encoding='UTF-8'?>
    <ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
                    xmlns:f="http://java.sun.com/jsf/core">
      <af:panelFormLayout id="pfl1">
        <af:group id="Group">
          <af:inputText value="#{bindings.VoucherId.inputValue}" label="#{bindings.VoucherId.hints.label}"
                        required="#{bindings.VoucherId.hints.mandatory}" columns="#{bindings.VoucherId.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId.hints.precision}"
                        shortDesc="#{bindings.VoucherId.hints.tooltip}" id="it1">
            <f:validator binding="#{bindings.VoucherId.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId.format}"/>
          </af:inputText>
          <af:inputDate value="#{bindings.VoucherDate.inputValue}" label="#{bindings.VoucherDate.hints.label}"
                        required="#{bindings.VoucherDate.hints.mandatory}"
                        columns="#{bindings.VoucherDate.hints.displayWidth}"
                        shortDesc="#{bindings.VoucherDate.hints.tooltip}" id="id1">
            <f:validator binding="#{bindings.VoucherDate.validator}"/>
            <af:convertDateTime pattern="#{bindings.VoucherDate.format}"/>
          </af:inputDate>
          <af:inputText value="#{bindings.Credit.inputValue}" label="#{bindings.Credit.hints.label}"
                        required="#{bindings.Credit.hints.mandatory}" columns="#{bindings.Credit.hints.displayWidth}"
                        maximumLength="#{bindings.Credit.hints.precision}" shortDesc="#{bindings.Credit.hints.tooltip}"
                        id="it2">
            <f:validator binding="#{bindings.Credit.validator}"/>
          </af:inputText>
        </af:group>
        <af:group id="g1">
          <af:inputText value="#{bindings.Lineitem.inputValue}" label="#{bindings.Lineitem.hints.label}"
                        required="#{bindings.Lineitem.hints.mandatory}" columns="#{bindings.Lineitem.hints.displayWidth}"
                        maximumLength="#{bindings.Lineitem.hints.precision}" shortDesc="#{bindings.Lineitem.hints.tooltip}"
                        id="it3">
            <f:validator binding="#{bindings.Lineitem.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Lineitem.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.VoucherId1.inputValue}" label="#{bindings.VoucherId1.hints.label}"
                        required="#{bindings.VoucherId1.hints.mandatory}"
                        columns="#{bindings.VoucherId1.hints.displayWidth}"
                        maximumLength="#{bindings.VoucherId1.hints.precision}"
                        shortDesc="#{bindings.VoucherId1.hints.tooltip}" id="it4">
            <f:validator binding="#{bindings.VoucherId1.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.VoucherId1.format}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Debit.inputValue}" label="#{bindings.Debit.hints.label}"
                        required="#{bindings.Debit.hints.mandatory}" columns="#{bindings.Debit.hints.displayWidth}"
                        maximumLength="#{bindings.Debit.hints.precision}" shortDesc="#{bindings.Debit.hints.tooltip}"
                        id="it5">
            <f:validator binding="#{bindings.Debit.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Credit1.inputValue}" label="#{bindings.Credit1.hints.label}"
                        required="#{bindings.Credit1.hints.mandatory}" columns="#{bindings.Credit1.hints.displayWidth}"
                        maximumLength="#{bindings.Credit1.hints.precision}" shortDesc="#{bindings.Credit1.hints.tooltip}"
                        id="it6">
            <f:validator binding="#{bindings.Credit1.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Particulars.inputValue}" label="#{bindings.Particulars.hints.label}"
                        required="#{bindings.Particulars.hints.mandatory}"
                        columns="#{bindings.Particulars.hints.displayWidth}"
                        maximumLength="#{bindings.Particulars.hints.precision}"
                        shortDesc="#{bindings.Particulars.hints.tooltip}" id="it7">
            <f:validator binding="#{bindings.Particulars.validator}"/>
          </af:inputText>
          <af:inputText value="#{bindings.Amount.inputValue}" label="#{bindings.Amount.hints.label}"
                        required="#{bindings.Amount.hints.mandatory}" columns="#{bindings.Amount.hints.displayWidth}"
                        maximumLength="#{bindings.Amount.hints.precision}" shortDesc="#{bindings.Amount.hints.tooltip}"
                        id="it8">
            <f:validator binding="#{bindings.Amount.validator}"/>
            <af:convertNumber groupingUsed="false" pattern="#{bindings.Amount.format}"/>
          </af:inputText>
        </af:group>
        <f:facet name="footer">
          <af:button text="Submit" id="b1"/>
          <af:button actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert"
                     disabled="#{!bindings.CreateInsert.enabled}" id="b2"/>     
          <af:button actionListener="#{bindings.Commit.execute}" text="Commit" disabled="#{!bindings.Commit.enabled}"
                     id="b3"/>
          <af:button actionListener="#{bindings.Rollback.execute}" text="Rollback" disabled="#{!bindings.Rollback.enabled}"
                     immediate="true" id="b4">
            <af:resetActionListener/>
          </af:button>
        </f:facet>
      </af:panelFormLayout>
    </ui:composition>
    
    
    
    

    Concerning

    Go to your VO Wizard, select the tab of the entity and to check if both the EO is editable or not.

    See you soon

    AJ

  • I paid for CC (photography) and yet I still get the message that I'm in the 'trial period' when I open Photoshop. How can I fix it?

    I paid for CC (photography) and yet I still get the message that I'm in the 'trial period' when I open Photoshop. Please tell us what should I do to solve this problem.

    Hi Raoul,.

    In addition to the steps above, you also follow instructions on the link below.

    Applications creative Cloud back in test mode after an update until 2015 for CC

    In case you are working on a windows machine and after following the instructions above, you still encounter the same problem, can you please review the instructions below.

    1. Restart the computer in safe mode with network.

      • Immediately after the computer is turned on or restarts (usually after your computer beep), press F8 at 1-second intervals.
      • After that your computer displays hardware information and performs a memory test, the Advanced Boot Options menu appears.
      • Use the arrow keys to select Safe Mode or Safe Mode with network and press ENTER.
    2. Please sign out and sign back for the creative Cloud Desktop Application and verify that the subscription is not trial showing.
    3. Restart the computer and check the creative Cloud Desktop Application.

    Hope this will solve your problem.

    Kind regards

    Hervé Khare

  • The orientation of my Microsoft XP taskbar moved from the bottom of my screen to vertically along one side, how do I go back?

    The orientation of my Microsoft XP taskbar moved from the bottom of my screen to vertically along one side, how do I go back?

    The orientation of my Microsoft XP taskbar moved from the bottom of my screen to vertically along one side, how do I go back?

    It is a feature of Windows. You can move it manually by following the instructions on the link below. You can also run the automatic fix that will move you to the default position. To run the AutoCorrect scroll to the bottom of the page on the link below and click on Fix.

    http://support.Microsoft.com/kb/253679

  • I come to me on my computer and everything was gone. All my files, shortcuts and backround have simply disappeared. It's like I've never been on my computer before. I have nothing! How to get everything back?

    I come to me on my computer and everything was gone. All my files, shortcuts and backround have simply disappeared. It's like I've never been on my computer before. I have nothing! How to get everything back?

    You have been discharged into a temporary user account. It may be a glitch, or your user account may be damaged. First try a system restore when things worked. If it suits it, fine. If it is not then your account is damaged and the best thing to do is to create a new user account and copy your data from the old to the new. I would also like to do a Chkdsk and then some hardware diagnostics on the hard drive and RAM to make sure that the material is solid.

    CHKDSK - click here to open the computer. Right click on the hard drive you want to check, and then click Properties. Click on the Tools tab and then, under error-checking, click check now. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    To automatically repair problems with files and folders that the scan detects, select automatically fix file system errors. Otherwise, the disk check will simply report a problem, but not to fix them.

    To perform a full disk check, select search and attempt to recover bad sectors. This scan is trying to find and repair physical errors on the hard drive itself, and it may take much longer to complete.

    To check for errors file and the physical errors, select both automatically fix errors in file system and search for and attempt recovery of bad sectors.

    Click Start.

    Depending on the size of your hard disk, this may take several minutes. For best results, do not use your computer for any other tasks while it checks errors.

    Note: If you select automatically errors in file system of fix for a disc that is used (for example, the partition that contains Windows), you will be prompted, see the disk check for the next time you restart your computer.

    Hardware tests - http://www.elephantboycomputers.com/page2.html#Hardware_Tshoot

    Corrupt user account - if your single administrative user account is damaged (and therefore have what one user account is A Bad Thing), you must log on to the built-in Administrator (disabled by default in Vista) account. From there, you can create a new user account for yourself. In these cases, I prefer not to copy the whole profile to a new way to do not copy the bits corrupt. I prefer a new user account to copy the data (documents, photos, emails, etc.). Here are the instructions to do this. I assumed that you had only an administrative account, then you might want to take a look at the "general recommendations for setting Up user accounts in Vista" at the end of this post.

    All this requires a certain level of computer skills. You know better and that take the machine to a competent local computer tech (not a type of BigComputerStore/GeekSquad place) is the best solution for you.

    Activation of the built-in administrator.

    Method 1. If you have an installation of Vista DVD (not a recovery DVDs), you can start the system with it. Select the default language, then select "repair your computer". Then select "Command Prompt". At the command prompt, type:

    NET user administrator / Active: Yes [Enter]

    If you do not have a Vista installation DVD, you can either make a bootable DVD of Vista repair in the file at this link:

    http://NeoSmart.net/blog/2008/Windows-Vista-recovery-disc-download/

    Note: All the Neosmart recovery disk downloads are torrent files. There is a good explanation of the torrent on the site Web of Neosmart files. You will need a torrent as muTorrent client to get the files. Torrent client will download the .iso file with which to create the bootable DVD.

    After net user, remove the bootable CD and restart the computer. You will now see an icon for administrator on the Welcome screen. Connect to this account.

    Method 2. Or you can use NTpassword to enable the built-in administrator. In both methods, you need third-party burning software such as Nero, Roxio or the free ImgBurn (http://www.imgburn.com ) to burn the .iso image image file, not in the form of data.

    http://home.eunet.no/pnordahl/ntpasswd/

    B. create a new user account for yourself and by copying data from your damaged to her user account

    1. you are now connected to the built-in Administrator account. Go to control panel > user accounts and create a new Standard user for your daily work. Let's call it "Sheldon" for this example. Also create an administrator user, called 'CompAdmin' (or 'Tech' or similar).

    4 Ouvrezunesession 'Sheldon' once for profile files are created. Now log off 'Sheldon' and 'CompAdmin '. In "CompAdmin", disable the built-in security administrator. Do this from a command prompt:

    Start > Search > type: cmd
    When cmd appears in the above results, right-click and choose "Run as Administrator". Provide the password/OK to the UAC prompt. Now, you will get the command prompt. Type:

    NET user administrator / active: No. [Enter] and exit the command prompt.

    5. always in 'CompAdmin', you want to open two windows explore side by side. Open computer and navigate to C:\Users\old-corrupted-account. Now, do that again, but navigate to C:\Users\Sheldon. Copy the data from 'old-corrupted-account' on records in 'Sheldon '. Remember your Favorites, bookmarks (if you use Firefox) and by e-mail if you use an email like Windows Mail client.

    6. When you are finished, log in to "Sheldon. All your stuff should be there. When you are sure to have what you need, you can remove the old man-corrupted-account control panel > user accounts.

    General C. recommendations for creating users in Vista:

    You absolutely don't want to have only one user account. As XP and all the other modern operating systems, Vista is an OS multi-user with system built-in accounts such as administrator, by default, all users and guest. These accounts should be left alone because they are part of the structure of the operating system.

    In particular, you do not want one account user with administrative privileges on Vista because the administrator account integrated (normally only used in emergencies) is disabled by default. If you use as an administrator for your daily work, and this account is corrupt, things will be difficult. It is not impossible to activate the built-in administrator to rescue things, but it will take third-party tools and work outside the operating system.

    The user account that is for your daily work must be a Standard user, with the extra administrative user (call it something like 'CompAdmin' or 'Tech' or similar) only it for elevation purposes. After you have created "CompAdmin", connect to it and change your normal user account Standard. Then log on to your regular account.

    If you want to go directly to the desktop and ignore the Welcome screen with the icons of the user accounts, you can do this:

    Start Orb > Search box > type: netplwiz [Enter]
    Click continue (or provide an administrator password) when you are prompted by UAC

    Uncheck "users must enter a user name and password to use this computer". Select a user account to connect automatically by clicking on the account you want to highlight and press OK. Enter the password for this user account (when it exists) when you are prompted. Leave blank if there is no password (null). MS - MVP - Elephant Boy computers - don't panic!

  • I pressed (Control) (offset) when to bet and my characters of Gmail (the full screenshot) reduced to about 25 to 35%. How to restore? I already signed my Gmail account, restarted my computer (Windows XP has) nothing works.

    Question
    I pressed (Control) (offset) when to bet and my characters of Gmail (the full screenshot) reduced to about 25 to 35%. How to restore? I already signed my Gmail account, restarted my computer (Windows XP has) nothing works.

    'Ctrl + 0' (zero) to restore normal size

    See http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Search bar displays only the icon. How to make it back to normal?

    Search bar displays only the icon. How to make it back to normal?

    Normally, the search bar looks like the photo in this link.

    http://www.SimpleHelp.NET/images/googlesearchicon/img03.jpg

    However, I only have the icon in the face and no space to type the search information. How can this problem be solved?
    Is it because of my Add-ons?

    Try:

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the Add-ons is the cause of the problem (switch to the DEFAULT theme: Tools > Modules > themes).

    • Makes no changes on the start safe mode window.

    See:

  • Can someone guide me how disable or disconnect a specific user of WiFi for laptop user and Mobile WiFi user without the user's knowledge.

    Hi, can someone help me to disable a user especially wifi?

    Hello

    Can someone guide me how disable or disconnect a specific user of WiFi for laptop user and Mobile WiFi user without the user's knowledge.

    Because I gave the WiFi setting for the particular user who uses more bandwidth. So, I need to disable his WiFi without his knowledge

    I need help on this

    Thanks in advance

    Waiting for a good and simple suggestion

    Change the WPA2 password on your wireless access point and tell them what it is.

  • I bought Adobe CC. When I install the application, asked me to buy the product, and when I click on the link, I am asked to buy to subscribe, that ive already done.

    I bought Adobe CC. When I install the application, asked me to buy the product, and when I click on the link, I am asked to buy to subscribe, that ive already done.

    Troubleshooting FAQ: What should I do if I have a subscription, but my application acts as if I had a trial?

    [moved from the download, installation, commissioning of Adobe Creative Cloud]

  • I have some pluggins I used in after effect 2014 CC and when I updated to the new version 2015, pluggins commentator does more work because they are not be updated yet, my question is how can I go back to the old version

    I have some pluggins I used in after effect 2014 CC and when I updated to the new version 2015, pluggins commentator does more work because they are not be updated yet, my question is how can I go back to the old version

    cc desktop application allows to install the previous versions.

    Here's how (about 1/3 of the bottom of page), download and install Adobe Creative Cloud apps

  • When I export my file to generate a .pdf file, the text box is literally a box around it! How to make this line disappear?

    When I export my file to generate a .pdf file, the text box is literally a box around it! How to make this line disappear?

    Looks like you have a line on it. Select the image and the race set to None.

  • I just open youtube on my ipad3 and he bugged and I was landed on the home screen with all the app folders disappeared when I go to setting that all of the apps are there, how do I solve this problem?

    Hello guys, I have a 32 GB IPad 3 with an operating system of ios 9.2.1 this problem has never happened before and what happened, it's just a normal day and the iPad was running smooth as always until there was suddenly a notification when I opened my iPad from YouTube, so I opened it and all of a sudden when I opened the application crashed and I was on the home screen and all records have were missing, though safari and app store were in a folder so they disappeared in Buthan, I went to the settings and all applications have plaseeeeeeee someone tell me how to solve this problem

    Try to keep the sleep/wake and the "home" button until the Apple logo appears. -AJ

Maybe you are looking for