Objects move when adding pages

When I add/remove pages, or just move pages around in my document using the Pages panel, random objects on some pages move. They normally move just a slight amount, and stay with the page, but it is very annoying. I never know which objects will move, and I have to spend a lot of time trying to find the ones that have moved. Then if I move pages again, or add/remove pages, other random objects move. Does anyone else have this problem, or know how to stop it?
Thanks!

Try sending one of these files through .idml and see if it makes a difference. See http://forums.adobe.com/thread/526991  You may also want to try replacing the preferences. See http://forums.adobe.com/thread/526990  If you don't know what layout adjustment is, it's not likely that you've turned it on, and it probably wouldn't do this anyway except to move objects snapped to guides on master pages that have different left/right layouts.

Similar Messages

  • [JS CS3] Page side when adding pages

    Hello all,
    I am using a script to remove oversets by adding pages with linked text frames to the end of the document. When I am done removing the oversets, I check to make sure the document ends on a left page; if not, I am using the code below to add an extra page. However, the page ends up as a second right hand page right next to the previous one. How do I ensure that the page I add is a left-hand page. Thanks in advance.
    Rick Quatro
    rick at frameexpert dot com
    585-659-8267
    // Set a variable for the active document.
    var oDoc = app.activeDocument;
    // Call a function to remove the oversets
    // Make sure the document ends on a left page.
    if (oDoc.pages[-1].side == PageSideOptions.RIGHT_HAND)
    AddPageAndLinkedTextFrame(oDoc);
    function AddPageAndLinkedTextFrame(oDoc)
    var oPage = oDoc.pages.add(LocationOptions.AFTER,oDoc.pages[-1]);
    var oTextFrame = oPage.textFrames.add();
    oTextFrame.geometricBounds = GetPageMarginBounds(oDoc,oPage);
    oTextFrame.previousTextFrame = oDoc.pages[-2].textFrames[0];

    in "standard" document - without page shuffling, etc. - you can do something like this (VB):
    if mydoc.pages.item(a) mod 2 then
    ' right page
    else
    ' left page
    endif
    robin
    www.adobescripts.com

  • Zoom settings change when adding pages

    Hi
    When adding a page to a document with this code:
    app.activeDocument.pages.add(LocationOptions.AT_END);
    InDesign automatically reverts the zoom setting to FIT_TO_PAGE
    Is there a way to prevent this from happening?
    I would like that it should stay at whatever it was.
    Help will be much appreciated!
    Thanks,
    Davey

    Davey_Doo wrote:
    1) is there a difference between what I wrote "layoutWindows[0]" and what you wrote "windows[0]"?
    Yup, "layoutWindows" refer to just the layout windows -- the ones one is normally working in. The other kind is "storyWindows", which is what you get when you open a text in the "Story Editor". There are vast differences between the two, such as "zoom" (you cannot zoom in on the story editor window).
    Using "windows", without specifying the kind, you get a list containing both types; and using "windows[0]", you get the very first one, whether it is a story window or a layout window. Then, if it happens to be a story window, csm_phil's script will Crash & Burn because you cannot zoom in on a story window.
    Your version will work correctly, and just in case you might have a story editor window open, it's best to stick to "layoutWindows" if you want to change a layout window property.
    2) Although this does help, is there a way to prevent it from happening?
         The reason I ask is because in a script which adds many pages, (e.g., MultiPageImporter script), the script needs to do this after adding each page.
    No, you cannot prevent it in any way. It's just ID's default built-in behavior (although it seems strange that this only happens when using a script!).
    But I disagree with your assessment it needs to be done "after adding each page". ID does not store the zoom percentage for each separate page and so it is enough to read the current zoom, add as much pages as you like, then set the zoom.

  • Page side varies when adding pages

    Dear all,
    When i add pages in stacked document that will starts in left hand side as in the below screenshot
    it will change as right hand and new pages will inserted in left hand as below when added thru script
    of same spread but when do manually it ll insert correctly as below
    Please help me to do thru script as above.
    Thanks in advance,
    Sankar

    Shankar, activate the Pages window by press the F12 key.
    Activate the "Allow Document Pages to Shuffle"
    Activate the "Allow Selected Spread to Shuffle"
    As per the below screenshot. Hope it helps.

  • When adding pages, keeping size the same

    It seemed so easy but, NO. How does one attach pages from a file and keep the pages the same size?

    I may not described my problem clearly. The last page of the document I wish to add to, when it is displayed full-screen is shown to be 18.4% (Zoom to page level). The first page of the new document (File) I want to add, when it is displayed full screen, is shown to be 71.1% (Zoom to page level). The result of adding the new page is that, when the complete document is viewed, the last page (the newly-added page) is miniscule, compared to the preceding page. I simply do not have enough experience to figure out what to do.

  • Sparse templates (when adding page types)

    I'm not sure if this has already been posted in the forum, but I discovered it as I dealt with the growing number of templates, v1.1 templates, and custom templates that my iWeb now has. Also helps stub out the v1.1 'Blank' page type for older custom templates.
    When adding templates to iWeb, iWeb seems to like it's TemplatesInfo.plist to contain EVERY page type for EVERY template. However, as I'm developing a new template, I sometimes like to have just a few page types defined... or, sometimes I create a simple template for a simple site that only has a couple of page types.
    So, when I am defining the new entries for each template within a page type, I specify a bogus filename (I use "Unavailable.webtemplate") for any entry where I don't have that page type / template combination. For example, if my "DogDays" template only has a Welcome and Blog page type, then in every other page type the DogDays template's entry will use the bogus filename.
    Pictures help make this much more clear, so here's a page that I posted to remind me how to add a new page type... I use the bogus "Unavailable.webtemplate" in the example:
    http://web.mac.com/dovinci/iWeb/dovinci/New%20Page%20Types.html
    It also shows what the "page picker" in iWeb looks like.
    Mac Mini, PowerBook, MacBook Pro   Mac OS X (10.4.6)  

    Hi,
    The design for a calendar date box is determined by the "formRegionBody" class style (at least according to theme 12). You, therefore, need to update this.
    In theme 12 ("Blue"), this is defined in the css as:
    .formRegionBody {
    font-size:12px;
    font-weight:normal;
    color:#285577;
    background-color:#D7DFE6;
    border-left:1px solid #BFBFBF; border-top:1px solid #BFBFBF;
    border-right:1px solid #FFFFFF;border-bottom:1px solid #FFFFFF;
    You can either update the css or add the above in a style tag on your calendar page (adjusting the colours as required).
    Regards
    Andy

  • InDesign CS5 crashes when adding pages - is there an answer yet?

    Having scouted around I can see lots of people have this (or a similar) problem, but with far more specific circumstances than mine - e.g. in templates, or with documents created in previous versions, or when adding more than 10 pages, etc.
    Mine is a 'virgin' CS5 install, I've been away since PageMaker 6.5 and I'm not trying to salvage any of that stuff! Every time I try to add pages in the middle of a document it crashes, regardless of how many I try to add. A work around which sometimes works is to add them at the end of a document and then drag them to where they are needed.
    Looks like this problem is widespread, I see lots of people talking about it going back almost a year, but can find no mention of it or possible solutions from Adobe. Are these forums just a sop to the user, a place to moan and vent without ever getting answers or acknowledgement that a problem exists? No offence Adobe, but I don't have time to join a community or spend hours on forums, I'm too busy. I need software that works and timely answers.

    Pixate wrote:
    Looks like this problem is widespread, I see lots of people talking about it going back almost a year, but can find no mention of it or possible solutions from Adobe. Are these forums just a sop to the user, a place to moan and vent without ever getting answers or acknowledgement that a problem exists? No offence Adobe, but I don't have time to join a community or spend hours on forums, I'm too busy. I need software that works and timely answers.
    First, I don't recal more than one or two threads reporting a problem like this that wasn't related to some sort of configuration issue on the user's machine (notably the 3-column master issue that John has mentioned), and that hardly qualifies as "widespread" around here. Poviding full details about what version of ID, including the patch level, and your OS, along with exactly what you are doing, what happens, and any error messages you receive, and what you've already tried to solve the problem, will get you better help faster.
    Second, you are not talkint to Adobe here. If you want to waste your time talking to tech support, you need to do that on the phone. The people here are user volunteers. We don't write the code and have no influence over what happens in engineering, but we do have a lot of collective real world experience that gladly share, and there are very few problems other than genuine bugs that we don't solve. But if you don't have time to participate in the community there's a pretty good chance the community won't find time for you.

  • 3d object moves when merging

    So I haven't played with the 3d features in Photoshop very much and gave myself (what I thought) was a simple project to play with. I'm trying to make a little cog with a recessed color band. Have been doing an extrusion using vector objects.
    I extruded them both separately, the gear to 2" the blue ring to 1.6". Matched up the camera and set them both to the same position
    Gear                                                         Ring
    I then made sure the cameras were in the same default position and tried to merge them 3D -> Merge 3D Layers. I read that I should hold shift to make sure the objects position doesn't change so I did that but it doesn't seem to make any difference because once I merge them the gear wheel scoots out of position and shrinks. I thought maybe I wasn't holding shift long enough but even holding it from before I ever click into the menu until well after it appears the merge is complete it does the same thing.
    Gear                                                          Ring
    The ring stays in position but the gear scoots forward and shrinks. I could just manually change the numbers back but I'm hoping to add more elements and taking a screen shot of each property before merging seems like I must be missing something.
    I'm on a PC running Windows 7 using Photoshop CC 2014.2.2

    I downloaded the psd.  You created the shapes layers with a Adobe program I do not use.  Then extruded them and merged and see the same thing I see when merging objects. They do not lineup like you expect them to.  I wrote. What I do reset the object coordinates I forgot to add was I also use the move to ground button for the objects after the using the reset Coordinates button.  Then I use the move tool to line up the objects relative to each other.   I duped you document and did that to your merged objects.  Here is the duped PSD with the objects reset mover to ground then positioned. Is this what you expected the merge to look like? http://www.mouseprints.net/old/dpr/GearTestDupe.psd
    Right click the above link and save it to your machine

  • Running calculation totals when adding pages

    http://www.funkylogic.co.uk/equity.pdf
    In a nutshell what I want to achieve is this: a cleint may own several properties, and have different percentage holding on each. Each property has a separate page of questions (the PDF above is that page). The first part of the equation is to calculate up the total equity in the property (TotEquity), and then based on the percentage holding (TotInterest), work out the individuals equity share for that property (TotalB). The form has the option to tell us about another property (addInstance), and we then have a second page with its own calculations and a new TotalB. This TotalB then becomes a running total for all pages added. Please can anyone help??

    Hi,
    Here is a version of the form: https://acrobat.com/#d=b*01ko6g2gn8Jqns9D1Hhg
    It shows how to loop through the instances of Page1. It does not appear to be working correctly (by my eye anyway). I am not convinced of multiplying the two values in the script.
    Hopefully it will give you a direction.
    A couple of things: I would not be inclined to name pages with a capital 'P' (Master pages are 'Page1'), I tend to name design pages as 'page1'. The font you are using is adding to the file size. Something like Myriad Pro is much smaller.
    Niall

  • Missing fonts warning when adding pages to a book

    I have a book with 13 documents added and 105 total pages. I have 10 master pages set up, and each time I add (or delete) pages to a document, I get warning: "The document <doc>.indd needs to be updated but has missing fonts. It may recompose with a default substitute font and result in inacurate page numbers. Do you want to continue updating numbering?"  If I click OK to continue updating the numbering, sometimes an extra page gets added somewhere else in the document. Preflight Book is not showing any errors and I also tried looking at the preflight panel in each of the 13 documents. Neither says anything about a missing font. How else can I find it? Thanks!

    It could be in overset text (though preflight should see that) or in a style not currently in use. Are you sure the priflight profile is looking for missing fonts, bucasue is really does sound like there is substitution ocurring. Also, have you looked in Type > Find Font.
    If none of that is fruitful, I'd try exporting each of the documents to .inx or .idml, then opening those and saving as new .indd docs. Add the new docs to a new book and see if you still get errors.

  • Graphics move when adding filters

    I'm having strange things happen when using graphics.
    When I add a filter eg GausBlur my graphic moves down when adjusting blur. I also get this when I apply other filters as well, but usually when I add a second filter/plug to the graphic.
    I'm on a macpro dual quad, 16g ram and all apps are up to date
    Cheers

    The graphic shift has nothing to do with Blackmagic--that's a bug (or at least an issue) with Premiere itself.
    It's pretty simple to replicate. Plop a Drop Shadow effect on a title (or other alpha graphic), followed by a Gaussian Blur (or Fast Blur) effect. You can first see the shift just by swapping the order of the effects; they can be left at detent, and simply changing the relative positions of the effects will cause the graphic to jump.
    If Drop Shadow is above Gaussian Blur in the effects stack, even with GB set to 0, changing the Softness parameter of DS will shove the graphic down and to the right.
    If Gaussian blur is above Drop Shadow in the effects stack, even with DS set to 0, changing the Blurriness parameter of GB will shove the graphic down and to the right. However, in this case, you can mitigate that negative effect by ticking the Repeat Edge Pixels option in GB. No matter what you move, the graphic will stay where it should. This doesn't work in the other scenario, however.
    My understanding of this--though I'm not sure whether it's a bug or a functional limitation--is that when you're adjusting these softness parameters for either effect, you are altering the clip's dimensions via the alpha channel. That's why ticking the Repeat Edge Pixels option stops this; it clamps the alpha channel to the original image's dimensions. As you adjust these parameters, the alpha channel's dimensions bloom/grow larger, and this changes the clip's anchor point, causing the shift.
    Obviously, this isn't right, no matter how you slice it, but I suspect that simply saying it's a bug is not really getting to the heart of the matter. I imagine there are some larger underlying issues with the way Premiere Pro handles alpha channels and effects that manipulate them that would have to reworked first. In other words, this is probably not something you'll see in a point update; it will likely require a new version of the software to see a true fix.

  • ID CS6 crashes when adding page

    This has happened several times today. When I add a page ID crashes and I get this message:
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    InDesign.exe
      Application Version:    8.0.1.406
      Application Timestamp:    50335e39
      Fault Module Name:    TEXT.RPLN
      Fault Module Version:    8.0.1.406
      Fault Module Timestamp:    50336251
      Exception Code:    c0000005
      Exception Offset:    0029369b
      OS Version:    6.1.7601.2.1.0.256.48
      Locale ID:    1033
    plus some Additional Information
    anyone else having this problem?

    I'm also having these crashes whenever I try to add a single page to my document. If add 2 pages (or a even nunber os pages) everything goes fine.

  • CS6 freezes when adding page

    Mac OSX 10.7.5 using ID CS6
    When I try to Layout>Page>Add Page or Insert Pages etc. ID freezes. 
    All ID updates are installed.  Only fix tried so far was to restore preferences.
    Any help would be appreciated.  Have a deadline tonight, of course.

    More likley it's still file damage. Try rebooting and trash the prefs again. In case you don't know how to do that correctly, see Replace Your Preferences
    You might also want to look at Adobe Forums: InDesign CS5.5 Not Responding for instructions on how to generate a crash from your freeze and get the reports.

  • Adding pages to iWeb

    when adding page to iweb, how do i move the name of the new page off of the top of the home page?  looking to have it on the bottom of the page..  thanks!

    Are you referring to the navbar at the top which are links to each page in the site?  If so then you'll have to deactivate (not include)  the navbar on each of the pages in the Inspector/Page/Page pane:
    Click to view full size
    and create your own Text Based Navbar which you can position anywhere.  However, there is a drawback to having the navbar at the bottom:  if the page is longer than the browser's window a visitor would have to scroll down the page to get to the navbar in order to go to a new page. That's not good web page design. 
    However, if the pages are long then having a navbar at the top and bottom is wise.
    OT

  • Object move question

    Hi.
    I think the whole day on this thing: In this example http://www.stanko-b.com/heelbopps/ (project https://www.dropbox.com/s/dr41wme9uqnm0a9/heelbopps4.zip) when you press the "down" button, the screen scrolls down to a particular object.
    Сode assigned to the button "down" is:
    var element = sym.$("object1");
    $('html,body').animate({scrollTop: element.offset().top}, "slow");
    My question. How to make itself the "down" button to move to the  "object1"?
    In other words, what would I need one object, wherever it was (on click), moved to other objects on the Y axis?
    Thank you.

    In your Stage > compositionReady event handler, add the following code block just before your yepnope.
    If I assume correctly, you will only need one of the arrowDown elements to move when the page scrolls or when the arrow is clicked. In this case I used your 'arrowDown_Products' element; then remove the remaining three since they will no longer be needed.
    /////------- Copy Start ---------- //////
    $(window).scroll(function(){
           var element = sym.$("arrowDown_products");
                 element
                .stop()
                .animate({"marginTop": ($(window).scrollTop() -45) + "px"}, 100 );
    /////--------- End Copy --------- ///////
    Hope this helps. - I havn't tackled the click event but its going to require some conditional logic to function 100%.
    Darrell

Maybe you are looking for

  • Can two applications share  the same domain ?

    Hello experts, I have done a web application using struts, now the client need is splitting my application into two and accessing them like First App :http://servername:port/demo/one/index.jsp Two App: http://servername:port/demo/two/index.jsp Is it

  • Blurry widgets on Nokia N8

    Hi, I'm having issues with some of the widgets on the N8. For some reason, widgets that require permission to access phone data, after refreshing, will becoming blurry. For example, after the Nokia Battery Monitor and the Accuweather widget refresh,

  • Question about bringing Hi8 movies into FCE

    I have many 8mm tapes dating back, 5-15 years. I would like to bring the footage into FCE and then brun them to DVD before I lose too much quality (we have watched them many times over the years). I read that I would require a TBC device. I am not fa

  • HTTPURLConnection response with multiple Set-Cookie Header key

    I set up a connection to a server and it gives me a response. This response has two header keys but when I loop through like so many reference and how-to sites tell me I only get one and its the last value. This is some code that I'm using: for (int

  • How to install in system cache via browser-click of user

    Hi all, I can install a webstart application with this command: javaws -system -import <url> But is it possible to install an application in the system cache (without administrators operation) when a user starts the application with a click at the jn