Jump to content

videokid

Members
  • Posts

    154
  • Joined

  • Last visited

Everything posted by videokid

  1. In that first template you have offcanvas : { close_on_click : true, } in the second you haven't... BTW, delete the comma after 'true', that might result in an error.... [some browsers] Edit: I think Reems has indeed a valid point...
  2. Hi, I think I found another little thingie. Yesterday I've decided to use an image-field in a repeater, custom name was enabled. I think you already know where I'm going The image didn't get saved, disabling did help. Greetings.
  3. Any chance you could post the <aside></aside> code? Maybe wrap your resized <img /> in <div class="row"><div class="small-12 columns"></div></div>
  4. videokid

    Barcelona

    Just Back from there... nice city.... If you read this, the 'El Born' quarter is nice... Boqueria [next to Rambla's] where you can taste nice things, Picasso museum [if you're into that], Park Güell, Montjuïc, Sagrade Famila, and as I saw somewhere here, for eating and drinking, pick the side streets, cheaper and [most of the time] better service... Certainly try 'patatas bravas'... Didn't have too much time and had to work, but I'd like to go back! Off Topic: is there a processwire.tv topic somewhere? Anyway, have fun!
  5. For what it's worth, voted I just hope they understand my English... bed-time!
  6. Ah... see, can't read... The size of the cropped image URL. You're right, since the crop image width is already known. I guess it's something which still hangs in my head If the image size is bigger then eg 300px, then resize to a 300px thumbnail. That's what I did in a pre-processwire era...
  7. Well, as you wrote, getThumb() results in an url, then use php to resize...? No?
  8. Mmmm, right! Seems I can't read anymore... I'm sorry for the confusion. I guess you'll have to use php in this case, get the image size of the cropped image URL and resize. Edit, or indeed use Hort's solution.
  9. Aha, I see, then I suggest you read this: http://processwire.com/api/fieldtypes/images/ Especially the topic "Resizing images", that's actually resizing on the fly. I hope this is what you were looking for. - V.
  10. Hi, I think it is... 1/. go your field 'settings', in this case I'll call it 'images' --> Details the dropdown field 'inputfield Type', change to CropImage. 2/. Tab 'input', down the page 'Thumbnail settings: add line eg. thumbnail_small_image,280,280 3/ $page->images->getThumb('thumbnail_small_image'); I think this should do the trick. That way you can crop your images for small sreens... sometimes they need adjustment. Grtz
  11. Please also check this https://processwire.com/talk/topic/6406-need-an-e-commerce-solution-that-works-well-with-pw-and-offers-the-ability-to-sell-digital-music/page-2#entry67328 but back to topic... Anyone experience with Cloud hosting [non and dedicated]? VPS or Cloud, and why? Configuring Cloud/VPS servers? Who's a master? Or should this go in 'Jobs'? lol
  12. I know zen-cart is on the market for some time, however never used it.... I've got a friend experimenting with Prestashop at the moment, and unlike myself, he seems pretty convinced it's OK... and he's planning to use this: http://www.prestashopmanager.com/ which looks pretty nice IMHO...
  13. Mmmm indeed interesting, November would suit me very well... How about a doodle?
  14. Funny, at first I wasn't very fond... but the more I click and actually grasp the idea behind the concept, the more I like it... I'll keep continue to look at it for another hour ;-)
  15. Hi, Have you ever tried Opencart? If you did, any reason why you choose Prestashop over Opencart? I too had some experience with PS 1.5 but never used it after that because I thought it was too complicated for the shopowner... Personally I thought Opencart was a little easier... Thx!
  16. Aha OK... makes sense, I guess I didn't think it thru, but thanks for the reply!
  17. Damn, wish I found this one a bit earlier, I did practically the same thing, could of saved me some time. Still, excellent stuff and insights!
  18. yes, what about....? could you elaborate on this a bit more... looks I'm gonna learn something new....
  19. OK, nice! so I can just overwrite them? Not uninstall .. install....
  20. I had a lot of issues with infinite scroll so I ditched it and I use a different system. You can see it in action here: http://www.yesfashion.eu/en/models/ [note: I'm not in charge of the models!]
  21. Thx for the answer... I've added an issue on github. I have a payment module installed: PaymentPaypal.module since it's the only one I need [at the moment]. Weird thing: it doesn't show up all the time, just now and then, I've tried to trigger it but somehow I can't... and then suddenly 'boom' there it is... very weird
  22. Very nice... I like those kind of sites... One thing I noticed, I don't know if 'Kuurojen liitto' is the actual last portfolio item but the ajax spinner isn't hiding... - V.
  23. Is there an official topic? Can't seem to find it... I find a lot of others... Seems I got an error Error: Call to a member function getModuleInfo() on a non-object (line 229 of /processwire/site/modules/ShoppingCheckout.module) Grtz
×
×
  • Create New...