Quantcast
Channel: Adobe Community: Message List
Viewing all 97529 articles
Browse latest View live

Re: The time has come - CSS Grid

$
0
0

Doesnt the 93% include those old mobile browsers?

 

I doubt anyone knows the real figures  but lm using a lot of modern javascript now for development, which also probably wont work on old mobile browsers.

 

Should l go back to using table layout to cater for the couple of percent of pensioners still using Spectrum ZX?

 

Prefixing is an issue, how many years back prefixing support do you go before dropping support for some browsers. I still have a version of safari on my machine which needs all the flex prefixing, which is undesirable in terms of code bloat in the css documents. I decided to leave that particular prefixing out and havent had any reports that users are unable to see the websites lve built. The version of safari l have doesnt even show vue unless l convert the javascript using bable, there are a few old browsers and browser versions around which are probably not worth taking into consideration.

 

I think you have to say at some point l dont support this or that anymore as if you dont it halts your progress. As long its only a few percent affected  personally l dont see an issue and you can take advantage of all the goodies that make life as a developer more simpler


Re: Hopefully more simple than im making it: Text effect question/trk matte question

AEM 6.3 CUG : Authentication redirecting to "/" when accessing links from webserver url

$
0
0

All - I am trying to implement CUG for a website. I enabled authentication on root node of my website and added correct group for permissions. This all setup works fine when i access links on publish. I am redirected to login page and once i login, i am able to see correct page. But same scenario sporadically works from webserver url. I have added this config in dispatcher.any file: /allowAuthorized "0" for all pages. I can confirm that pages are not being cached. I am seeing below error in log file:

 

09.08.2019 11:09:45.379 *WARN* [qtp42840439-9676] org.apache.sling.auth.core.AuthUtil isRedirectValid: Redirect target 'http://<webserver_url>/content/abc/en/home.html' must not be an URL

09.08.2019 11:09:45.387 *ERROR* [qtp42840439-10299] com.day.crx.security.token.impl.TokenAuthenticationHandler Redirect target 'http://<webserver_url>/content/abc/en/home.html' is invalid, redirecting to /

 

This is causing issue as users are redirected to "/" instead of a requested page.

 

Did anyone face above issue? Any pointers/ help will be highly appreciated.

 

Regards,

Mayank

 

Re: Error code 0:521

$
0
0

Akki_24,

 

I am experiencing the same problem Lukash is when viewing pdf's with Acrobat Reader DC.  I know who many others who are experiencing it as well.  We are all running the latest update (19.012.20035).  The workaround you provided works but this is not an acceptable solution since we do not want to expose ourselves to security risks.  Is Adobe working on a resolution to this problem?  I have tested other Reader versions (older ones such as XI, 9, etc.) and none of them have this issue.

 

Also, I have Adobe Acrobat DC Pro as well.  If I uninstall Reader DC and allow the Pro version to work as my pdf reader plugin I never experience this problem.  The issue is unique to Reader DC only and it is causing many users much frustration.  By the way, in case this helps we are all using the latest version of IE 11 and Reader DC is the plugin.

 

Thanks,

JP

Re: Drag several layer markers at the same time

$
0
0

Hah! The hero is Jeff Almasol AND YOU! rdScript for the WIN!
:-)

Re: Can't highlight PDF file on android

$
0
0

Hi there,

 

We apologize for the delay in response to your query. Are you still experiencing the same error or managed to find the solution?

Would you please give more information about, what happens when you use highlighter to highlight the text on Android devise? Does it freezes or not responding?

 

For better understanding, could you please share the screenshot of the same? For detailed steps how annotations work on Android, you may please refer to this link:  Acrobat Reader Help for Android: Help Home

 

Thanks,

Akanchha

Re: Marking Path in Quarters and Halves. Matching Fixed Length Angled Line with Perpendicular Line.

$
0
0

Brah,

 

When you need a specific length of the line AE, you cannot start out with fixed positions of A and E.

 

You can have an infinite number of lines with the desired length between the perpendicular lines, so you will need to determine either one fixed end (Anchor) point or a fixed angle, and the (simple easy) way to do depends on your choice.

Re: Lightroom Classic Pictures turn Blue Gray when Printed

$
0
0

jennyr30080450  wrote

 

Yes, it's a screen print to the printing company.  Yes, they actually print blue/gray.  But they are fine until sent to print. 

I'm sorry, I don't understand if the issue is what you see uploading or the actual prints. OR both.

IF uploading, ignore that preview, probably not color managed.

IF it's the print, then I suspect you're uploading something in the wrong color space depending on the lab. IF they demand sRGB, and you upload something other than sRGB, that could be the issue in both cases.


Re: When will PS for iPad be released?!

$
0
0

