Quantcast
Channel: Adobe Community : All Content - All Communities
Viewing all 290743 articles
Browse latest View live

adobe DW stuck on splash screen. Adobe Desktop Service.exe

$
0
0

Most of me adobe CC apps won't open and get stuck on a splash screen in front of the app. I can see that the app is open behind the splash screen with menu's, toolbars, etc. but the screen in front keeps reloading the same thing over and over but never completes it. This image is the most I get. If I click on the "X" it closes the app completely. Maybe this is for Creative Cloud but that console opens.

Thanks all.

2019-01-24 (1).png


Add custom javascript to a portfolio website

$
0
0

Is there any way I can add custom javascript to an Adobe Portfolio website? Please share steps to do so if it is possible.

How do I fade from blue to white?

$
0
0

I am new to AI and photoshop, so forgive me if this is a simple question, but I need 200 pages of color that fade gradually from blue to white, and I can't figure out how to do it! Any tips?

Match photos in lightroom with restored photos from hdd

$
0
0

Hi

 

I accidentally erased my ext HDD with all my photos on it. I managed to get some photos back using a program but the photos came back as .tiff files with new names. My lightroom collection has the thumbnails for all photos as my collection was stored on another hdd.

 

Is there any way to get lightroom to automatically match the restored photos even with the filenames changed?

LR Classic CC 8.1 Remove Folders Not Working

$
0
0

I'm cleaning up hard drives space for 2019. Have deleted folders of sessions that I do not need to keep. With sub-solders involved it's faster to delete the parent folders in Explorer then go to LR and Remove the parent folders (and sub-folders) from the Catalog. However, with this update the Remove button is greyed out or when I click it nothing happens. Therefore I can't remove the deleted folders from LR.

 

System:

 

Lightroom Classic version: 8.1 [ 1200465 ]

License: Creative Cloud

Language setting: en

Operating system: Windows 10 - Business Edition

Version: 10.0.17763

Application architecture: x64

System architecture: x64

Logical processor count: 8

Processor speed: 3.6 GHz

Built-in memory: 28613.0 MB

Real memory available to Lightroom: 28613.0 MB

Real memory used by Lightroom: 1661.3 MB (5.8%)

Virtual memory used by Lightroom: 1671.6 MB

Exporting for web + Alpha channel

$
0
0

hello, I am trying to export for web. My final product needs an alpha channel because it is used as a border for live feed. Every time I export I get file sizes anywhere from 200mb+. My intention is to get 50mb and below. I know it can be done because I have files that are less than 20mb and have the same animations. The person I got the files from will not share their wisdom. I am using Adobe After Effects, usually with the saber plugin. What can be done to achieve the goal of 50mb or less with alpha channel?

Red Box in place of video.

$
0
0

I'm currently running the latest version of Rush CC on both my computer and Phone. I'm editing a video on my phone that is fully uploaded to the cloud but whenever I try to switch over to edit on my computer it keeps showing me a red box with an exclamation point. Is this Happening to anyone else? My phone is running the latest version of IOS ( 12.1.3) and my computer is running the latest version of Windows 10 if that helps.

Default View Zoom

$
0
0

I am using Acrobat Reader DC (version 2019.010.20069) with Mac OS Mojave (10.14.2).  The Default Zoom level when I open existing pdf documents will not stay at the specified level set via Preferences-Accessibility "Always use Zoom Setting ..." or Default Zoom in Page Display.  I have also checked for updates and I am up to date.  Is this a known bug?  Anyway to fix it?


Match photos in lightroom with restored photos from hdd

$
0
0

Hi

 

I accidentally erased my ext HDD with all my photos on it. I managed to get some photos back using a program but the photos came back as .tiff files with new names. My lightroom collection has the thumbnails for all photos as my collection was stored on another hdd.

 

Is there any way to get lightroom to automatically match the restored photos even with the filenames changed?

How can I change font of the time code?

$
0
0

Hi All. I'm new at this tools.

 

I tried to add time code using time code effect.

I can change location, label text and other things on effect control menu.

But I cannot find function about the font. I need to change the font of time code.

Can you help us?

CRASH

$
0
0

I recently downloaded premiere pro 2 weeks ago. EVERY single time i open it it crashes. No matter what I do it can't seem to work.

 

[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]

[Moved from Premiere Pro NEW to Premiere Pro OLD... Mod]

problem on gradle building app with one signal

$
0
0

About two days ago, apps that use one signal plugin has problems building.

 

In the stacktrace there's this info:

* Where:

Build file '/app/build.gradle' line: 94

 

* What went wrong:

A problem occurred evaluating project ':app'.

> Could not resolve all files for configuration 'classpath'.

  > Could not resolve gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.0, 0.99.99].

  Required by:

  unspecified:unspecified:unspecified

  > Could not resolve gradle.plugin.com.onesignal:onesignal-gradle-plugin:[0.10.0, 0.99.99].

  > Failed to list versions for gradle.plugin.com.onesignal:onesignal-gradle-plugin.

  > Unable to load Maven meta-data from https://plugins.gradle.org/m2/gradle/plugin/com/onesignal/onesignal-gradle-plugin/maven-me tadata.xml.

  > Could not get resource 'https://plugins.gradle.org/m2/gradle/plugin/com/onesignal/onesignal-gradle-plugin/maven-me tadata.xml'.

  > Could not GET 'https://plugins.gradle.org/m2/gradle/plugin/com/onesignal/onesignal-gradle-plugin/maven-me tadata.xml'.

  > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

