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

Re: AIR is now from HARMAN, what to expect?

$
0
0

Well if my game is going to use 50MB instead of 25MB, well that's huge for me.


Re: Any problem with Acrobat DC Pro today?

$
0
0

Started working much better recently for the last 1-2 months.  thanks.

Re: font

$
0
0

You need to target the h1 inside the main section:

 

main h1 {

    font-family: "alex-brush";

    font-size: 16px;

    font-weight: 400;

    color: white;

}

 

However "alex-brush" isn't a 'web-safe' font and no-one but you will see it, if it is not installed on your website visitors system. You should only use 'web-safe' fonts, these include what you might find at google fonts - Google Fonts

 

Also you can't use multiple <h1> tag as you have done. <h> tags are reserved for headings and the <h1> tag should only be use once per section.

 

<h1>UPLOAD 2</h1>

<h1>UPLOAD 3</h1>

<h1>Policy Change</h1>

<h1>19Mar2016</h1>

 

 

So if you have multiple <article> tags in your page you can use 1 <h1></h1> tag per article tag:

 

<article>

<h1>Article 1 heading</h1>

</article>

 

<article>

<h1>Article 2 heading</h1>

</article>

 

<article>

<h1>Article 3 heading</h1>

</article>

 

 

or section tag

 

<section>

<h1>Section 1 heading</h1>

</section>

 

<section>

<h1>Section 2 heading</h1>

</section>

 

<section>

<h1>Section 3 heading</h1>

</section>

Re: AEM slow down when copy node

$
0
0

It's hard to guess ...

 

 

Anyway, you upload ZIP files (which are extracted and the content is indexed then by the repository), plus the asset update workflow is running. That can take a while and consume quite some CPU, but should be async. The whole process of copying the assets itself should not take long.

 

Jörg

Re: Text insets display incorrectly in HTML5

$
0
0

re: This is the definition of the text inset functionality, is it not?

 

It is. I missed your step 5.

Re: Best way to get Lightroom Edited files/adjustments from one PC to another?

Re: Creating Bookmarks with the same name as Page automatically.

$
0
0

The important thing is to know that these page names are called "page labels". You can use the JavaScript method getPageLabel to get the page label string for any page. Then you can create bookmarks in the usual JavaScript way.

raccourci clavier enregistrement commentaire

$
0
0

Bonjour,

Quelqu'un peut-il me dire s'il y a un moyen de créer un raccourci clavier pour l'enregistrement d'un commentaire  sur la timeline d'adobe premiere CC.

Merci pour vos réponses

Cordialement

JL Perrier


Re: AIR is now from HARMAN, what to expect?

$
0
0

Working with Unity for games, 50mb feels light as feather to me lol But I get the point.

Re: Footage Juddery when exported

$
0
0

For a start, don't use the HDV presets because they are narrow raster ie. not full HD. The i option will render interlaced which gives the impression of a higher framerate (hence it looks smoother). Try a 50 or 60fps sequence setting at full HD and it will probably help you.

Re: Rejected due to copyright issues, can you spot why?

$
0
0

Abambo, thanks for your insight, I am learning hot to process a pic with minimun distortion of the base info in Photoshop, that for a start, protecting the original image, using the adjustment layers instead of direct adjustments and keeping the PSD file until finished. That should start reducing noise and objects. My adjustments usually affects levels, noise, contrast and eventually toning, now i have to add the removal of unwanted scripting and brands, which i shall learn to do without damaging the original info.

Thanks for your help, its good to know how others deal with this issues while learning.

Re: will flash player automatically switch to html5 when it's gone or do I have to do it manually

$
0
0

If you do not reprogram your game, only a few people will be able to use it: experts, enthusiasts or people with very old computers. So, if you want to keep your customers/visitors, you need to stop using Flash. Very soon. Firefox will stop access to Flash this year, not in 2020.

Re: Can't enable 3d mode in Ps CS6

$
0
0

Make sure your image mode is RGB.

That did the trick for me.

Good luck.

Re: Can't export 1:1 Previews

Re: Suche jemanden, der mir ein ID-Plugin programmieren kann

$
0
0

Sehr geehrter Herr Brucker,

 

für diese Anforderungen muss es KEIN Plugin sein (Plugin bedeutet C++-Programmierung = aufwändig und teuer).

 

Alle Ihre Anforderungen sind als InDesign-Extension umsetzbar:

- Das Auslesen der Snippets von Fileserver

- Das Anzeigen der Snippets in einer hübschen Liste (mehrere Spalten mit Flag)

- Das Drag&Drop-Verschieben vom Panel nach InDesign.

 

Bitte kontakieren Sie T+S in München. Wir helfen Ihnen individuell und schnell!

https://www.indesignscripting.com/

 

Freundliche Grüße

Christian Nitschke


Re: Creating Bookmarks with the same name as Page automatically.

$
0
0

Yes I am creating bookmarks the problem is that when I create the bookmark it says untitled. I was just wondering if there is a way to create a bookmark that is the same name as the page name instead of untitled. As of right now I am just going to the page creating the bookmark then renaming it. I just need a quicker way since I have 200+ page documents.  At the end I just want to extract the documents as individuals with file name as the as the page name. Also I am using Adobe Acrobat Pro.

Re: Suche jemanden, der mir ein InDesign-Plugin programmieren kann

$
0
0

Sehr geehrter Herr Brucker,

 

für diese Anforderung benötigen Sie KEIN InDesign Plugin (Plugin == C++ Programmierung). Mit einer InDesign Extension geht das auch. Sogar das Drag&Drop.


Freundliche Grüße

Christian Nitschke

font [CSS font properties not being applied to final web page]

$
0
0

Hi,

 

To ".title h1" and "main", I applied the same styles for font, except for font-family.

 

For "main", font-family is not applied.

 

How would I do?

 

Global Invisible Hand

 

Hosun Kang

 

Q_Dw_38_font.png

Re: Rejected due to copyright issues, can you spot why?

$
0
0

Thans for your help Jaqueline, I am currently reviewing Ln and youtube where I found several tutorials for the purpose as you recommend.

Re: Creating Bookmarks with the same name as Page automatically.

$
0
0

I am very new to scripts. So page labels, not page names got it! Do have a quick link to the JavaScript method by chance. If not I can look it up better because I know the right terminology! Thank you!

Viewing all 154536 articles
Browse latest View live


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