Jump to content

Meir

Registered Users - Approved
  • Posts

    50
  • Joined

Everything posted by Meir

  1. Hello, I have had a template for a business card up for some time which uses Zapf Dingbats to display square bullets in line with versionable text. Previously, this would not work in enhanced view but displayed fine in basic viewer. It has been brought to my attention that the bullets no longer display in the basic viewer. I have tried a few different versions of Zapf Dingbats but none will display. I also tried webdings to receive the same result. When I had contacted support before they had told me they don't support it but it would work in the basic viewer. With that option gone, I need a new way to display them. Does anyone have any suggestions? Thank you, Meir
  2. Sorry about that. I will repost my inquiry there. Just for clarification, can you explain to me where the line is drawn between a font related question and a MarcomCentral related question. I was under the impression it was a font related questions because the font never displays be it preview, composition, or in the storefront.
  3. Hello, I have had a template for a business card up for some time which uses Zapf Dingbats to display square bullets in line with versionable text. Previously, this would not work in enhanced view but displayed fine in basic viewer. It has been brought to my attention that the bullets no longer display in the basic viewer. I have tried a few different versions of Zapf Dingbats but none will display. I also tried webdings to receive the same result. When I had contacted support before they had told me they don't support it but it would work in the basic viewer. With that option gone, I need a new way to display them. Does anyone have any suggestions? Thank you, Meir
  4. Thank you for the comprehensive answer. Got my issue covered and more.
  5. Thank you for the advice Eric. That sounds like an interesting method to try. Can you clarify something for me though. Would you create one font where, lets say the dollar symbol exists with different tracking as the displayed symbol for ever letter a, b, c, d, e, f, g... Or is it many fonts are created where the dollar symbol has different tracking and is displayed when you type '$' Have a great day!
  6. Is there a way to build a rule that will flip a user uploaded graphic 180 degrees. In this particular case the user will be uploading two images. I wish to have one upside down, and the other as is. So I do not want to rotate all uploaded images, just one in particular image from one field. Thank you!
  7. Has anyone told you that you are awesome lately, because you are. That should work assuming they don't have any 1's after the decimal point, but based on that data I have they tend to stay toward the 99,79,59 type pricing. Thank you.
  8. Thank you very much Thomas. I had tried it without the '\' but the slash did the trick. Now my issue is that it is outputting this It is not formatting the second instance of the number '1'. I could fix this by adjusting it to return NormalizeEntities(Price).replace(/(\$11)/g, "<tracking newsize=-20>$1</tracking>"); but because price will be a variable I want it correcting other instances as well. I would only like to format '1' in all instances and '$' in instances where it comes before a '1'. So the above code works great for all instances I would format the '$' but leaves out all other '1' fixes (though I did not specify well enough and your answer put me much closer to the answer). When I try return NormalizeEntities(Price).replace(/(\$11)(1)/g, "<tracking newsize=-20>$1</tracking>"); OR return NormalizeEntities(Price).replace(/(\$11)(\1)/g, "<tracking newsize=-20>$1</tracking>"); it returns with no formatting. Is there away to account for this in that line of code, or would it be best to create a function that figures out if the first number is a one. If it is a one, then it returns a variable equal to '$1' run through Thomas's replace tracking tag followed by everything to the right of the initial 1 being sent through my original tracking tag which adjusts all instances of the number 1.
  9. Hey, I am trying to add tracking to a price (i.e. $11.99). I only want to track 1's and $'s. I've been trying several versions of the following code. var Num = '5'; var Price ='$'+Field("Price"+Num) return NormalizeEntities(Price).replace(/(1)($)/g, "<tracking newsize=-20>$1</tracking>"); This returns Notice how the dollar sign does not receive tracking. Any advice on how I can get it to track? Kerning may be an alternate solution. I have it check on in the text box but it does not change anything. Thank you for any and all help!
  10. Hello, I am trying to use font Futura Std Bold [file name 'FuturaStd-Bold.otf']. I have this loaded in my system fonts. When I try to use it in fusion pro, I can find it in the variable text editor, and it displays properly in the editor. It displays wrong in the preview, and when I compose the file, it appears correct, but tells me the font is not loaded it is instead using the italic version. To try to solve this, I have loaded all fonts in acrobats fusion pro menu. I have tried loading all fonts in Fusion Pro. I have tried loading new fonts in Fusion Pro. I restarted both acrobat and fusion pro after each of these attempts. It still behaves the same. I tried restarting my computer and retrying these efforts. I tried closing acrobat and loading fonts in fusion pro while acrobat was closed. No dice. I tried uninstalling fusion pro and reinstalling it. No dice. I then tried to load all fonts again and it still wont work. Has anyone else faced this issue? Is there a way to get it to work? Is there any other way to get Fusion Pro to recognize the font? Attached is an image comparing the Preview, the Variable Text Editor and Composed File. I am using: Acrobat 9.5.1 Fusion Pro Designer 7.2P1k Mac OS X 10.5.8 Any and all help would be appreciated! Thank you Why.pdf
  11. Is there a way to set a flat rate shipping cost, say that works with the pack with other products? I would like to set up a flat rate of $6.95 shipping for up to 4 items. There are several different products at the customers request that are the same product with a different color (I had suggested making it static with attributes but they don't want that). I would like to charge only $6.95 for any combination of 4 items regardless of color. This can normally work with a 'pack with other products' with carrier shipping, but this involves shipping being calculated and I would like a flat rate. Any suggestions? Thank you, Meir
  12. Hello. I am setting up a storefront for my first international client. I was checking out the option to allow the store to add Store Locales to all different languages supported by printable. I have a couple of questions on how to do this properly. 1) It seems when I am in the store and try to change languages from my default to another supported language, the banner switches to the Marcom Central default banner, and the colors return to default as well. Is there a way to either keep my settings across languages, or set new settings for these other languages? 2) Is there a way to save multiple language product names and descriptions that could change based on store language selection? Attached is a screen shot of my store in my default English, followed by that same store switched to French. Language switch.zip
×
×
  • Create New...