I've tried accessing the page https://plugins.gradle.org/m2/gradle/plugin/com/onesignal/onesignal-gradle-plugin/maven-me tadata.xml, and the https certificate was renewed and the valid start date was on January 21st, is there any possibility that the Phonegap servers are caching the old certificate and having problems getting this file?

 

I'm having this problem on multiple different apps build.

 

this is the dependency:

<plugin name="onesignal-cordova-plugin" spec="2.4.5" />

Acrobat 9 Javascript Pulldown Menu if then

$
0
0

Im building a spreadsheet for a gaming character sheet and Im having trouble implementing a javascript to do an "if-then command.

I have a pulldown list and I need a text field box to refer to which selection was made and then implement one math problem (adding up separate fields) or another.

 

For example under Race Pulldown there is Human or Halfling. If they pick Human then text field box needs to show the total calculation result of text field A+B. If it shows Halfling then it needs to show the result of text field A+C.

 

I tried using:

if (this.getField("Race Pulldown").value == "Halfling"){  

event.target.display = display.visible;

}

else{

event.target.display = display.hidden;

}

 

and replacing event.targeting.display with the math calculation but I couldnt get it to work

Thanks

Chad

Uninstall old photoshop app?

$
0
0

Hello!!

 

I am wanting to download the $9.99/month-year package.....BUT do I need to uninstall the old applications on my computer? I don't want these old apps taking up space on my computer anymore? We got a new computer and would like to keep it running smoothly with out a bunch of apps on it we aren't using anymore.

 

Are there any risks trying to uninstall? Am I going to lose my editing actions when I download PS CC?

 

[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]

 

>Am I going to lose my editing actions when I download PS CC?

 

[Moved to the Photoshop forum where the experts for that program post replies... Mod]

How can I implement AAM through adobe launch with using adobe analytics?

$
0
0

I have been trying to use DIL but can not figure out how it works. Can anyone pleas help.


Cropping an image in half, export/save, but different sizing for each half...?

$
0
0

Hi photoshop community,

 

This is my first post so I greatly appreciate the support and apologize for any community norms not recognized in this post.

 

As stated in the title, I have a single image that I would like to crop in half (my intended use it to have each half of the image placed on side-by-side pages in an art book). I've used the standard cropping tool and the slice tool to crop the image, however, when I save the image to my desktop each half is a different size. I've saved the image as a PNG, jpeg and tiff but they all exhibit the same behavior. The mbs, resolution, height and width pixels are all the same for each image after cropping.

 

Any ideas?

 

Thanks,

 

J

 

PS: If it would be helpful for me to post images to illustrate the issue I'm running into I'm happy to do that.

Lightroom CC Importing Photos

$
0
0

Hi.

 

ive been having issues with the Lightroom CC since I downloaded it. It will not let me upload any of my photos and when I first open it, all it does is have a spinning blue wheel that never goes away. Mainly, I’m trying to get my presets from the desktop Lightroom CC to my mobile Lightroom on my iPad because i will no longer being using my Macbook to edit picrures (it’s old and is too slow to do anything). But i can’t tell if my presets are loaded into the desktop version because it won’t let me see/edit any pictures!! I’ve tried uninstalling it and reinstalling but that didn’t change anything either. I really need to edit my photos, and I don’t know what else to do. Can someone help me PLEASEEEEEEEE

Extruding Quirks

$
0
0

Hey everybody!

 

  Ok Got a question here...

 

   Every time I extrude in the middle of working on one of my characters, at least one area is "highlighted" and it highlights each time I extrude. Example here:

 

DIANA PHILHARMONIC SEATED CAPTION.png

 

    I'm asking because even though there are times where the lighting adjustment would be great, I don't always need that. So now. Is there a way to adjust the lighting so that Photoshop won't "highlight" the next time I need to extrude??

 

Get back to me on this please!

Thanks!

DylanFree

Some paths won't paste from illustrator into Photoshop

$
0
0

NOt sure whether this is a Photoshop or Illustrator problem, but...

 

 

This is something I do all the time: create intricate paths or type in Illustrator and then paste it into Photoshop as a Smart Object or as paths. But for some unexplained reason all of a sudden neither of these will work for me. I copy, then paste and it tells me the box is empty, but there is definitely data on my clipboard. This has never happened before. Help, please.

 

Mac OS iMac Pro 10.13.6

Photoshop CC 14.2.1

Illustrator CC 17.1.0

Cant find after effects autosave folder

$
0
0

Help! I recently have been working on a lot of after effects projects. Every time it crashes and then i have to open my most recent autosave. Now when it crashes and I need my autosave folder, its not there where it should be. Can someone help me?

Viewing all 290743 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>