Jump to content

klh6686

New Members
  • Posts

    4
  • Joined

  • Last visited

klh6686's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey guys, I have non-profit that has contacted me about building them a website. I have setup small ecommerce sites before and am familiar with getting an authorize.net account and using an ssl and shopping cart. My question is is there any types of software that I could use similar to zencart or something along those lines that would allow me to input a authorize.net account info and take donations and track them via a progress bar or what not? Most everything I find says it's for paypal and I avoid paypal like the plague. Thanks in advance!
  2. Hey Falken, I really appreciate your help, I have gotten the gallery working the way I want using your script. I had to do some customizing to your script to get it to work for me, and I'm sure there is a better way. Take a look: $(this).attr('src', 'images/gallery'+ newSrc+ '[b]-alt[/b].' + /[^.]+$/.exec(src1)); //last part is for extension $(this).attr('src', 'images/gallery'+ newSrc + '.' + /[^.]+$/.exec(src1)); //removing '-alt' from the name I had to tell the new script what the path was for the images since they're not in the root like your example was. The original images are using the same path, so I know there is a way to make it right. I don't want to sound like I'm being picky or anything, I'm just trying to use it as a learning experience. Also, how would I go about making the alt images preload like the originals?
  3. Hi there, I visited your site and it looks really nice, I would love to be able to do work like that =). I took a look at the site for jquery hover and I am having a very hard time wrapping my head around how to incorporate it with galleria. I am not very familiar with javascript so I am having a hard time understanding galleria and how to apply the jquery hover to it. Would you have a link to any sites that would help me learn more about jquery and its usage? I would love to learn more and be able to use these features without needing to know how to write javascript. Thanks, -Kerry
  4. Hi there, I am new to the forum and I am pretty new to javascript as well, I am interested in learning and am working on increasing my javascript knowledge. But as of right now, it is very limited. I am using jquery and galleria that I found on this site: http://www.monc.se/kitchen/146/galleria-a-javascript-image-gallery. I wanted to make a galleria, and I have made and have customized it to my liking as far as placement and colors and everything css is concerned. The only thing I am lacking is that I would like to have the main Image change to another image upon rollover and change back on rollout. everywhere I look for answers I find people talking about making the gallery switch upon rollover of the thumbnail, but this is not what i want. To clarify: I have a gallery, you click on the thumbnail and the full picture loads, you mouse over the picture(pic1.jpg) and another picture(pic1-alt.jpg) displays. To help understand, it would be for a before and after type purpose. click thumbnail for before, rollover for after, rollout for before again, click new thumbnail for new before. I am basically using their demo's code, so if you could show how to change it, it would be greatly appreciated and hopefully I can someday learn to make these type of changes for myself. Thanks, -Kerry
×
×
  • Create New...