Search found 19 matches

by sleepingcavalry
Wed May 06, 2009 9:51 pm
Forum: Help Wanted (commercial)
Topic: Finish work needed for an online store using Shop Made Simple
Replies: 1
Views: 1908

Finish work needed for an online store using Shop Made Simple

We have a site partially constructed using CMSMS and a number of modules.  A few templates need to be written and a number of adjustments need to be made.  Estimated timeframe is a week of work or less depending on experience. Please respond with a quote for the project and more details will be made...
by sleepingcavalry
Tue Apr 14, 2009 10:16 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

Duketown,

I appreciate the reply.  If you would like, I can work with the Javascript components in product templates.  That could help take one item off your list. 


let me know,

SleepingCavalry
by sleepingcavalry
Tue Apr 14, 2009 6:21 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

KO, thanks for your response.  Regarding contacting Duketown, even after donating to them, they will not answer any emails whatsoever for two weeks.  It appears they all have more pressing obligations. Also, the manual they provide upon donating contains little functional information.  The Module wa...
by sleepingcavalry
Sat Apr 04, 2009 6:12 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

Mark, Yes. Here is the one product view in progress.  I can't get any mor ethan that one image to appear. http://bishopandclerks.com/index.php?mact=ShopMadeSimple,cntnt01,fe_product_detail,0&cntnt01product_id=4&cntnt01returnid=52 I've donated and recieved the manual for the product but it on...
by sleepingcavalry
Thu Apr 02, 2009 3:58 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

Thanks Mark.  That definitely gave me some access to the variable values.  I'm running into a problem, however, where it is only recognizing and returning one picture file-path when the control panel for this specific product is showing three.  I'm still blocked on getting access to that array.  Any...
by sleepingcavalry
Tue Mar 31, 2009 12:21 am
Forum: Layout and Design (CSS & HTML)
Topic: How to embed a swf flash rotator SOLVED :)
Replies: 15
Views: 5972

Re: How to embed a swf flash rotator

i had an issue with a similar component that ended up being solved by making the page uncachable. Its an option in page preferences, uncheck it and then give it a try.
by sleepingcavalry
Sun Mar 29, 2009 8:41 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

In answer to your question,

I've tried simply adding multiple instances of the stock image call.  It yields multple instances of the same image.
by sleepingcavalry
Sun Mar 29, 2009 8:24 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

Mark, Thanks for responding. I have a foreach loop going as such: {if $prodimage!='*none'} {foreach from=$prodimage item=pic} url}" alt='handmade leather' /> {/foreach} {/if} and its not returning any images.  I've gotten the template to return one image before but I can't figure out how to get...
by sleepingcavalry
Tue Mar 24, 2009 9:13 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] problem: JQuery and anchors not scrolling smoothly
Replies: 4
Views: 2718

Re: [SOLVED] problem: JQuery and anchors not scrolling smoothly

Joe, Thats great. I might take you up on that code.  I have a quick thought on implementing this in a degradable format: 1. Having the html output to the browser as if no JS will be used 2. in the "init : function" , run a quick change to pull out the anchors and drop in the proper HTML fo...
by sleepingcavalry
Tue Mar 24, 2009 9:07 pm
Forum: Modules/Add-Ons
Topic: Album without 'page 1/2'
Replies: 6
Views: 2073

Re: Album without 'page 1/2'

take a look in the template for any limit imposed by PHP.  My impulse would be to strip out anything that imposes a limit or tests an amount in the array.  But don't forget to plan the CSS!!
by sleepingcavalry
Mon Mar 23, 2009 9:36 pm
Forum: Modules/Add-Ons
Topic: Album without 'page 1/2'
Replies: 6
Views: 2073

Re: Album without 'page 1/2'

requish,

I haven't looked at the Album module recently however, you're going to need to take a look at the template in use for that gallery.  Thats the origin of the pagination info you're trying to get rid of. 

To get it all on one page you could increase the photo-per-page limit.
by sleepingcavalry
Mon Mar 23, 2009 9:33 pm
Forum: Modules/Add-Ons
Topic: ShopMadeSimple - multiple images
Replies: 13
Views: 3527

Re: ShopMadeSimple - multiple images

James, I've landed myself in a similar quandry lately. As I've started working with Shop Made Simple everything has been very direct except for these image concerns you have mentioned.  Im working on a js-driven three-image-per-product gallery (with the product info) and a thumbnail solution. Any th...
by sleepingcavalry
Tue Feb 24, 2009 8:23 pm
Forum: Tips and Tricks
Topic: How to make stylin' the ALBUM module easier
Replies: 6
Views: 4148

Re: How to make stylin' the ALBUM module easier

I usually work with the cascade and targeting selectors before going into any php for changes. If your styles on and elements are being over-riden, you can target them with a more specific selector that heads down from the top object.  example: if  <ul id='special'>   is not displaying according to:...
by sleepingcavalry
Tue Feb 24, 2009 8:08 pm
Forum: General Discussion
Topic: Javascript not running on Macs
Replies: 2
Views: 1716

Re: Javascript not running on Macs

It seems your script is not cross-browser.  The most immediate solution to this, that I can think of, is to start with a framework. Jquery seems to be the JS framework of choice on CMSMS.  Also, for common functionality such as dropdowns, there are a number of reliable plugins on the jquery framewor...
by sleepingcavalry
Tue Feb 24, 2009 8:01 pm
Forum: Layout and Design (CSS & HTML)
Topic: [SOLVED] problem: JQuery and anchors not scrolling smoothly
Replies: 4
Views: 2718

Re: problem: JQuery and anchors not scrolling smoothly

I've recently been going through a few of the same issues. Have you checked in firebug to see if the script is loading or giving an error?  If the script is producing an error, it should give a you a pinpointed look at where it breaks down. In my situation, I have a slider working but it is a plugin...

Go to advanced search