Lightroom :: Cannot Save Or Update Templates
Sep 27, 2012
After updating to LR4 I cannot save new templates or updating existing ones. When saving new templates nothing happens, when trying to update an existing template LR says: "There was an error saving this template."
View 2 Replies
ADVERTISEMENT
Dec 17, 2012
A few days ago I updated Lightroom to version 4.3. Since then, the "auto save to xmp" doesn't work. It is checked, but I keep finding files that "have been changed recently". So not only that it's not auto-saving them, but it is also finding "new images" that "have been recently changed" even though I didn't open or edited them in the past several months..
View 8 Replies
View Related
Feb 28, 2013
how to get or give permission to save as templates?
View 7 Replies
View Related
Jan 1, 2014
I purchased Designer Pro 9 about a month ago. I have tried about 30 times, no kidding, to change the US Letter template from Arial 10 to Verdana 12. It happened again this morning and I've decided to finally come to the forum and find out what's going on.
Here's what happens: I open US Letter and make the changes, then choose Save Template. When I reopen it, it's still Arial 10. Makes no difference if I choose "Use as default template" or not. I even tried saving it as a template with a different name, Verdana 12, but it still opens as Arial 10.
As a test, I opened Designer 6, chose New, US Letter, and changed the font to Brussels 12. I then selected Save Template, saved it as Brussels 12, and closed out. Then I chose File/New/Brussels 12. It opened as a letter template with Brussels 12 point. That's the procedure I used years ago to change US Letter to Verdana 12 in Designer 6, and so the Save Template function still works in that version.
Because nothing I've tried seems to work, I am wondering whether any template I create will be saved in 9.
View 5 Replies
View Related
Jan 12, 2012
Why do I have to select edit hole note each time I use the hole feature tool? It will not keep my settings to show qty.
It seems that I should be able to save it to my library and make it the default. I have saved library,templates all with zero luck.
See 2 screen shots in the attachment.
View 4 Replies
View Related
Dec 13, 2013
As of yesterday I am unable to save templates. At first I thought it may be an error with the project that I was working on, but I've opened up old projects and tried to resave those as a new template and I receive an error.
If I create a new project and try to save it as a template, I also receive this error.
View 3 Replies
View Related
Aug 29, 2013
we have just upgraded from Inv 2011 to 2013. I am trying to create the drawing templates in 2013 by using the blank 2013 template and then copying our border from 2011 onto it. This works a treat apart from 1 thing.
The i properties do not get copied over as well so the sheet is blank from drawing number, title and the custom properties etc.
View 6 Replies
View Related
Dec 1, 2012
If I upgrade from LR3 to LR4 will the print templates I created in LR3 still work in LR4?
View 3 Replies
View Related
Nov 14, 2013
As Flash is on the way out (and can't be viewed on iPads anyway) I wanted to remove the Flash templates from my LR web modiule but I can't find a way to do it. Newither can I find the files onthe HDD.
How do I remove the Flash templates fromthe template browser (in Lightroom Templates not user templates,
View 2 Replies
View Related
Aug 14, 2012
I want to re-create a html-web gallery that I used in CS4 and that was integrated in my own website. I wonder where the template are stored i Lightroom on a a Mac, so I'm able to copy and modify them.
View 3 Replies
View Related
Jan 27, 2013
I've just downloaded the latest version of Lightroom 4.3 (Win764bit), and the print templates don't work at all! If you click on the supplied Lightroom templates, the preview changes in the navigator window, but not in the main window.
Are Adobe planning to provide a patch for this any time soon, or should I look elsewhere for printing?
I though Lightroom was supposed to be an end to end workflow solution, but I've seen bug reports about the print module in various forums on the net going back nearly a year now, so maybe Adobe have lost interest in this particular module?
View 2 Replies
View Related
Jun 18, 2013
I used Graphics & Photos 2013, I update the software yesterday and if I save my job as PDF, the transparency done on a picture is inverted.Currently I removed the transparency but it is not the solution.Issue appear only when I create a PDF file. By creating a JPG file it works.
View 9 Replies
View Related
May 31, 2012
Every so often when I save for web and try to change the resolution to something else it doesn't update. CS5 had an apply button, but there isn't one CS6. I find that I have to enter different numbers a few times until it finally updates and I can save.
View 5 Replies
View Related
Mar 14, 2014
I don´t have templates in the file rename area in lightroom 5
View 1 Replies
View Related
Mar 13, 2014
Using LR 5.3. My user templates for printing have disappeared.
View 4 Replies
View Related
Sep 5, 2012
I'm trying to design an album in Lightroom for the first time, and am looking for very clean layouts with lots of white space for wedding albums. I found a template with two vertical images that I liked a lot, but all the options available have some sort of funky black outline around them! I can't believe they didn't just include one of the same without an outline. They really need to have the ability to develop your own templates!!
View 6 Replies
View Related
Apr 14, 2013
Obviously doing something wrong, I can't seem to select the print templates mode, they appear when I hover them on the left hand side of the screen but they don't then transfer to the center image, I select single, package and custom but nothing happens, I also select the photographs in the collection but the center screen doesn't import either the photo or the presets.
View 5 Replies
View Related
Aug 1, 2012
About half a dozen or so print templates I created myself seem to have gone missing, possibly in the upgrade from LR3 to LR4 although I can't be sure about that, maybe since. Where can I look for them?
View 1 Replies
View Related
Mar 30, 2012
I'm running the most updated version of Lightroom, but I am missing the templates under the Print Module.
View 6 Replies
View Related
Jul 10, 2013
as a part of automating manufacturing drawings, am trying to include ilogic code in the drawing , that would accept values from the user and store it as "user parameters" and make corresponding changes in the inventor drawing file.So, to replicate my issue on a smaller scale, i had created 2 parts and created an assembly out of these 2 parts. I used the assembly in my drawing.
In the Drawing i created a user parameter .. say "external_param". I am opening the drawing and changing the value of the user parameter through the (Fx) parameter table.
doc = ThisDoc.DocumentIf external_param >= 50 And external_param <= 99 ThenParameter("block_1.ipt.d0") = 15 'change the length of the blockParameter("block_1.ipt.d14") = 3 'change the number of holes in the blockElseIf external_param >= 100 And external_param <= 199 ThenParameter("block_1.ipt.d0") = 40Parameter("block_1.ipt.d14") = 5ElseIf external_param >= 200 And external_param <= 299 ThenParameter("block_1.ipt.d0") = 80Parameter("block_1.ipt.d14") = 6ElseIf external_param >= 300 And external_param <= 399 ThenParameter("block_1.ipt.d0") = 160Parameter("block_1.ipt.d14") = 9End IfRuleParametersOutput()iLogicVb.UpdateWhenDone = True'InventorVb.DocumentUpdate()
As you can see, i have commented out InventorVb.DocumentUpdate() , im not quite sure what would accomplish the update and save of the assembly document in the background (without prompting for a save/update). I have also tried thisDoc.Save and thisdoc.update. Using these 2 commands along with the InventorVb.DocumentUpdate() or iLogicVb.UpdateWhenDone caused Inventor to Crash.
View 4 Replies
View Related
Feb 2, 2013
I have built many websites for artists over the last 10 years and have mostly used Lightroom Flash based gallery templates as the tool for displaying artworks in portfolios. Everyone has been happy with these flash based templates, they have a look and feel which is preferable to the simple HTML templates. Also their customisation abilities are good to tailor to each artists work and preferences.
Increasingly, these artists are getting complaints and negative feedback that their galleries are not working through Ipads (as Ipads don't support flash). Most want to keep their galleries as they currently look and feel as they are happy with the design, however they want people to able to view their work.
provide a conversion utility or better still, provide their standard historic flash based web templates in a html5 version that will seemlessly work with all forms of browesrs, including ipads and iphones.
We dont want to change to look of the templates, although more dynamic HTML5 templates would also be nice, we just want to keep what we have working with changing technology.
View 7 Replies
View Related
Feb 12, 2013
I recently converted to an iMac and CS6 from PC/CS5. In addition to the Mac OS missing some key file selection tools (like shift select for a range of files), I am having a big problem with thumbnail. I recently sent a file to be printed that was edited in CS6 on the iMac. The files were stored on an external hard drive connected direclty to the iMac. The file I got from the printer did not match the image I sent. I traced the problem to the fact that when using the Save-as function, the thumbnail was not updated.
I was able to replicate this problem at will. As an experiment, I moved the file onto the internal hard drive and tried again. This time the thumbnail did update.
View 7 Replies
View Related
Oct 3, 2012
This is probably very easy, but I cant figure it out. Whenever I try to type text on the spine of my lightroom book, Lightroom puts it horizontally. I like to rotate the text on the spine of my book by 90 degrees so that it reads from top to bottom, like on any normal book. How do I do that?
By the way, when I start a new book, the spine text appears correctly by default (rotated by 90 degrees). In my existing book, the text cursor appears only for horizontal flow however, despite using the same design template. Is this a bug or did I accidently change the orientation of the text?
View 12 Replies
View Related
Feb 16, 2013
When I export a file from Lightroom 4 to Photoshop Elements 11 to edit. I make my edits, then click "Save." For some reason it opens the "Save-As" dialog box. How can I fix this so that I only click "Save" and then let the file return to Lightroom?
View 2 Replies
View Related
Dec 14, 2013
Just updated LR and CS6. In LR, right clicking on a photo and selecting "edit in", all selection are grayed and selectable.
View 6 Replies
View Related
Sep 25, 2012
It still errors out saying lightroom can't prepare the file, worked fine with all my random applications (Nik, Portraiture, etc.) in 3. Updated all I can figure to, reinstalled, used the CS Cleaner Tool, etc. No dice.
View 2 Replies
View Related
Nov 16, 2011
Just updated LR 3.4.1 on a Man to 3.5. After I put the LR.app inti the App-Folder and started LR all of my presets were deleted.
They were saved in the /user/library/application support/etc. folder before and now they're gone (unfortunately I didn't saved my presets within the catalog)
I'm very annoyed about this because I have changed 12 export presets some days ago and haven't ran time machine after it.
I wasn't aware, that an update LR will kill my presets. Is there any way to get them back?
View 1 Replies
View Related
Jun 23, 2013
I need to work on some files on my laptop, but don't need my 22,000 photo catalog. Also, how would I update my original catalog?
View 4 Replies
View Related
Oct 7, 2012
In LR 4.1 i was able to open LR by rightclicking/ open with LR 4, directly from a file in my OLY ORF map. This is no longer possible after updating to 4.2. Windows 7-32 bit.
View 4 Replies
View Related
Apr 16, 2013
I updated from LR 4.3 to LR 4.4 and now I can't start lightroom. It hangs at startup with the LR info tile displayed over the main window. This is on Windows 7 64 bit. Windows also has a hard time killing the app/process. Is it possible to safely downgrade to 4.3 ?
View 2 Replies
View Related
Dec 12, 2013
I get an error message after downloading and trying to install that lightroom cannot locate the lightroom-64.msi file due to the network.
View 1 Replies
View Related