Jump to content

James

Registered Users - Approved
  • Posts

    25
  • Joined

About James

  • Birthday June 2

Converted

  • Location
    O-H-I-O

Converted

  • Occupation
    Graphic Designer

Converted

  • FusionPro Products
    Yes

Converted

  • FusionPro VDP software version
    8.1.2

Converted

  • OS
    Mac OS 10.6.8

Converted

  • Acrobat Version
    Acrobat 9.x
  • Homepage
    http://www.ogrefury.com

James's Achievements

Explorer

Explorer (4/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

10

Reputation

  1. Persistance pays off. I've found my problem.
  2. I hope this is the right spot for this... I am putting a JavaScript Slideshow on our home page and am running into a problem. I assume that the JavaScript isn't loading correctly because the images aren't "sliding". Being that I'm a JS novice, I assume that I've done something wrong. Here's my code: <div id="slideshow"> <div> <img src="http://www.pennylanepublishing.com/wp-content/uploads/2012/12/PERS_COW197.jpg"> </div> <div> <img src="http://www.pennylanepublishing.com/wp-content/uploads/2012/12/PERS_Cust_Canvas.jpg"> </div> </div> <style type="text/css"> #slideshow { margin: 50px auto; position: relative; width: 584px; height: 312px; padding: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.4); } #slideshow > div { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; } </style> <script type="text/javascript"> $("#slideshow > div:gt(0)").hide(); setInterval(function() { $('#slideshow > div:first') .fadeOut(1000) .next() .fadeIn(1000) .end() .appendTo('#slideshow'); }, 3000); </script> Here's a link to the site: http://marcomcentral.app.pti.com/pennylane/pennylanepersonalized/home.aspx?uigroup_id=16079
  3. After putting this on the back burner for a few days I came back to it today and IT WORKS! I cleared out my rule, started over and it works great. Thanks Eric, I really appreciate your help.
  4. Here is the source code, is that what you are asking for? <p style="(no style)" br="false" override="true" quad="C" findent="0" lindent="0" rindent="0" leadbefore="0" leadafter="0" widows="2" kerning="true" hyphenate="true" skipifempty="false" skipifemptyvar="false" noparabreakoncopyfit="true"><tracking newsize="0"><f Name="Jellyka Delicious Cake"><z newsize="200.0"><color Name="C=2 M=2 Y=2 K=0"><variable Name="First Name">
  5. Hmmm. That helped with the longer name, but replaced the shorter names with the name of the rule. I've attached what I'm trying to accomplish with the longer names. I know once I figure it out for the first names I will be able to apply that to the longer middle names. Thanks for the help!
  6. I am having an issue with getting longer names to fill space properly. On the attachment, the left image is exactly what I want and works great for smaller names, but if I have a name that is longer (seems like 8 characters is the number) it makes it tiny (image on right). I looked for someone else who had my problem and found this, it's close, but not exactly what I need. http://forums.pti.com/showthread.php?t=1093 Based on the above post I came up with the following to fit my needs. var len = Field("First Name").length; if (len >= 8) return Resource("Name Length"); //else return ""; It does make the longer names fit, however it removes the shorter names instead of keeping them how they were (which is perfect). What am I doing wrong? THANKS! James
  7. Makes sense. I really appreciate your explanation. My problem is I do a couple of JavaScript rules without help and my ego gets big This script worked for me. I had to tinker with the settings, the subscript was going too low, but it looks good. Here's a screenshot. Thanks for your help! James
  8. Just when I thought I had a bit of a handle on this JavaScript stuff, reality slaps me in the face with the word NOVICE!!! I'm doing something wrong. I keep getting a syntax error "missing ) after condition" if (Field("Inches") .indexof var fraction = "40 1/4"; return fraction.replace(/(\d*)\/(\d*)/g,"<superscript>$1</superscript>/<subscript>$2</subscript>"); What am I doing wrong? James
  9. Now there's an idea, I didn't even think about that. I'll give it a shot and see if that's what I need. On a side note, I only planned on making 1/4, 1/2 & 3/4 available on the dropdown menu. After a quick poll around the office, no one's child had any other fraction in their height measurement. Thanks step, I appreciate the help!
  10. I am working on a birth announcement that needs to have fractions available for the height. My original idea was to offer the fractions in a form note so that customers could simply copy and paste into the height field. I uploaded the template and previewed it, but it didn't work, the result gave me other special characters instead of the fractions. I figured it was an issue with the font, which didn't hurt my feelings because the fractions for that font aren't ideal anyway. My second idea was to create the fractions in Adobe Illustrator, save them as eps files and make them available as a "drop down menu, variable inline graphic" (if that is such a thing). I need the fractions to be available in the menu, but if no value is chosen, I need it to suppress the space and close the gap where the fraction would be. Am I anywhere near the right track? I've attached a visual. Thanks! James
  11. I'm having some issues with the Retail Store Carousel in our store. When using Firefox on my Mac, the Carousel Product View doesn't show up. Instead, it tells me to download the latest version of Silverlight (which I did) and it still doesn't work. EVERY TIME I click on Grid View, it takes me to an error page. Error ID 2998006. The error # changes every time. When I use Safari on my Mac, the Carousel shows up and works perfectly. When trying to view on a PC, it didn't work in Firefox or Internet Explorer. My boss really loves how it looks in Safari and wants it to work all the time. I Any Ideas? Here's the link. http://marcomcentral.app.pti.com/pennylane/pennylanepersonalized
  12. Is there a way to suppress the "#+#" so that it's always there, but not seen by customers? Ideally, I would have two text fields for the names, but keep this same format. I chose to make my FPExpression this way because when I had two separate lines, the size and spacing of the names would get "funky".
  13. I printed it and it's clearly the low-res version. I'm sure I did the press comp because I tested two prints on my order. One using FPExpression and one with FusionPro. The print using just FusionPro printed perfectly.
  14. I uploaded the template and published it in our store, but when I downloaded it from our dashboard and printed it, it printed the low-res version. Any ideas on what I did wrong?
  15. Ok, when I remove that top line, it no longer uses the value in my preview record, it adds "some text here". I'm attaching what it should look like vs. what it does look like. Thanks Dan. Once again, sorry for my ignorance.
×
×
  • Create New...