Jump to content

videokid

Members
  • Posts

    154
  • Joined

  • Last visited

Posts posted by videokid

  1. 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.

  2. 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!

    • Like 1
  3. 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...

  4. 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.

  5. 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

  6. 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 ;-)

  7. 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!

  8. 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

×
×
  • Create New...