exactly.  I think it's taking a bit longer than people thought to get it out there, because Photoshop has a long history and the programming language may be one that isn't compatible with the iPad, so they probably had to build it from scratch and as a result have to think of what is necessary and what isn't on a tablet environment.  As much as I love the way Celsys made a completely faithful port of Clip Studio onto the iPad,  I recognize that it may not be completely feasible to have the same thing happen with Photoshop,  especially with a lot of the scripts and actions. The overall interface that we're used to had to be redesigned, because it's not something that would work overly well with a touch/pen interface.  I mean, when I used to have my Cintiq 13HD,  the menus and interface were still a challenge on that with Photoshop, because they would be so small.

Re: What is the relation between "Quality" and "File Size".

Emailing photos from Lightroom, photo order reversed

$
0
0

What do i need to do get the correct order of emailed photos to display in the email?

Re: how to make an active button in the prototype?

Re: Adobe Acrobat creating weird second file when saving -- Please help!

$
0
0

It also never hurts to unplug everything connected to the Internet and the network to perform a thorough virus scan using a USB key method... you might be surprised of all the things you can miss when and  if you skip a deep virus scan ( on each networked PC that is).

Re: Marking Path in Quarters and Halves. Matching Fixed Length Angled Line with Perpendicular Line.

$
0
0

Well since you already went through all that to find the length and angle, here's what you can do now...

  1. Choose the Line tool and holding Shift, draw a horizontal line of the prescribed length:
  2. Choose Object > Path > Add Anchor Points:
  3. Repeat Step 2:
  4. With the line still selected, enter 331.5° in the Transform panel's angle field (your angle was from vertical, so since we started horizontal, I added another 90°):
  5. With Snap to Point (and Smart Guides), turned on swap in your new line:

Re: Delete All Styles and Groups Script - Preserve All Formatting

$
0
0

I found another script that does delete paragraph, character and object styles that are NOT located in group folders and preserves the formatting. Is there code that can be added to remove styles that are contained IN group folders and preserve formatting?

Here is the script:

 

#target InDesign     

    myDoc = app.activeDocument;     

         

    var chs1 = myDoc.characterStyles.length;     

    for(var j=chs1-1; j>0; j--) //j++ replaced here by j--     

    {     

      myDoc.characterStyles[j].remove();     

    };     

 

 

 

 

  var pghs1 = myDoc.paragraphStyles.length;     

    for(var i=pghs1-1; i>0; i--) //j++ replaced here by j--     

  try  {     

      myDoc.paragraphStyles[i].remove();     

    }     

catch(e){} ; 

 

 

  var objs1 = myDoc.objectStyles.length;     

    for(var n=objs1-1; n>0; n--) //j++ replaced here by j--     

    {     

      myDoc.objectStyles[n].remove();     

    };     


Error: We're sorry, but a system error occurred. If you do not receive a payment confirmation email in the next few minutes, please try again or contact customer service.

$
0
0

I can't subscribe to adobe stock, because I keep getting this message. I've tried from different browsers and different devices, but no matter what I do, it doesn't work.
Screen Shot 2019-08-09 at 17.52.02.png

getExportFileExtension is giving wrong extension name

$
0
0

Hi All,

 

While calling app.project.activeSequence.getExportFileExtension(preset.fsName) getting unexpected result.

This is happening for MPEG4 preset -'C:/Program Files/Adobe/Adobe Media Encoder CC 2019/MediaIO/systempresets/4E49434B_4D503420/3GPP 176 x 144 H.263.epr'. Getting 'mp4' as the extension name. But when we use the preset in AME, get '3gp' by default.

Windows 10

Adobe Premiere Pro 2019

Version 13.1.4 (Build 2)

 

Please suggest.

Re: initializationError while running integration tests

$
0
0

The issue I encountered can be resolved by:

 

Making sure you import all packages required to run you tests (by default, every packaged needed is imported Apache Felix - Apache Felix Maven Bundle Plugin (BND) ). Also update your org.apache.sling.junit.core bundle to make sure TeleporterRule is there and exported correctly.

Re: music track sound quality really bad in premiere pro

$
0
0

Figured it out, the problem is the mic turning on in the AirPods. Go into your sound input settings, click the AirPods and set the input volume to 0 so that it never turns on the mic. Once that is set to 0 you should be able to restart the Mac and be good to go. the only downside to this is not being able to use the mic, but the mac's is fine.

Never Ending Syncing of Photos- Possible Fix

$
0
0

Think I found a fix for this solutions. Keep in mind there were other people experiencing this problem that followed other instructions that worked for some but didn't work for many and a lot of message threads with no solution.

 

Here is what I did to fix Adobe Lightroom CC v2.3... I had 3 Photos that were in a infinite loop "Syncing 3 Photos". Go to https://lightroom.adobe.com to access your Lightroom Web (Sync). In the left panel you will see "Deleted" section. Select that. Now browse for images that don't have thumbnails and delete them completely from your Lightroom Web Catalog. You can also just delete all the images in the Deleted section if your don't care about restoring anything. But in my experience I just deleted the 3 images that didn't have thumbnails to get the results.

 

That's how I fixed my "Syncing # Photos" problem.

 

Cheers!

Viewing all 97529 articles
Browse latest View live


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